public class TestDeleteTableProcedure extends TestTableDDLProcedureBase
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
UTIL| Constructor and Description |
|---|
TestDeleteTableProcedure() |
| Modifier and Type | Method and Description |
|---|---|
void |
testDeleteDeletedTable() |
void |
testDeleteFromMeta() |
void |
testDeleteNotDisabledTable() |
void |
testDeleteNotExistentTable() |
void |
testRecoveryAndDoubleExecution() |
void |
testSimpleDelete() |
private void |
testSimpleDelete(org.apache.hadoop.hbase.TableName tableName,
byte[][] splitKeys) |
void |
testSimpleDeleteWithSplits() |
cleanupTest, getMaster, getMasterProcedureExecutor, resetProcExecutorTestingKillFlag, setup, setupCluster, tearDownpublic static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public org.junit.rules.TestName name
public TestDeleteTableProcedure()
public void testDeleteNotExistentTable() throws Exception
Exceptionpublic void testDeleteNotDisabledTable() throws Exception
Exceptionpublic void testDeleteDeletedTable() throws Exception
Exceptionpublic void testSimpleDelete() throws Exception
Exceptionpublic void testSimpleDeleteWithSplits() throws Exception
Exceptionpublic void testDeleteFromMeta() throws Exception
Exceptionprivate void testSimpleDelete(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) throws Exception
Exceptionpublic void testRecoveryAndDoubleExecution() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.