Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/605#discussion_r213393785 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/QuorumPeerMainTest.java --- @@ -452,7 +452,7 @@ public void testElectionFraud() throws IOException, InterruptedException { Assert.assertTrue("falseLeader never rejoins the quorum", foundFollowing); } - private void waitForOne(ZooKeeper zk, States state) throws InterruptedException { --- End diff -- @breed This is based on current master branch, we don't have dependency as far as I know, so it should be ready to go in. (sorry for the lately reply, just came back from vocation)
---