Class TestCreateTableProcedure
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure
@Tag("org.apache.hadoop.hbase.testclassification.MasterTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestCreateTableProcedure
extends TestTableDDLProcedureBase
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate StringFields inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
UTIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidsetTestMethod(org.junit.jupiter.api.TestInfo testInfo) static voidvoidvoidvoidvoidvoidvoidvoidvoidprivate voidtestRollbackAndDoubleExecution(org.apache.hadoop.hbase.client.TableDescriptorBuilder builder) voidvoidprivate voidtestSimpleCreate(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) voidMethods inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
getMaster, getMasterProcedureExecutor, resetProcExecutorTestingKillFlag, setup, setupConf, tearDown
-
Field Details
-
F1
- See Also:
-
F2
- See Also:
-
testMethodName
-
-
Constructor Details
-
TestCreateTableProcedure
public TestCreateTableProcedure()
-
-
Method Details
-
setupCluster
- Throws:
Exception
-
cleanupTest
- Throws:
Exception
-
setTestMethod
-
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
-