GitHub user wenlong88 opened a pull request:
https://github.com/apache/flink/pull/5122
[FLINK-8200] RocksDBAsyncSnapshotTest should use temp fold instead of fold
with fixed name
Using fixed folder in test makes test fail when different users run the
test in the same machine. We should TemporaryFolder instead to avoid the
conflicts and make the test folder be cleared automaticlly when execution
finished.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wenlong88/flink flink-8200
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5122.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 #5122
----
commit 6798f54291941300a1c0a57dbf9971d21e3a4422
Author: wenlong.lwl <[email protected]>
Date: 2017-12-05T07:16:32Z
use TemporaryFolder instead of fixed folder in RocksDBAsyncSnapshotTest
----
---