Phillippko commented on code in PR #3342:
URL: https://github.com/apache/ignite-3/pull/3342#discussion_r1512885952
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##########
@@ -1421,7 +1421,7 @@ public void createTableCallOnMultipleNodesTest(boolean
populateStableAssignments
}
// Assume that the table id will always be 7 for the test table. There
is an assertion below to check this is true.
- int tableId = 7;
+ int tableId = 8;
Review Comment:
Test uses tableId _before_ the table is created
--
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]