sullis commented on code in PR #13813:
URL: https://github.com/apache/pinot/pull/13813#discussion_r1716005620


##########
pinot-clients/pinot-jdbc-client/src/test/java/org/apache/pinot/client/PinotDriverTest.java:
##########
@@ -66,6 +68,7 @@ public void testDriver()
   public void testDriverBadURL() {
     try {
       DriverManager.getConnection(BAD_URL);
+      fail("expected exception was not thrown");

Review Comment:
   Done.



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