tempest.api.compute.volumes.test_volumes_list timeout during teardown

Bug #1218585 reported by Matthew Treinish
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tempest
In Progress
High
Matthew Treinish

Bug Description

During tearDownClass for test_volumes_list waiting for the deletion to complete but the volume never goes away. (GET doesn't return 404)

t10.1: tearDownClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestXML)_StringException: Traceback (most recent call last):
  File "tempest/api/compute/volumes/test_volumes_list.py", line 78, in tearDownClass
    cls.client.wait_for_resource_deletion(volume['id'])
  File "tempest/common/rest_client.py", line 497, in wait_for_resource_deletion
    raise exceptions.TimeoutException
TimeoutException: Request timed out

See logs here:

http://logs.openstack.org/51/41551/6/check/gate-tempest-devstack-vm-full/c7b200b/

and

http://logs.openstack.org/24/44224/2/gate/gate-tempest-devstack-vm-full/266a445

Revision history for this message
Matt Riedemann (mriedem) wrote :

I'm seeing the same with this test case:

tempest.api.compute.volumes.test_volumes_get.VolumesGetTestXML.test_volume_get_metadata_none

http://logs.openstack.org/55/43955/1/gate/gate-tempest-devstack-vm-postgres-full/a56e697/console.html

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tempest (master)

Fix proposed to branch: master
Review: https://review.openstack.org/44506

Changed in tempest:
assignee: nobody → Matthew Treinish (treinish)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/44506
Committed: http://github.com/openstack/tempest/commit/53f887f40da57274b1ea9590adb696f017f26b4f
Submitter: Jenkins
Branch: master

commit 53f887f40da57274b1ea9590adb696f017f26b4f
Author: Matthew Treinish <email address hidden>
Date: Fri Aug 30 13:45:37 2013 -0400

    Increase default test timeout for timeout fixture

    This commit increases the default timeout for a test specified in
    .testr.conf from 250 secs to 500 secs. The default build timeout
    used for waiting for resource deletion is 400 secs. By using a test
    timeout that was smaller than the build timeout some slow async
    resource creation and deletions weren't completing before the test
    was marked as failed for taking to long

    Change-Id: Ia6292e68a8c3a0a0c03667a15f528c2ec6a5fbed
    Partial-Bug: #1218585

Revision history for this message
Joe Gordon (jogo) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.