ibessonov commented on code in PR #2684:
URL: https://github.com/apache/ignite-3/pull/2684#discussion_r1361617616
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/rest/ItNotInitializedClusterRestTest.java:
##########
@@ -210,7 +210,40 @@ void nodeVersion() throws IOException,
InterruptedException {
}
@Test
- @DisplayName("Cluster is not initialized, if config is invalid")
+ @DisplayName("Cluster is not initialized, if config has a syntax error")
+ void initClusterWithInvalidHoconConfig() throws IOException,
InterruptedException {
+ // When POST /management/v1/cluster/init with invalid config
+ String requestBody = "{\n"
+ + " \"metaStorageNodes\": [\n"
Review Comment:
Ok, I think I see what you mean
--
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]