Class TestChildProcedures
java.lang.Object
org.apache.hadoop.hbase.procedure2.TestChildProcedures
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
private static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private org.apache.hadoop.fs.FileSystem
private HBaseCommonTestingUtility
private static final org.slf4j.Logger
private org.apache.hadoop.fs.Path
private static final int
private static TestChildProcedures.TestProcEnv
private static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestChildProcedures.TestProcEnv>
private static org.apache.hadoop.hbase.procedure2.store.ProcedureStore
private org.apache.hadoop.fs.Path
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
assertProcFailed
(long procId) void
setUp()
void
tearDown()
void
void
Test the state setting that happens after store to WAL; in particular the bit where we set the parent runnable again after its children have all completed successfully.void
void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
PROCEDURE_EXECUTOR_SLOTS
- See Also:
-
procEnv
-
procExecutor
private static org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestChildProcedures.TestProcEnv> procExecutor -
procStore
-
htu
-
fs
-
testDir
-
logDir
-
-
Constructor Details
-
TestChildProcedures
public TestChildProcedures()
-
-
Method Details
-
setUp
- Throws:
IOException
-
tearDown
- Throws:
IOException
-
testChildLoad
- Throws:
Exception
-
testChildLoadWithSteppedRestart
- Throws:
Exception
-
testChildLoadWithRestartAfterChildSuccess
Test the state setting that happens after store to WAL; in particular the bit where we set the parent runnable again after its children have all completed successfully. See HBASE-20978.- Throws:
Exception
-
testChildRollbackLoad
- Throws:
Exception
-
testChildRollbackLoadWithSteppedRestart
- Throws:
Exception
-
assertProcFailed
-