Jiabao-Sun commented on PR #23914: URL: https://github.com/apache/flink/pull/23914#issuecomment-1853193955
Thanks @XComp, @snuyanzin. The comments were addressed and print the files that are not deleted when IOException throws. > StreamingTestBase#tempFolder is a class field which makes all tests use the same temporary folder The `var tempFolder: Path = _` defines in scala is an object field already, for each `@Test` method, it is different. However, if the test of the same test is allowed to be executed concurrently, it may also cause path errors. -- 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]
