public class TestDeleteTableProcedure
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestDeleteTableProcedure() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanupTest() |
void |
setup() |
static void |
setupCluster() |
void |
tearDown() |
void |
testDeleteDeletedTable() |
void |
testDeleteNotDisabledTable() |
void |
testDeleteNotExistentTable() |
void |
testRecoveryAndDoubleExecution() |
void |
testSimpleDelete() |
void |
testSimpleDeleteWithSplits() |
protected static final HBaseTestingUtility UTIL
public static void setupCluster()
throws java.lang.Exception
java.lang.Exceptionpublic static void cleanupTest()
throws java.lang.Exception
java.lang.Exceptionpublic void setup()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeleteNotExistentTable()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeleteNotDisabledTable()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeleteDeletedTable()
throws java.lang.Exception
java.lang.Exceptionpublic void testSimpleDelete()
throws java.lang.Exception
java.lang.Exceptionpublic void testSimpleDeleteWithSplits()
throws java.lang.Exception
java.lang.Exceptionpublic void testRecoveryAndDoubleExecution()
throws java.lang.Exception
java.lang.Exception