Public bug reported:

After https://review.openstack.org/#/c/230937/ merged stable/kilo gate
seems to be broken in the ceph job gate-tempest-dsvm-full-ceph

The tests fail with an error like:

2015-11-04 19:20:07.224 | Captured traceback-2:
2015-11-04 19:20:07.224 | ~~~~~~~~~~~~~~~~~~~~~
2015-11-04 19:20:07.224 |     Traceback (most recent call last):
2015-11-04 19:20:07.224 |       File 
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py",
 line 791, in wait_for_resource_deletion
2015-11-04 19:20:07.224 |         raise exceptions.TimeoutException(message)
2015-11-04 19:20:07.224 |     tempest_lib.exceptions.TimeoutException: Request 
timed out
2015-11-04 19:20:07.224 |     Details: (TestVolumeBootPattern:_run_cleanups) 
Failed to delete volume 1da0ba45-a4e6-49c6-8d47-ca522d7acabb within the 
required time (196 s).
2015-11-04 19:20:07.225 |     
2015-11-04 19:20:07.225 | 
2015-11-04 19:20:07.225 | Captured traceback-1:
2015-11-04 19:20:07.225 | ~~~~~~~~~~~~~~~~~~~~~
2015-11-04 19:20:07.225 |     Traceback (most recent call last):
2015-11-04 19:20:07.225 |       File "tempest/scenario/manager.py", line 100, 
in delete_wrapper
2015-11-04 19:20:07.225 |         delete_thing(*args, **kwargs)
2015-11-04 19:20:07.225 |       File 
"tempest/services/volume/json/volumes_client.py", line 108, in delete_volume
2015-11-04 19:20:07.225 |         resp, body = self.delete("volumes/%s" % 
str(volume_id))
2015-11-04 19:20:07.225 |       File 
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py",
 line 290, in delete
2015-11-04 19:20:07.225 |         return self.request('DELETE', url, 
extra_headers, headers, body)
2015-11-04 19:20:07.226 |       File 
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py",
 line 639, in request
2015-11-04 19:20:07.226 |         resp, resp_body)
2015-11-04 19:20:07.226 |       File 
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py",
 line 697, in _error_checker
2015-11-04 19:20:07.226 |         raise exceptions.BadRequest(resp_body, 
resp=resp)
2015-11-04 19:20:07.226 |     tempest_lib.exceptions.BadRequest: Bad request
2015-11-04 19:20:07.226 |     Details: {u'code': 400, u'message': u'Invalid 
volume: Volume still has 1 dependent snapshots.'}

Full logs here: http://logs.openstack.org/52/229152/11/check/gate-
tempest-dsvm-full-ceph/11bddbf/console.html#_2015-11-04_19_20_07_224

This seems to be similar to
https://bugs.launchpad.net/tempest/+bug/1489581 but isn't in the cells
job.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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/1513558

Title:
  test_create_ebs_image_and_check_boot failing with ceph job on
  stable/kilo

Status in OpenStack Compute (nova):
  New

Bug description:
  After https://review.openstack.org/#/c/230937/ merged stable/kilo gate
  seems to be broken in the ceph job gate-tempest-dsvm-full-ceph

  The tests fail with an error like:

  2015-11-04 19:20:07.224 | Captured traceback-2:
  2015-11-04 19:20:07.224 | ~~~~~~~~~~~~~~~~~~~~~
  2015-11-04 19:20:07.224 |     Traceback (most recent call last):
  2015-11-04 19:20:07.224 |       File 
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py",
 line 791, in wait_for_resource_deletion
  2015-11-04 19:20:07.224 |         raise exceptions.TimeoutException(message)
  2015-11-04 19:20:07.224 |     tempest_lib.exceptions.TimeoutException: 
Request timed out
  2015-11-04 19:20:07.224 |     Details: (TestVolumeBootPattern:_run_cleanups) 
Failed to delete volume 1da0ba45-a4e6-49c6-8d47-ca522d7acabb within the 
required time (196 s).
  2015-11-04 19:20:07.225 |     
  2015-11-04 19:20:07.225 | 
  2015-11-04 19:20:07.225 | Captured traceback-1:
  2015-11-04 19:20:07.225 | ~~~~~~~~~~~~~~~~~~~~~
  2015-11-04 19:20:07.225 |     Traceback (most recent call last):
  2015-11-04 19:20:07.225 |       File "tempest/scenario/manager.py", line 100, 
in delete_wrapper
  2015-11-04 19:20:07.225 |         delete_thing(*args, **kwargs)
  2015-11-04 19:20:07.225 |       File 
"tempest/services/volume/json/volumes_client.py", line 108, in delete_volume
  2015-11-04 19:20:07.225 |         resp, body = self.delete("volumes/%s" % 
str(volume_id))
  2015-11-04 19:20:07.225 |       File 
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py",
 line 290, in delete
  2015-11-04 19:20:07.225 |         return self.request('DELETE', url, 
extra_headers, headers, body)
  2015-11-04 19:20:07.226 |       File 
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py",
 line 639, in request
  2015-11-04 19:20:07.226 |         resp, resp_body)
  2015-11-04 19:20:07.226 |       File 
"/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py",
 line 697, in _error_checker
  2015-11-04 19:20:07.226 |         raise exceptions.BadRequest(resp_body, 
resp=resp)
  2015-11-04 19:20:07.226 |     tempest_lib.exceptions.BadRequest: Bad request
  2015-11-04 19:20:07.226 |     Details: {u'code': 400, u'message': u'Invalid 
volume: Volume still has 1 dependent snapshots.'}

  Full logs here: http://logs.openstack.org/52/229152/11/check/gate-
  tempest-dsvm-full-ceph/11bddbf/console.html#_2015-11-04_19_20_07_224

  This seems to be similar to
  https://bugs.launchpad.net/tempest/+bug/1489581 but isn't in the cells
  job.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1513558/+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

Reply via email to