You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/private/var/lib/jenkins/workspace/elastic+beats+pull-request+multijob-darwin/beat/libbeat/label/macosx/src/github.com/elastic/beats/libbeat/tests/system/test_base.py", line 206, in test_persistent_uuid
meta1 = run()
File "/private/var/lib/jenkins/workspace/elastic+beats+pull-request+multijob-darwin/beat/libbeat/label/macosx/src/github.com/elastic/beats/libbeat/tests/system/test_base.py", line 188, in run
max_timeout=2)
File "/private/var/lib/jenkins/workspace/elastic+beats+pull-request+multijob-darwin/beat/libbeat/label/macosx/src/github.com/elastic/beats/libbeat/tests/system/beat/beat.py", line 337, in wait_until
"Waited {} seconds.".format(max_timeout))
TimeoutError: Timeout waiting for 'cond' to be true. Waited 2 seconds.
The text was updated successfully, but these errors were encountered:
Under darwin that test was flaky, I've ran it a few times locally
without issues. looking at the previous issue we always fails check that
Mockbeat is alived, but since this run on VM, we could hit contention
issues with either disk or cpu. Lets give more time to actually assert
before timeout.
Fixes: elastic#9216
Under darwin that test was flaky, I've ran it a few times locally
without issues. looking at the previous issue we always fails check that
Mockbeat is alived, but since this run on VM, we could hit contention
issues with either disk or cpu. Lets give more time to actually assert
before timeout.
Fixes: #9216
Flaky Test
Stack Trace
The text was updated successfully, but these errors were encountered: