public class TestProcedure extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TestProcedure.LatchedProcedure |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) org.apache.hadoop.hbase.procedure.ProcedureCoordinator |
coord |
Constructor and Description |
---|
TestProcedure() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
testBarrieredErrorPropagation() |
void |
testErrorPropagation() |
void |
testMultipleMember() |
void |
testSingleMember()
With a single member, verify ordered execution.
|
public static final HBaseClassTestRule CLASS_RULE
org.apache.hadoop.hbase.procedure.ProcedureCoordinator coord
public TestProcedure()
public void setup()
public void testSingleMember() throws Exception
Exception
public void testMultipleMember() throws Exception
Exception
public void testErrorPropagation() throws Exception
Exception
public void testBarrieredErrorPropagation() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.