ivanzlenko commented on code in PR #6774:
URL: https://github.com/apache/ignite-3/pull/6774#discussion_r2434799076


##########
modules/compatibility-tests/src/testFixtures/java/org/apache/ignite/internal/IgniteCluster.java:
##########
@@ -142,8 +144,8 @@ public void startEmbedded(@Nullable TestInfo testInfo, int 
nodesCount, boolean i
             nodeRegistrations.add(startEmbeddedNode(testInfo, nodeIndex, 
nodesCount));
         }
 
-        if (initCluster) {
-            init(x -> {});
+        if (initParametersConfigurator != null) {
+            init(initParametersConfigurator);

Review Comment:
   Please remove this. We do not need that. We must use cluster.init() method 
instead. Refer CompatibilityTestBase on how to initialize cluster.



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