Class TestDeleteTableProcedure
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final org.slf4j.Loggerorg.junit.rules.TestNameFields inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
UTIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidprivate voidtestSimpleDelete(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) voidMethods inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
cleanupTest, getMaster, getMasterProcedureExecutor, resetProcExecutorTestingKillFlag, setup, setupCluster, tearDown
-
Field Details
-
CLASS_RULE
-
LOG
-
name
-
-
Constructor Details
-
TestDeleteTableProcedure
public TestDeleteTableProcedure()
-
-
Method Details
-
testDeleteNotExistentTable
- Throws:
Exception
-
testDeleteNotDisabledTable
- Throws:
Exception
-
testDeleteDeletedTable
- Throws:
Exception
-
testSimpleDelete
- Throws:
Exception
-
testSimpleDeleteWithSplits
- Throws:
Exception
-
testDeleteFromMeta
- Throws:
Exception
-
testSimpleDelete
private void testSimpleDelete(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) throws Exception - Throws:
Exception
-
testRecoveryAndDoubleExecution
- Throws:
Exception
-