Class TestRegionServerCoprocessorExceptionWithAbort

java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort

@Tag("org.apache.hadoop.hbase.testclassification.CoprocessorTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests") public class TestRegionServerCoprocessorExceptionWithAbort extends Object
Tests unhandled exceptions thrown by coprocessors running on a regionserver.. Expected result is that the regionserver will abort with an informative error message describing the set of its loaded coprocessors for crash diagnosis. (HBASE-4014).