Class TestModifyTableProcedure
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
org.apache.hadoop.hbase.master.procedure.TestModifyTableProcedure
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final String
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
void
void
void
void
void
Methods inherited from class org.apache.hadoop.hbase.master.procedure.TestTableDDLProcedureBase
cleanupTest, getMaster, getMasterProcedureExecutor, resetProcExecutorTestingKillFlag, setup, setupCluster, tearDown
-
Field Details
-
CLASS_RULE
-
name
-
column_Family1
- See Also:
-
column_Family2
- See Also:
-
column_Family3
- See Also:
-
-
Constructor Details
-
TestModifyTableProcedure
public TestModifyTableProcedure()
-
-
Method Details
-
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:
IOException
InterruptedException
-
testConcurrentDeleteColumnFamily
- Throws:
IOException
InterruptedException
-
testConcurrentModifyColumnFamily
- Throws:
IOException
InterruptedException
-
testConcurrentModifyTable
- Throws:
IOException
InterruptedException
-
testModifyWillNotReopenRegions
- Throws:
IOException
-