GitHub user NicoK opened a pull request: https://github.com/apache/flink/pull/3966
[FLINK-6320] fix unit test failing sometimes when deleting a temp dir use a JUnit rule with a `TemporaryFolder` instead which should fix this (alternatively, catching the exception may have fixed this symptom but using a temporary folder should be even more save in case a real concurrency issue was present) You can merge this pull request into a Git repository by running: $ git pull https://github.com/NicoK/flink flink-6320 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3966.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3966 ---- commit 5b440c4084076c8086d888c4d5439c2e5f65bdf6 Author: Nico Kruber <n...@data-artisans.com> Date: 2017-05-22T14:31:08Z [FLINK-6320] fix unit test failing sometimes when deleting a temp directory ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---