ygerzhedovich commented on code in PR #2616:
URL: https://github.com/apache/ignite-3/pull/2616#discussion_r1337093175


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/jdbc/ItJdbcTest.java:
##########
@@ -98,7 +97,7 @@ void tearDown() {
         @DisplayName("Jdbc client can not connect without basic authentication 
configured")
         void jdbcCanNotConnectWithoutBasicAuthentication() {
             var url = "jdbc:ignite:thin://127.0.0.1:10800";
-            assertThrows(SQLException.class, () -> 
DriverManager.getConnection(url));
+            JdbcTestUtils.assertThrowsSqlException(SQLException.class, () -> 
DriverManager.getConnection(url));

Review Comment:
   yes! good catch. Seems I've fixed it already for anoter PR, but will fix 
here too



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