Github user StefanRRichter commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5239#discussion_r170253246
  
    --- Diff: 
flink-runtime/src/test/java/org/apache/flink/runtime/state/TaskExecutorLocalStateStoresManagerTest.java
 ---
    @@ -46,9 +48,15 @@ public void testCreationFromConfig() throws Exception {
     
                final Configuration config = new Configuration();
     
    -           final String rootDirString = 
"localStateRoot1,localStateRoot2,localStateRoot3";
    +           String tmpDir = System.getProperty("java.io.tmpdir") + 
File.separator;
    --- End diff --
    
    👍 


---

Reply via email to