slukyano commented on code in PR #5315: URL: https://github.com/apache/ignite-3/pull/5315#discussion_r1984161848
########## modules/cli/src/test/java/org/apache/ignite/internal/cli/commands/cluster/ClusterInitTest.java: ########## @@ -204,18 +229,28 @@ void initError() { @Test @DisplayName("--url http://localhost:10300 --cluster-management-group node2ConsistentId, node3ConsistentId") - void metastorageNodesAreMandatoryForInit() { + void metastorageNodesAreNotMandatoryForInit() { Review Comment: They're going to be the same. If either MG or CMG is provided, the other parameter uses the same value. -- 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