Package org.apache.hadoop.hbase.client
Class TestHbck
java.lang.Object
org.apache.hadoop.hbase.client.TestHbck
Class to test HBaseHbck. Spins up the minicluster once at test start and then takes it down
afterward. Add any testing of HBaseHbck functionality here.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionboolean
private static org.apache.hadoop.hbase.client.AsyncConnection
static final HBaseClassTestRule
private static final org.slf4j.Logger
org.junit.rules.TestName
private static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv>
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
name
-
async
-
TABLE_NAME
-
procExec
private static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> procExec -
ASYNC_CONN
-
-
Constructor Details
-
TestHbck
public TestHbck()
-
-
Method Details
-
params
-
getHbck
- Throws:
Exception
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
- Throws:
IOException
-
testBypassProcedure
- Throws:
Exception
-
testSetTableStateInMeta
- Throws:
Exception
-
testSetRegionStateInMeta
- Throws:
Exception
-
testAssigns
- Throws:
Exception
-
testScheduleSCP
- Throws:
Exception
-
testRunHbckChore
- Throws:
Exception
-
waitOnPids
-