rpuch commented on code in PR #5401:
URL: https://github.com/apache/ignite-3/pull/5401#discussion_r1993753329


##########
modules/client-handler/src/testFixtures/java/org/apache/ignite/client/handler/FakeCatalogService.java:
##########
@@ -53,7 +53,7 @@ public FakeCatalogService(int partitions) {
                 0,
                 0,
                 "table",
-                0,
+                invocation.<Integer>getArgument(0) + 10_000,

Review Comment:
   Strictly speaking, tests pass without this change, but current tests work 
with different tables for non-colocation case, so it seemed logical to 'put' 
them in different zones.



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

Reply via email to