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 |
testCreateWithFileBasedStoreTrackerImpl() |
void |
testCreateWithoutColumnFamily() |
void |
testCreateWithTrackImpl() |
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, tearDown
public 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
Exception
public void testSimpleCreateWithSplits() throws Exception
Exception
private void testSimpleCreate(org.apache.hadoop.hbase.TableName tableName, byte[][] splitKeys) throws Exception
Exception
public void testCreateWithTrackImpl() throws Exception
Exception
public void testCreateWithFileBasedStoreTrackerImpl() throws Exception
Exception
public void testCreateWithoutColumnFamily() throws Exception
Exception
public void testCreateExisting() throws Exception
Exception
public void testRecoveryAndDoubleExecution() throws Exception
Exception
public void testRollbackAndDoubleExecution() throws Exception
Exception
public void testRollbackAndDoubleExecutionOnMobTable() throws Exception
Exception
private void testRollbackAndDoubleExecution(org.apache.hadoop.hbase.client.TableDescriptorBuilder builder) throws Exception
Exception
public void testOnHDFSFailure() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.