GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/659
ZOOKEEPER-3161. Refactor QuorumPeerMainTest.java: move commonly used
functions to base class
Move the following methods to QuorumPeerTestBase.java:
tearDown()
LaunchServers()
waitForOne(), waitForAll()
logStates()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-3161
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/659.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 #659
----
commit e3137db443ad304bf1740665e478ee60ec9f900b
Author: Andor Molnar <andor@...>
Date: 2018-09-20T09:56:42Z
ZOOKEEPER-3161. Refactor QuorumPeerMainTest
----
---