anmolnar commented on code in PR #4125:
URL: https://github.com/apache/hbase/pull/4125#discussion_r899951472


##########
hbase-client/src/test/java/org/apache/hadoop/hbase/ipc/TestNettyRpcConnection.java:
##########
@@ -67,6 +68,7 @@ public static void tearDown() throws IOException {
     Closeables.close(CLIENT, true);
   }
 
+  @Ignore

Review Comment:
   This test doesn't make sense anymore, because one of the main changes in 
this patch is to avoid running HBase methods running on the event loop. 
Previously I removed the test which caused unexpected issues with the CI and as 
@busbey suggested, I just Ignore this test for now and remove it in a later 
patch.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to