slinkydeveloper commented on a change in pull request #19029:
URL: https://github.com/apache/flink/pull/19029#discussion_r823457633



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/util/TestingTaskManagerRuntimeInfo.java
##########
@@ -38,7 +38,8 @@
     public TestingTaskManagerRuntimeInfo() {
         this(
                 new Configuration(),
-                System.getProperty("java.io.tmpdir").split(",|" + 
File.pathSeparator));
+                EnvironmentInformation.getTemporaryFileDirectory()

Review comment:
       We should use junit temp dir here instead, but that's ok for now if it 
fixes the issue




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to