public class TestForceUpdateProcedure extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestForceUpdateProcedure.ExchangeProcedure |
static class |
TestForceUpdateProcedure.NoopNoAckProcedure |
static class |
TestForceUpdateProcedure.ParentProcedure |
static class |
TestForceUpdateProcedure.WaitingProcedure |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static Exchanger<Boolean> |
EXCHANGER |
private static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<Void> |
EXEC |
org.junit.rules.TestName |
name |
private static org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore |
STORE |
private static HBaseCommonTestingUtility |
UTIL |
private static int |
WAL_COUNT |
| Constructor and Description |
|---|
TestForceUpdateProcedure() |
| Modifier and Type | Method and Description |
|---|---|
private void |
createStoreAndExecutor() |
void |
setUp() |
static void |
setUpBeforeClass() |
private void |
stopStoreAndExecutor() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testCompletedProcedure() |
void |
testProcedureStuck() |
public static final HBaseClassTestRule CLASS_RULE
private static HBaseCommonTestingUtility UTIL
private static org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore STORE
private static int WAL_COUNT
public final org.junit.rules.TestName name
public TestForceUpdateProcedure()
private void createStoreAndExecutor() throws IOException
IOExceptionpublic static void setUpBeforeClass() throws IOException
IOExceptionprivate void stopStoreAndExecutor()
public static void tearDownAfterClass() throws IOException
IOExceptionpublic void setUp() throws IOException
IOExceptionpublic void tearDown()
public void testProcedureStuck() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testCompletedProcedure() throws InterruptedException, IOException
InterruptedExceptionIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.