[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly -
Build # 578 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/
Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_night...
Build Number: 578
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #578
[Ales Musil] basic: Move CirrOS image name to fixtures
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.004_basic_sanity.test_live_storage_migration
Error Message:
AssertionError: False != True after 600 seconds
Stack Trace:
engine_api = <ovirtsdk4.Connection object at 0x7fc432ffcfd0>
@order_by(_TEST_LIST)
def test_live_storage_migration(engine_api):
engine = engine_api.system_service()
disk_service = test_utils.get_disk_service(engine, DISK0_NAME)
correlation_id = 'live_storage_migration'
disk_service.move(
async=False,
filter=False,
storage_domain=types.StorageDomain(
name=SD_ISCSI_NAME
),
query={'correlation_id': correlation_id}
)
assertions.assert_true_within_long(lambda: test_utils.all_jobs_finished(engine, correlation_id))
# Assert that the disk is on the correct storage domain,
# its status is OK and the snapshot created for the migration
# has been merged
assertions.assert_true_within_long(
> lambda: engine_api.follow_link(disk_service.get().storage_domains[0]).name == SD_ISCSI_NAME
)
../basic-suite-master/test-scenarios/004_basic_sanity.py:615:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../ost_utils/ost_utils/assertions.py:98: in assert_true_within_long
assert_equals_within_long(func, True, allowed_exceptions)
../ost_utils/ost_utils/assertions.py:83: in assert_equals_within_long
func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
func = <function <lambda> at 0x7fc430b98a28>, value = True, timeout = 600
allowed_exceptions = [], initial_wait = 0
error_message = 'False != True after 600 seconds'
def assert_equals_within(
func, value, timeout, allowed_exceptions=None, initial_wait=10,
error_message=None
):
allowed_exceptions = allowed_exceptions or []
res = '<no-result-obtained>'
with _EggTimer(timeout) as timer:
while not timer.elapsed():
try:
res = func()
if res == value:
return
except Exception as exc:
if _instance_of_any(exc, allowed_exceptions):
time.sleep(3)
continue
LOGGER.exception("Unhandled exception in %s", func)
raise
if initial_wait == 0:
time.sleep(3)
else:
time.sleep(initial_wait)
initial_wait = 0
try:
if error_message is None:
error_message = '%s != %s after %s seconds' % (res, value, timeout)
> raise AssertionError(error_message)
E AssertionError: False != True after 600 seconds
../ost_utils/ost_utils/assertions.py:61: AssertionError
4 years
[JIRA] (OVIRT-3059) Problem with Jenkins ovirt-ansible-collection
by Martin Necas (oVirt JIRA)
Martin Necas created OVIRT-3059:
-----------------------------------
Summary: Problem with Jenkins ovirt-ansible-collection
Key: OVIRT-3059
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-3059
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Martin Necas
Assignee: infra
Hi,
for some reason the Jenkins does not start a job for
ovirt-ansible-collection, few days ago it worked without a problem, could
someone please check it out/redirect me to someone?
Martin Necas
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100151)
4 years
[oVirt Jenkins] ovirt-system-tests_performance-suite-master - Build
# 1641 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_performance-suite-master/
Build: https://jenkins.ovirt.org/job/ovirt-system-tests_performance-suite-master...
Build Number: 1641
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #1641
[Ales Musil] basic: Move CirrOS image name to fixtures
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: nose.failure.Failure.runTest
Error Message:
'module' object has no attribute 'guest_os_image_name'
Stack Trace:
Traceback (most recent call last):
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/jenkins/agent/workspace/ovirt-system-tests_performance-suite-master/ovirt-system-tests/performance-suite-master/test-scenarios/040_add_hosts_vms.py", line 90, in <module>
CIRROS_IMAGE_NAME = versioning.guest_os_image_name()
AttributeError: 'module' object has no attribute 'guest_os_image_name'
4 years
upgrade-from- master or 4.4 suite
by Yedidyah Bar David
Hi all,
I'd like to have a suite that tests upgrade from current master to a
build I want to test, and/or from latest released 4.4 to a build I
want to test. Do we have anything like that?
At some point we removed [1] upgrade from 4.3 to 4.4, because this
requires reinstalling the hosts from el7 to el8. Perhaps it's bad that
we didn't invest in automating this. But now I want to test 4.4->4.4
upgrades. Tried choosing it from manual job [2] and it failed with:
11:51:28 WARN: Unable to find sh file
automation/upgrade-from-release_suite_master.sh or
automation/upgrade-from-release_suite_master.sh.el7, skipping sh
Thanks and best regards,
[1] https://gerrit.ovirt.org/104988
[2] https://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt-system-te...
--
Didi
4 years
[oVirt Jenkins] ovirt-system-tests_basic-suite-4.3_nightly - Build
# 563 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-4.3_nightly/
Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-4.3_nightly/...
Build Number: 563
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #563
[Eitan Raviv] network: stabilize host & DC state on change cluster
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 004_basic_sanity.run_vms
Error Message:
Fault reason is "Operation Failed". Fault detail is "[Network error during communication with the Host.]". HTTP response code is 400.
Stack Trace:
Traceback (most recent call last):
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
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_basic-suite-4.3_nightly/ovirt-system-tests/basic-suite-4.3/test-scenarios/004_basic_sanity.py", line 694, in run_vms
vm0_service.start(use_cloud_init=True, vm=vm_params)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 32520, in start
return self._internal_action(action, 'start', None, headers, query, wait)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 299, in _internal_action
return future.wait() if wait else future
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait
return self._code(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 296, in callback
self._check_fault(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 134, in _check_fault
self._raise_error(response, body.fault)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in _raise_error
raise error
Error: Fault reason is "Operation Failed". Fault detail is "[Network error during communication with the Host.]". HTTP response code is 400.
4 years
[oVirt Jenkins]
ovirt-system-tests_upgrade-from-prevrelease-suite-master_nightly - Build #
486 - Still Failing!
by jenkins@jenkins.phx.ovirt.org
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_upgrade-from-prevrelease...
Build: https://jenkins.ovirt.org/job/ovirt-system-tests_upgrade-from-prevrelease...
Build Number: 486
Build Status: Still Failing
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #457
[Marcin Sobczyk] basic: Improve 'assert_vm_is_alive'
Changes for Build #458
[Marcin Sobczyk] basic: Improve 'assert_vm_is_alive'
Changes for Build #459
[Marcin Sobczyk] basic: Improve 'assert_vm_is_alive'
Changes for Build #460
[hbraha] network: remove calls to lago env on fixture.host
Changes for Build #461
[hbraha] network: remove calls to lago env on fixture.host
Changes for Build #462
[hbraha] network: remove calls to lago env on fixture.host
Changes for Build #463
[hbraha] network: remove calls to lago env on fixture.host
Changes for Build #464
[hbraha] network: remove calls to lago env on fixture.host
Changes for Build #465
[hbraha] network: remove calls to lago env on fixture.host
Changes for Build #466
[Marcin Sobczyk] network-4.3: Fix missing 'ost_utils' module
[Galit] Updated manual test custom report guide
Changes for Build #467
[Marcin Sobczyk] network-4.3: Fix missing 'ost_utils' module
Changes for Build #468
[Marcin Sobczyk] network-4.3: Fix missing 'ost_utils' module
Changes for Build #469
[parthdhanjal] Updating gluster-inventory file
Changes for Build #470
[parthdhanjal] Updating gluster-inventory file
Changes for Build #471
[parthdhanjal] Updating gluster-inventory file
Changes for Build #472
[parthdhanjal] Updating gluster-inventory file
Changes for Build #473
[parthdhanjal] Updating gluster-inventory file
Changes for Build #474
[parthdhanjal] Updating gluster-inventory file
Changes for Build #475
[hbraha] network: remove xfail from active bond test
Changes for Build #476
[hbraha] network: remove xfail from active bond test
Changes for Build #477
[hbraha] network: remove xfail from active bond test
Changes for Build #478
[hbraha] network: remove lago engine_ip call
[Galit] Add dparth mail to hc-basic
Changes for Build #479
[hbraha] network: remove lago engine_ip call
Changes for Build #480
[hbraha] network: remove lago engine_ip call
Changes for Build #481
[Eyal Shenitzky] basic_sanity.py: remove unused time import
Changes for Build #482
[Eyal Shenitzky] basic_sanity.py: remove unused time import
Changes for Build #483
[Eyal Shenitzky] basic_sanity.py: remove unused time import
Changes for Build #484
[Eitan Raviv] network: remove workaround for BZ 1752282
Changes for Build #485
[Eitan Raviv] network: remove workaround for BZ 1752282
Changes for Build #486
[Eitan Raviv] network: remove workaround for BZ 1752282
-----------------
Failed Tests:
-----------------
No tests ran.
4 years