Reviewed: https://review.opendev.org/c/openstack/tempest/+/834350 Committed: https://opendev.org/openstack/tempest/commit/7304e3ac8973a42bcfff91d561ac9d238b187334 Submitter: "Zuul (22348)" Branch: master
commit 7304e3ac8973a42bcfff91d561ac9d238b187334 Author: Ghanshyam Mann <gm...@ghanshyammann.com> Date: Fri Mar 18 13:58:25 2022 -0500 Move ServerStableDeviceRescueTest to wait for SSH-able server ServerStableDeviceRescueTest also perform the attach_volume on rescue server and in cleanup detach_volume. As described in the bug#1960346 we need to wait for server readiness before detach volume called. Also making centos stream 9 job as voting. Closes-Bug: #1960346 Change-Id: Ia213297b13f42d39213dea9a3b2cfee561cdcf28 ** Changed in: tempest Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1960346 Title: Volume detach failure in devstack-platform-centos-9-stream job Status in OpenStack Compute (nova): Triaged Status in tempest: Fix Released Bug description: devstack-platform-centos-9-stream job is failing 100% with the compute server rescue test with volume detach error: traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 316, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 70cedb4b-e74d-4a86-a73d-ba8bce29bc99 failed to reach available status (current in-use) within the required time (196 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 384, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 70cedb4b-e74d-4a86-a73d-ba8bce29bc99 failed to detach from server cf57d12b-5e37-431e-8c71-4a7149e963ae within the required time (196 s) from the compute API perspective https://a886e0e70a23f464643f-7cd608bf14cafb686390b86bc06cde2a.ssl.cf1.rackcdn.com/827576/6/check/devstack- platform-centos-9-stream/53de74e/testr_results.html https://zuul.openstack.org/builds?job_name=devstack-platform-centos-9-stream&skip=0 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1960346/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp