ygerzhedovich commented on code in PR #3953:
URL: https://github.com/apache/ignite-3/pull/3953#discussion_r1654823260
##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/api/ItSqlApiBaseTest.java:
##########
@@ -894,6 +897,102 @@ public void testTimeZoneId(String timeZoneId) {
assertEquals(nowMillis, tsMillis, deltaMillis);
}
+ @Test
+ public void testEarlyQueryTimeout() {
Review Comment:
all new test work in synchronious manner, but API should depend on
subclasses. Please see another tests how it works
--
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]