GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/653
ZOOKEEPER-3159. Flaky: ClientRequestTimeoutTest.testClientRequestTimeout
Can't see a reason why testing again the create method without packet drop.
Timeout scenario has already been tested and this part seem to make the test
flaky. Removed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-3159
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/653.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 #653
----
commit 850bcdc8b9d88893901c5e3b53acf4488cf7bd8d
Author: Andor Molnar <andor@...>
Date: 2018-10-02T13:55:03Z
ZOOKEEPER-3159. Removed redundant assert block which usually failing
----
---