kezhuw opened a new pull request, #2204:
URL: https://github.com/apache/zookeeper/pull/2204

   ```
   org.opentest4j.AssertionFailedError: create /zk2 should have failed
        at 
org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testFailedTxnAsPartOfQuorumLoss(QuorumPeerMainTest.java:762)
   ```
   
   The test starts other members before the `create` operation. This causes
   the old leader rejoin with them to form quorum.
   
   This pr moves starting of stopped members after `create`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to