zstan commented on code in PR #2712:
URL: https://github.com/apache/ignite-3/pull/2712#discussion_r1398758973


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/api/ItSqlApiBaseTest.java:
##########
@@ -83,6 +83,9 @@ public void dropTables() {
 
     @Test
     public void ddl() throws Exception {
+        // Do not wait for indexes to become available.
+        setAwaitIndexAvailability(false);

Review Comment:
   seems all /api tests can be safely called with such flag ?



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