From d16b4c37951226a4517b0aeb32ec9892b75f6a33 Mon Sep 17 00:00:00 2001 From: Jack Bearden Date: Sat, 21 Jul 2018 20:48:13 -0700 Subject: [PATCH] HBASE-20918. Re-enable TestRpcHandlerException --- .../test/java/org/apache/hadoop/hbase/ipc/TestRpcHandlerException.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestRpcHandlerException.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestRpcHandlerException.java index cddb647fb1..ce12a5f8a2 100644 --- a/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestRpcHandlerException.java +++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestRpcHandlerException.java @@ -33,7 +33,6 @@ import org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface; import org.apache.hadoop.hbase.testclassification.RPCTests; import org.apache.hadoop.hbase.testclassification.SmallTests; import org.junit.ClassRule; -import org.junit.Ignore; import org.junit.Test; import org.junit.experimental.categories.Category; import org.junit.runner.RunWith; @@ -89,7 +88,6 @@ public class TestRpcHandlerException { * This is a unit test to make sure to abort region server when the number of Rpc handler thread * caught errors exceeds the threshold. Client will hang when RS aborts. */ - @Ignore @Test public void testRpcScheduler() throws IOException, InterruptedException { PriorityFunction qosFunction = mock(PriorityFunction.class); -- 2.14.3 (Apple Git-98)