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, tearDown
public 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
Exception
public void testDeleteNotDisabledTable() throws Exception
Exception
public void testDeleteDeletedTable() throws Exception
Exception
public void testSimpleDelete() throws Exception
Exception
public void testSimpleDeleteWithSplits() throws Exception
Exception
public void testDeleteFromMeta() throws Exception
Exception
private void testSimpleDelete(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) throws Exception
Exception
public void testRecoveryAndDoubleExecution() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.