Hi all,
Yesterday I rebased [1], and CI still didn't finish, after more than
24 hours. Checking the console log, I already see it's going to fail,
at least due to a timeout:
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line
142, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line
60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File
"/home/jenkins/agent/workspace/ovirt-system-tests_standard-check-patch/ovirt-system-tests/he-node-ng-suite-4.3/test-scenarios/008_restart_he_vm.py",
line 59, in restart_he_vm
_wait_for_engine_health(host)
File
"/home/jenkins/agent/workspace/ovirt-system-tests_standard-check-patch/ovirt-system-tests/he-node-ng-suite-4.3/test-scenarios/008_restart_he_vm.py",
line 191, in _wait_for_engine_health
testlib.assert_true_within_long(lambda: any(
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line
286, in assert_true_within_long
assert_equals_within_long(func, True, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line
273, in assert_equals_within_long
func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line
252, in assert_equals_within
'%s != %s after %s seconds' % (res, value, timeout)
A previous rebase of the same patch also failed (after 4.5 hours), and
another attempt (ci please test) failed after 33 hours.
Does this make sense? Seems like there is very high load there for some reason.
[1]
https://gerrit.ovirt.org/104827
--
Didi