public class TestModifyTableProcedure extends TestTableDDLProcedureBase
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static String |
column_Family1 |
private static String |
column_Family2 |
private static String |
column_Family3 |
org.junit.rules.TestName |
name |
UTIL| Constructor and Description |
|---|
TestModifyTableProcedure() |
| Modifier and Type | Method and Description |
|---|---|
void |
testColumnFamilyAdditionTwiceWithNonce() |
void |
testConcurrentAddColumnFamily() |
void |
testConcurrentDeleteColumnFamily() |
void |
testConcurrentModifyColumnFamily() |
void |
testConcurrentModifyTable() |
void |
testModifyTable() |
void |
testModifyTableAddCF() |
void |
testModifyTableDeleteCF() |
void |
testRecoveryAndDoubleExecutionOffline() |
void |
testRecoveryAndDoubleExecutionOnline() |
void |
testRollbackAndDoubleExecutionOffline() |
void |
testRollbackAndDoubleExecutionOnline() |
cleanupTest, getMaster, getMasterProcedureExecutor, resetProcExecutorTestingKillFlag, setup, setupCluster, tearDownpublic static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final String column_Family1
private static final String column_Family2
private static final String column_Family3
public TestModifyTableProcedure()
public void testModifyTable() throws Exception
Exceptionpublic void testModifyTableAddCF() throws Exception
Exceptionpublic void testModifyTableDeleteCF() throws Exception
Exceptionpublic void testRecoveryAndDoubleExecutionOffline() throws Exception
Exceptionpublic void testRecoveryAndDoubleExecutionOnline() throws Exception
Exceptionpublic void testColumnFamilyAdditionTwiceWithNonce() throws Exception
Exceptionpublic void testRollbackAndDoubleExecutionOnline() throws Exception
Exceptionpublic void testRollbackAndDoubleExecutionOffline() throws Exception
Exceptionpublic void testConcurrentAddColumnFamily() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testConcurrentDeleteColumnFamily() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testConcurrentModifyColumnFamily() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testConcurrentModifyTable() throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.