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


##########
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:
   Not really, moved such tests to unit test suite `JdbcConnectionSelfTest`, 
thanks



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