matriv commented on pull request #19029:
URL: https://github.com/apache/flink/pull/19029#issuecomment-1069117115


   @Myasuka 
   
   Then we would need to remove that constructor completely and let every test 
use:
   ```
   public TestingTaskManagerRuntimeInfo(
               Configuration configuration,
               String[] tmpDirectories,
               String taskManagerExternalAddress,
               File tmpWorkingDirectory) {
           this.configuration = configuration;
           this.tmpDirectories = tmpDirectories;
           this.taskManagerExternalAddress = taskManagerExternalAddress;
           this.tmpWorkingDirectory = tmpWorkingDirectory;
       }
   ```
   where the test class will supply a junit temp folder instead.


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