public class TestSchedulerQueueDeadLock extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestSchedulerQueueDeadLock.TableExclusiveProcedure |
static class |
TestSchedulerQueueDeadLock.TableExclusiveProcedureWithId |
static class |
TestSchedulerQueueDeadLock.TableShardParentProcedure |
static class |
TestSchedulerQueueDeadLock.TableSharedProcedure |
static class |
TestSchedulerQueueDeadLock.TableSharedProcedureWithId |
private static class |
TestSchedulerQueueDeadLock.TestEnv |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestSchedulerQueueDeadLock.TestEnv> |
procExec |
private org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore |
procStore |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestSchedulerQueueDeadLock() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testTableProcedureDeadLockAfterRestarting() |
void |
testTableProcedureSubProcedureDeadLock() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore procStore
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestSchedulerQueueDeadLock.TestEnv> procExec
public final org.junit.rules.TestName name
public TestSchedulerQueueDeadLock()
public static void tearDownAfterClass() throws IOException
IOException
public void setUp() throws IOException
IOException
public void tearDown()
public void testTableProcedureDeadLockAfterRestarting() throws Exception
Exception
public void testTableProcedureSubProcedureDeadLock() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.