[GitHub] zookeeper pull request #570: ZOOKEEPER-3042: testFailedTxnAsPartOfQuorumLoss...

2018-07-17 Thread lavacat
Github user lavacat closed the pull request at:

https://github.com/apache/zookeeper/pull/570


---


[GitHub] zookeeper pull request #570: ZOOKEEPER-3042: testFailedTxnAsPartOfQuorumLoss...

2018-07-15 Thread lavacat
GitHub user lavacat opened a pull request:

https://github.com/apache/zookeeper/pull/570

ZOOKEEPER-3042: testFailedTxnAsPartOfQuorumLoss is flaky

- relaxed check of outstanding proposals queue
- close clients after restart
- restart client after old leader restart

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lavacat/zookeeper 
testFailedTxnAsPartOfQuorumLoss-fix-3.4

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zookeeper/pull/570.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 #570


commit 52bd7ea1384ea84c08e37dce69d410048fa08697
Author: Bogdan Kanivets 
Date:   2018-05-14T18:08:55Z

ZOOKEEPER-3042: testFailedTxnAsPartOfQuorumLoss is flaky

- relaxed check of outstanding proposals queue
- close clients after restart
- restart client after old leader restart




---