ndimiduk commented on a change in pull request #754: HBASE-22978 : Online slow 
response log
URL: https://github.com/apache/hbase/pull/754#discussion_r377262043
 
 

 ##########
 File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/AbstractTestIPC.java
 ##########
 @@ -426,4 +437,55 @@ public void testAsyncTimeout() throws IOException {
       rpcServer.stop();
     }
   }
+
+  @Test
 
 Review comment:
   Yeah with a void method you're stuck looking for side-effects. Even with a 
non-void method, you should still be looking for side-effects of the call...

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to