Class TestDeleteTableProcedure
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
org.apache.hadoop.hbase.master.procedure.TestDeleteTableProcedure
@Tag("org.apache.hadoop.hbase.testclassification.MasterTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestDeleteTableProcedure
extends TestTableDDLProcedureBase
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
UTIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidsetTestMethod(org.junit.jupiter.api.TestInfo testInfo) static voidvoidvoidvoidvoidvoidvoidprivate voidtestSimpleDelete(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) voidMethods inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
getMaster, getMasterProcedureExecutor, resetProcExecutorTestingKillFlag, setup, setupConf, tearDown
-
Field Details
-
LOG
-
testMethodName
-
-
Constructor Details
-
TestDeleteTableProcedure
public TestDeleteTableProcedure()
-
-
Method Details
-
setupCluster
- Throws:
Exception
-
cleanupTest
- Throws:
Exception
-
setTestMethod
-
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
-