public class TestProcedureAdmin extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
protected static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestProcedureAdmin() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanupTest() |
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> |
getMasterProcedureExecutor() |
void |
setup() |
static void |
setupCluster() |
private static void |
setupConf(org.apache.hadoop.conf.Configuration conf) |
void |
tearDown() |
void |
testAbortNonExistProcedure() |
void |
testAbortProcedureFailure() |
void |
testAbortProcedureInterruptedNotAllowed() |
void |
testAbortProcedureSuccess() |
void |
testGetProcedure() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public org.junit.rules.TestName name
protected static final HBaseTestingUtility UTIL
public TestProcedureAdmin()
private static void setupConf(org.apache.hadoop.conf.Configuration conf)
public static void setupCluster() throws Exception
Exception
public static void cleanupTest() throws Exception
Exception
public void testAbortProcedureSuccess() throws Exception
Exception
public void testAbortProcedureFailure() throws Exception
Exception
public void testAbortProcedureInterruptedNotAllowed() throws Exception
Exception
public void testAbortNonExistProcedure() throws Exception
Exception
public void testGetProcedure() throws Exception
Exception
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> getMasterProcedureExecutor()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.