PakhomovAlexander commented on code in PR #3376:
URL: https://github.com/apache/ignite-3/pull/3376#discussion_r1523432652


##########
modules/runner/src/test/java/org/apache/ignite/internal/configuration/storage/LocalFileConfigurationStorageTest.java:
##########
@@ -507,6 +508,28 @@ void innerNodeWithPartialContent() throws Exception {
         assertThat(storage.readDataOnRecovery().get().values(), 
aMapWithSize(1));
     }
 
+    /** File content is parsed using HOCON format regardless of the file 
extension. */
+    @Test
+    void hoconContentInJsonFile() throws IOException {
+        // Given
+        String fileContent = "top {\n"
+                + "    namedList=[\n"

Review Comment:
   Could you please add \" to the identifiers as it is described in the ticket?



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