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, tearDown
public 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
Exception
public void testModifyTableAddCF() throws Exception
Exception
public void testModifyTableDeleteCF() throws Exception
Exception
public void testRecoveryAndDoubleExecutionOffline() throws Exception
Exception
public void testRecoveryAndDoubleExecutionOnline() throws Exception
Exception
public void testColumnFamilyAdditionTwiceWithNonce() throws Exception
Exception
public void testRollbackAndDoubleExecutionOnline() throws Exception
Exception
public void testRollbackAndDoubleExecutionOffline() throws Exception
Exception
public void testConcurrentAddColumnFamily() throws IOException, InterruptedException
IOException
InterruptedException
public void testConcurrentDeleteColumnFamily() throws IOException, InterruptedException
IOException
InterruptedException
public void testConcurrentModifyColumnFamily() throws IOException, InterruptedException
IOException
InterruptedException
public void testConcurrentModifyTable() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.