-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZOOKEEPER-3219: Fix flaky FileChangeWatcherTest #739
Conversation
@anmolnar can we merge this even though jenkins fails? It's failing with some completely unrelated error in the C test code :( |
+1 Thanks @ivmaykov! I’ll merge it tomorrow if there is no other comments. |
retest this please |
@anmolnar I have tried many times but it keeps failing with completely unrelated errors (failures in the C test code, which this commit does not touch). |
Have merged into master, thanks @ivmaykov! |
@lvfangmin @ivmaykov Isn't this something we introduced as part of Quorum TLS? |
Made some changes to handle the random ENTRY_CREATE events that occasionally fire even though the watcher is created after the file is already written to disk. Should make the test more stable. Author: Ilya Maykov <[email protected]> Closes apache#739 from ivmaykov/ZOOKEEPER-3219
Made some changes to handle the random ENTRY_CREATE events that occasionally fire even though the watcher is created after the file is already written to disk. Should make the test more stable.