Flaugh24 commented on code in PR #2817:
URL: https://github.com/apache/ignite-3/pull/2817#discussion_r1388279734


##########
modules/cluster-management/src/integrationTest/java/org/apache/ignite/internal/cluster/management/ItClusterManagerTest.java:
##########
@@ -102,6 +99,26 @@ void testInit(TestInfo testInfo) throws Exception {
         assertThat(cluster.get(1).logicalTopologyNodes(), 
will(containsInAnyOrder(expectedTopology)));
     }
 
+    /**
+     * Tests initial cluster setup with provided configuration.
+     */
+    @Test
+    void testInitWithProvidedConfiguration(TestInfo testInfo) throws Exception 
{
+        startCluster(3, testInfo);
+
+        String[] cmgNodes = { cluster.get(0).name() };
+
+        String[] metaStorageNodes = { cluster.get(1).name() };
+
+        String configuration = "cluster-configuration.json";

Review Comment:
   It's not a file. We don't have validation in ClusterManagementGroupManager. 
We validate the configuration in ClusterInitializer, just like other arguments 
of cluster initialization command.



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