GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/657
ZOOKEEPER-3157. Improve FuzzySnapshotRelatedTest to avoid flaky due to
issues like connection loss
Quick fix to make the test more reliable.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-3157
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/657.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 #657
----
commit 1849a8fab07bd0790cc3d744be1f6294f55e8472
Author: Andor Molnar <andor@...>
Date: 2018-10-05T15:19:57Z
ZOOKEEPER-3157. Make sure the client disconnects before going on
----
---