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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanprivate static org.apache.hadoop.hbase.client.AsyncConnectionstatic final HBaseClassTestRuleprivate static final org.slf4j.Loggerorg.junit.rules.TestNameprivate static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv>private static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtil
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CLASS_RULE
- 
LOG
- 
TEST_UTIL
- 
name
- 
async
- 
TABLE_NAME
- 
procExecprivate static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> procExec
- 
ASYNC_CONN
 
- 
- 
Constructor Details- 
TestHbckpublic 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
 
-