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_r378928356
########## 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: How about we combine those tests into a single one. Tests that do IO operations might be expensive. ---------------------------------------------------------------- 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