zstan commented on code in PR #4699:
URL: https://github.com/apache/ignite-3/pull/4699#discussion_r1839779266
##########
modules/sql-engine/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItSqlQueriesSystemViewTest.java:
##########
@@ -220,7 +220,7 @@ public void multiStatementWithTransaction() throws
InterruptedException {
long timeAfter = clockService.now().getPhysical();
// "DDL" and "EXPLAIN" queries close cursor automatically.
- waitForCondition(() -> queryProcessor().runningQueries() == 4, 5_000);
+ assertTrue(waitForCondition(() -> queryProcessor().runningQueries() ==
4, 5_000));
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]