abhishekagarwal87 commented on code in PR #15975:
URL: https://github.com/apache/druid/pull/15975#discussion_r1510645622


##########
server/src/test/java/org/apache/druid/client/DirectDruidClientTest.java:
##########
@@ -427,4 +431,47 @@ public void testQueryTimeoutFromFuture()
     Assert.assertEquals(hostName, actualException.getHost());
     EasyMock.verify(httpClient);
   }
+
+  @Test
+  public void testRuntimeException() throws JsonProcessingException

Review Comment:
   This is too generic test name. I would suggest 
testConnectionCountAfterException



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to