Class TestCreateTableProcedure
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final String
private static final String
org.junit.rules.TestName
Fields inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
UTIL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
private void
testRollbackAndDoubleExecution
(org.apache.hadoop.hbase.client.TableDescriptorBuilder builder) void
void
private void
testSimpleCreate
(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) void
Methods inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
cleanupTest, getMaster, getMasterProcedureExecutor, resetProcExecutorTestingKillFlag, setup, setupCluster, tearDown
-
Field Details
-
CLASS_RULE
-
F1
- See Also:
-
F2
- See Also:
-
name
-
-
Constructor Details
-
TestCreateTableProcedure
public TestCreateTableProcedure()
-
-
Method Details
-
testSimpleCreate
- Throws:
Exception
-
testSimpleCreateWithSplits
- Throws:
Exception
-
testSimpleCreate
private void testSimpleCreate(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) throws Exception - Throws:
Exception
-
testCreateWithTrackImpl
- Throws:
Exception
-
testCreateWithFileBasedStoreTrackerImpl
- Throws:
Exception
-
testCreateWithoutColumnFamily
- Throws:
Exception
-
testCreateExisting
- Throws:
Exception
-
testRecoveryAndDoubleExecution
- Throws:
Exception
-
testRollbackAndDoubleExecution
- Throws:
Exception
-
testRollbackAndDoubleExecutionOnMobTable
- Throws:
Exception
-
testRollbackAndDoubleExecution
private void testRollbackAndDoubleExecution(org.apache.hadoop.hbase.client.TableDescriptorBuilder builder) throws Exception - Throws:
Exception
-
testOnHDFSFailure
- Throws:
Exception
-
testCreateTableWithManyRegionReplication
- Throws:
IOException
-