public class TestCreateTableProcedure
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCreateTableProcedure.FaultyCreateTableProcedure |
| Modifier and Type | Field and Description |
|---|---|
protected static HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestCreateTableProcedure() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanupTest() |
void |
setup() |
static void |
setupCluster() |
void |
tearDown() |
void |
testCreateExisting() |
void |
testRecoveryAndDoubleExecution() |
void |
testRollbackAndDoubleExecution() |
void |
testRollbackAndDoubleExecutionOnMobTable() |
void |
testRollbackRetriableFailure() |
void |
testSimpleCreate() |
void |
testSimpleCreateWithSplits() |
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 testSimpleCreate()
throws java.lang.Exception
java.lang.Exceptionpublic void testSimpleCreateWithSplits()
throws java.lang.Exception
java.lang.Exceptionpublic void testCreateExisting()
throws java.lang.Exception
java.lang.Exceptionpublic void testRecoveryAndDoubleExecution()
throws java.lang.Exception
java.lang.Exceptionpublic void testRollbackAndDoubleExecution()
throws java.lang.Exception
java.lang.Exceptionpublic void testRollbackAndDoubleExecutionOnMobTable()
throws java.lang.Exception
java.lang.Exceptionpublic void testRollbackRetriableFailure()
throws java.lang.Exception
java.lang.Exception