public class TestRegionServerCoprocessorExceptionWithAbort extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestRegionServerCoprocessorExceptionWithAbort.BuggyRegionObserver |
static class |
TestRegionServerCoprocessorExceptionWithAbort.FailedInitializationObserver |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestRegionServerCoprocessorExceptionWithAbort() |
Modifier and Type | Method and Description |
---|---|
void |
testExceptionDuringInitialization() |
void |
testExceptionFromCoprocessorDuringPut() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
public TestRegionServerCoprocessorExceptionWithAbort()
public void testExceptionDuringInitialization() throws Exception
Exception
public void testExceptionFromCoprocessorDuringPut() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.