Bug 1299636 - deployment with tuskar fails some tempest tests around object storage with Conflict: An object with that identifier already exists
Summary: deployment with tuskar fails some tempest tests around object storage with Co...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 10.0 (Newton)
Assignee: Hugh Brock
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-18 20:17 UTC by Steve Linabery
Modified: 2016-10-10 04:19 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-10 04:19:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Steve Linabery 2016-01-18 20:17:45 UTC
CI run (virthost based, using 'plan' i.e. not heat templates) has three tempest tests fail against a successful deployment:

.tearDownClass (tempest.api.object_storage.test_account_services.AccountTest)
 tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents

.tearDownClass (tempest.api.object_storage.test_object_services.ObjectTest)

All fail with similar stacktrace:
Traceback (most recent call last):
  File "/home/stack/tempest/tempest/api/object_storage/test_container_services.py", line 28, in tearDown
    self.delete_containers(self.containers)
  File "/home/stack/tempest/tempest/api/object_storage/base.py", line 88, in delete_containers
    container_client.delete_container(cont)
  File "/home/stack/tempest/tempest/services/object_storage/container_client.py", line 53, in delete_container
    resp, body = self.delete(url)
  File "/usr/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 283, in delete
    return self.request('DELETE', url, extra_headers, headers, body)
  File "/usr/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 629, in request
    resp, resp_body)
  File "/usr/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 685, in _error_checker
    raise exceptions.Conflict(resp_body)
Conflict: An object with that identifier already exists
Details: <html><h1>Conflict</h1><p>There was a conflict when trying to complete your request.</p></html>

Comment 4 Mike Burns 2016-04-07 21:03:37 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.

Comment 6 Jaromir Coufal 2016-10-10 04:19:57 UTC
Tuskar is deprecated.


Note You need to log in before you can comment on or make changes to this bug.