Details
Description
This test waits for the leader election to settle, but it is possible that 3 follower threads join before the leader thread joins. We should wait for the leader thread to join in a loop for some time.
Leader hasn't joined: 5 junit.framework.AssertionFailedError: Leader hasn't joined: 5 at org.apache.zookeeper.test.FLETest.testLE(FLETest.java:313) at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)
Attachments
Attachments
Issue Links
- duplicates
-
ZOOKEEPER-1733 FLETest#testLE is flaky on windows boxes
- Closed