public class TestTransitRegionStateProcedure extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
private org.apache.hadoop.hbase.TableName |
tableName |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestTransitRegionStateProcedure() |
Modifier and Type | Method and Description |
---|---|
private void |
resetProcExecutorTestingKillFlag() |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
private void |
testRecoveryAndDoubleExcution(org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure proc) |
void |
testRecoveryAndDoubleExecutionMove() |
void |
testRecoveryAndDoubleExecutionReopen() |
void |
testRecoveryAndDoubleExecutionUnassignAndAssign() |
public static final HBaseClassTestRule CLASS_RULE
private static HBaseTestingUtility UTIL
private static byte[] CF
public org.junit.rules.TestName name
private org.apache.hadoop.hbase.TableName tableName
public TestTransitRegionStateProcedure()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void setUp() throws IOException, InterruptedException
IOException
InterruptedException
private void resetProcExecutorTestingKillFlag()
public void tearDown() throws IOException
IOException
private void testRecoveryAndDoubleExcution(org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure proc) throws Exception
Exception
public void testRecoveryAndDoubleExecutionMove() throws Exception
Exception
public void testRecoveryAndDoubleExecutionReopen() throws Exception
Exception
public void testRecoveryAndDoubleExecutionUnassignAndAssign() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.