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


##########
modules/compatibility-tests/src/integrationTest/java/org/apache/ignite/internal/client/OldClientWithCurrentServerCompatibilityTest.java:
##########
@@ -69,7 +69,7 @@ void beforeAll(String clientVer, TestInfo testInfo, 
@WorkDirectory Path workDir)
         clientVersion = clientVer;
 
         cluster = CompatibilityTestBase.createCluster(testInfo, workDir, 
CompatibilityTestBase.NODE_BOOTSTRAP_CFG_TEMPLATE);
-        cluster.startEmbedded(1, true);
+        cluster.startEmbedded(1, x -> {});

Review Comment:
   For the love of God, we already following this pattern in 
CompatibilityTestBase. 
   This sole place was introduced not so long ago, and should be eradicated.



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