`test_clock_sync` seems flaky
marianosimone opened this issue · 0 comments
marianosimone commented
This is similar to [watchman/issues/1100] test_sinceRelativeRoot
seems flaky
I'm trying to build from source, and I keep getting flaky results on
While debugging, I added some log lines, and it immediately stopped flaking (Heisenbug flag!)
I haven't fully looked into the implementation to understand this 100%, but could it be that:
watchman/watchman/integration/test_clock.py
Lines 21 to 27 in 6b0361c
can flake if not enough time passes between the assignment to clock1
and the clock2
?