ivanzlenko commented on code in PR #6549:
URL: https://github.com/apache/ignite-3/pull/6549#discussion_r2348178794
##########
modules/cluster-management/src/integrationTest/java/org/apache/ignite/internal/cluster/management/ItClusterManagerTest.java:
##########
@@ -767,4 +768,27 @@ void
testInitFailsOnDifferentEnabledColocationModesWithinCmgNodes(boolean coloca
+ ", recipientColocationMode=" + !colocationEnabled +
"]."
);
}
+
+ @ParameterizedTest
+ @ValueSource(booleans = {false, true})
Review Comment:
Just pass true in the first step and false in the second.
--
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]