GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/409
ZOOKEEPER-2924: Refactor tests of LoadFromLogTest.java
Tests which don't need ZK test server to run have been extracted to
LoadFromLogNoServerTest.java.
Rest of them have been refactored to do init/shutdown in JUnit
Before/After methods.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-2924
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/409.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 #409
----
commit 552a7d2a8e4afe297fa36042fd60d7c55a00e9e5
Author: Andor Molnár <[email protected]>
Date: 2017-10-27T09:49:07Z
ZOOKEEPER-2924: Refactor tests of LoadFromLogTest.java
Tests which don't need ZK test server to run have been extracted to
LoadFromLogNoServerTest.java.
Rest of them have been refactored to do init/shutdown in JUnit
Before/After methods.
----
---