GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/515
ZOOKEEPER-3012. Fix unit test: testDataDirAndDataLogDir should not use
hardcode test folders
Replaced by creating random folders.
https://issues.apache.org/jira/browse/ZOOKEEPER-3012
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-3012_34
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/515.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 #515
----
commit bf8200cffccee482ac39d56114a914cd52144bfe
Author: Andor Molnar <andor@...>
Date: 2018-05-08T22:30:12Z
ZOOKEEPER-3012. Replaced hardcoded folder names with creating tmp
directories
----
---