Class TestMasterObserverPostCalls
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestMasterObserverPostCalls
Tests class that validates that "post" observer hook methods are only invoked when the operation
was successful.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
protected static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
private static void
setupConf
(org.apache.hadoop.conf.Configuration conf) void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
UTIL
-
-
Constructor Details
-
TestMasterObserverPostCalls
public TestMasterObserverPostCalls()
-
-
Method Details
-
setupCluster
- Throws:
Exception
-
setupConf
-
cleanupTest
- Throws:
Exception
-
testPostDeleteNamespace
- Throws:
IOException
-
testPostModifyNamespace
- Throws:
IOException
-
testPostCreateNamespace
- Throws:
IOException
-
testPostCreateTable
- Throws:
IOException
-
testPostModifyTable
- Throws:
IOException
-
testPostDisableTable
- Throws:
IOException
-
testPostDeleteTable
- Throws:
IOException
-