sk0x50 commented on code in PR #5568: URL: https://github.com/apache/ignite-3/pull/5568#discussion_r2028614673
########## modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/ItAbstractColocationTest.java: ########## @@ -301,6 +302,10 @@ static void createTable(Node node, String zoneName, String tableName, String sto List.of("KEY"), storageProfile ); + + Integer tableId = getTableId(node.catalogManager, tableName, node.hybridClock.nowLong()); Review Comment: You can use `TableTestUtils.getTableIdStrict` here. Anyway, it's up to you. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org