sashapolo commented on code in PR #7506:
URL: https://github.com/apache/ignite-3/pull/7506#discussion_r2754072234


##########
modules/compatibility-tests/src/testFixtures/java/org/apache/ignite/internal/CompatibilityTestBase.java:
##########
@@ -256,6 +255,13 @@ private static boolean shouldTestAllVersions() {
         return false;
     }
 
+    /** Starts an embedded cluster with the given number of nodes and waits 
for rebalance to complete. */
+    protected void startEmbeddedClusterAndAwaitRebalance(int nodesCount) {
+        cluster.startEmbedded(nodesCount);
+
+        await().until(this::noActiveRebalance, willBe(true));

Review Comment:
   Please add a comment about why we do this (probably with a ticket link)



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