public class TestShellExecEndpointCoprocessor extends Object
ShellExecEndpointCoprocessor
.Modifier and Type | Field and Description |
---|---|
ConnectionRule |
connectionRule |
static MiniClusterRule |
miniClusterRule |
static HBaseClassTestRule |
testRule |
Constructor and Description |
---|
TestShellExecEndpointCoprocessor() |
Modifier and Type | Method and Description |
---|---|
private static org.apache.hadoop.conf.Configuration |
createConfiguration() |
private static File |
ensureTestDataDirExists(HBaseTestingUtility testingUtility) |
void |
testShellExecBackground() |
void |
testShellExecForeground() |
private void |
testShellExecForeground(Consumer<org.apache.hadoop.hbase.coprocessor.protobuf.generated.ShellExecEndpoint.ShellExecRequest.Builder> consumer) |
void |
testShellExecUnspecified() |
public static final HBaseClassTestRule testRule
public static final MiniClusterRule miniClusterRule
public final ConnectionRule connectionRule
public TestShellExecEndpointCoprocessor()
public void testShellExecUnspecified()
public void testShellExecForeground()
private void testShellExecForeground(Consumer<org.apache.hadoop.hbase.coprocessor.protobuf.generated.ShellExecEndpoint.ShellExecRequest.Builder> consumer)
public void testShellExecBackground() throws IOException
IOException
private static File ensureTestDataDirExists(HBaseTestingUtility testingUtility) throws IOException
IOException
private static org.apache.hadoop.conf.Configuration createConfiguration()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.