On Tue, Feb 19, 2019 at 8:33 PM Nir Soffer <nsoffer@redhat.com> wrote:

Correction: the second build fail because of this flaky test, know issue for long time:

======================================================================
FAIL: test_event(False) (stomp_test.StompTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/workspace/vdsm_standard-check-patch/vdsm/tests/testlib.py", line 142, in wrapper
    return f(self, *args)
  File "/home/jenkins/workspace/vdsm_standard-check-patch/vdsm/tests/stomp_test.py", line 123, in test_event
    self.fail("Event queue timed out.")
AssertionError: Event queue timed out.

Marcin, can you mark this test as broken on ci?



The other sub stages succeeded, and building the patch on top succeeded:

Looks like temporary error, failing to find a package from tested repository?

How can we prevent these errors?

Nir