Class TestModifyTableProcedure
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
org.apache.hadoop.hbase.master.procedure.TestModifyTableProcedure
@Tag("org.apache.hadoop.hbase.testclassification.MasterTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestModifyTableProcedure
extends TestTableDDLProcedureBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate 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 voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
getMaster, getMasterProcedureExecutor, resetProcExecutorTestingKillFlag, setup, setupConf, tearDown
-
Field Details
-
testMethodName
-
column_Family1
- See Also:
-
column_Family2
- See Also:
-
column_Family3
- See Also:
-
-
Constructor Details
-
TestModifyTableProcedure
public TestModifyTableProcedure()
-
-
Method Details
-
setupCluster
- Throws:
Exception
-
cleanupTest
- Throws:
Exception
-
setTestMethod
-
testModifyTable
- Throws:
Exception
-
testModifyTableAddCF
- Throws:
Exception
-
testModifyTableDeleteCF
- Throws:
Exception
-
testRecoveryAndDoubleExecutionOffline
- Throws:
Exception
-
testRecoveryAndDoubleExecutionOnline
- Throws:
Exception
-
testColumnFamilyAdditionTwiceWithNonce
- Throws:
Exception
-
testRollbackAndDoubleExecutionOnline
- Throws:
Exception
-
testRollbackAndDoubleExecutionOffline
- Throws:
Exception
-
testConcurrentAddColumnFamily
- Throws:
IOExceptionInterruptedException
-
testConcurrentDeleteColumnFamily
- Throws:
IOExceptionInterruptedException
-
testConcurrentModifyColumnFamily
- Throws:
IOExceptionInterruptedException
-
testConcurrentModifyTable
- Throws:
IOExceptionInterruptedException
-
testModifyWillNotReopenRegions
- Throws:
IOException
-
testModifyTableWithCoprocessorAndColumnFamilyPropertyChange
- Throws:
IOException
-