ndimiduk commented on a change in pull request #1094:
URL: https://github.com/apache/hbase/pull/1094#discussion_r447120947
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java
##########
@@ -559,6 +561,25 @@ public void testCoDelScheduling() throws Exception {
}
}
+ @Test
+ public void testFastPathBalancedQueueRpcExecutorWithQueueLength0() throws
Exception {
+ String name = "testFastPathBalancedQueueRpcExecutorWithQueueLength0";
Review comment:
Use the `TestName` junit rule instead.
----------------------------------------------------------------
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:
[email protected]