Andor Molnar created ZOOKEEPER-3193:
---------------------------------------
Summary: Flaky: org.apache.zookeeper.test.SaslAuthFailNotifyTest
Key: ZOOKEEPER-3193
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3193
Project: ZooKeeper
Issue Type: Sub-task
Components: tests
Affects Versions: 3.4.13, 3.5.4, 3.6.0
Reporter: Andor Molnar
Assignee: Andor Molnar
Fix For: 3.6.0, 3.5.5, 3.4.14
This test doesn't fail often on Apache Jenkins, but seems like quite flaky in
our in-house testing environment. It's having a race in waiting for the
AuthFailed event that could happen before client creation succeeds, causing the
wait operation to hand infinitely (notify occurred before the wait() call).
Using a CountDownLatch would be better for the same purpose.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)