dawidwys commented on a change in pull request #11070: [FLINK-16013][core] Write and parse list config option correctly URL: https://github.com/apache/flink/pull/11070#discussion_r378929089
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/clusterframework/BootstrapToolsTest.java ########## @@ -533,4 +547,61 @@ public void testGetEnvironmentVariablesErroneous() { Assert.assertEquals(0, res.size()); } + + @Test + public void testWriteListConfigOptionAndReload() throws IOException { Review comment: But on the other hand I do appreciate testing a single thing at a time. I think the classes are not very testable, especially the `GlobalConfiguration`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services