lowka commented on code in PR #7148:
URL: https://github.com/apache/ignite-3/pull/7148#discussion_r2597651370


##########
modules/jdbc/src/integrationTest/java/org/apache/ignite/jdbc/ItJdbcConnectionSelfTest.java:
##########
@@ -1049,6 +1050,96 @@ public void testChangeBackgroundReconnectInterval() 
throws SQLException {
                 format("Failed to parse int property [name={}, 
value=9223372036854775808]", propertyName));
     }
 
+    @Test
+    public void testQueryTimeoutProperty() throws SQLException {
+        String propertyName = "queryTimeoutSeconds";

Review Comment:
   Does it really necessary to use a real connection to test that a parameter 
from a JDBC URL gets passed to the underlying client? 



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