public class TestCreateTableProcedure extends TestTableDDLProcedureBase
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCreateTableProcedure.CreateTableProcedureOnHDFSFailure |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static String |
F1 |
private static String |
F2 |
org.junit.rules.TestName |
name |
UTIL| Constructor and Description |
|---|
TestCreateTableProcedure() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCreateExisting() |
void |
testCreateWithoutColumnFamily() |
void |
testOnHDFSFailure() |
void |
testRecoveryAndDoubleExecution() |
void |
testRollbackAndDoubleExecution() |
private void |
testRollbackAndDoubleExecution(org.apache.hadoop.hbase.client.TableDescriptorBuilder builder) |
void |
testRollbackAndDoubleExecutionOnMobTable() |
void |
testSimpleCreate() |
private void |
testSimpleCreate(org.apache.hadoop.hbase.TableName tableName,
byte[][] splitKeys) |
void |
testSimpleCreateWithSplits() |
cleanupTest, getMaster, getMasterProcedureExecutor, resetProcExecutorTestingKillFlag, setup, setupCluster, tearDownpublic static final HBaseClassTestRule CLASS_RULE
private static final String F1
private static final String F2
public org.junit.rules.TestName name
public TestCreateTableProcedure()
public void testSimpleCreate() throws Exception
Exceptionpublic void testSimpleCreateWithSplits() throws Exception
Exceptionprivate void testSimpleCreate(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) throws Exception
Exceptionpublic void testCreateWithoutColumnFamily() throws Exception
Exceptionpublic void testCreateExisting() throws Exception
Exceptionpublic void testRecoveryAndDoubleExecution() throws Exception
Exceptionpublic void testRollbackAndDoubleExecution() throws Exception
Exceptionpublic void testRollbackAndDoubleExecutionOnMobTable() throws Exception
Exceptionprivate void testRollbackAndDoubleExecution(org.apache.hadoop.hbase.client.TableDescriptorBuilder builder) throws Exception
Exceptionpublic void testOnHDFSFailure() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.