test_volume_create_get_delete failure in gate-tempest-devstack-vm-postgres-full

Bug #1220353 reported by Peter Portante
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
Invalid
Undecided
Unassigned

Bug Description

2013-09-03 15:54:54.699 |
2013-09-03 15:54:54.699 | ======================================================================
2013-09-03 15:54:54.699 | FAIL: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_delete[gate,smoke]
2013-09-03 15:54:54.699 | tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_delete[gate,smoke]
2013-09-03 15:54:54.700 | ----------------------------------------------------------------------
2013-09-03 15:54:54.700 | _StringException: Empty attachments:
2013-09-03 15:54:54.700 | stderr
2013-09-03 15:54:54.700 | stdout
2013-09-03 15:54:54.700 |
2013-09-03 15:54:54.700 | pythonlogging:'': {{{
2013-09-03 15:54:54.700 | 2013-09-03 15:47:07,690 Request: POST http://127.0.0.1:5000/v2.0/tokens
2013-09-03 15:54:54.701 | 2013-09-03 15:47:07,833 Response Status: 200
.
.
.
2013-09-03 15:54:54.840 | 2013-09-03 15:51:15,519 Nova request id: req-0c201924-ea66-4dd6-8ffb-6cc9076f8cc5
2013-09-03 15:54:54.840 | 2013-09-03 15:51:16,520 Request: GET http://127.0.0.1:8776/v1/fc83bfdaf7204b51a3f3425880cfd9d5/volumes/00cfc146-a51f-48f0-8f37-bca9cd79a8ed
2013-09-03 15:54:54.841 | 2013-09-03 15:51:16,605 Response Status: 200
2013-09-03 15:54:54.841 | 2013-09-03 15:51:16,606 Nova request id: req-d77a02f9-6a01-482f-b572-f7a9a0cb81da
2013-09-03 15:54:54.841 | 2013-09-03 15:51:17,607 Request: GET http://127.0.0.1:8776/v1/fc83bfdaf7204b51a3f3425880cfd9d5/volumes/00cfc146-a51f-48f0-8f37-bca9cd79a8ed
2013-09-03 15:54:54.841 | }}}
2013-09-03 15:54:54.841 |
2013-09-03 15:54:54.841 | Traceback (most recent call last):
2013-09-03 15:54:54.842 | File "tempest/api/volume/test_volumes_get.py", line 34, in _delete_volume
2013-09-03 15:54:54.842 | self.client.wait_for_resource_deletion(volume_id)
2013-09-03 15:54:54.842 | File "tempest/common/rest_client.py", line 500, in wait_for_resource_deletion
2013-09-03 15:54:54.842 | if self.is_resource_deleted(id):
2013-09-03 15:54:54.842 | File "tempest/services/volume/json/volumes_client.py", line 140, in is_resource_deleted
2013-09-03 15:54:54.842 | self.get_volume(id)
2013-09-03 15:54:54.842 | File "tempest/services/volume/json/volumes_client.py", line 62, in get_volume
2013-09-03 15:54:54.843 | resp, body = self.get(url)
2013-09-03 15:54:54.843 | File "tempest/common/rest_client.py", line 263, in get
2013-09-03 15:54:54.843 | return self.request('GET', url, headers)
2013-09-03 15:54:54.843 | File "tempest/common/rest_client.py", line 381, in request
2013-09-03 15:54:54.843 | headers=headers, body=body)
2013-09-03 15:54:54.843 | File "tempest/common/rest_client.py", line 364, in _request
2013-09-03 15:54:54.843 | headers=headers, body=body)
2013-09-03 15:54:54.844 | File "tempest/common/http.py", line 27, in request
2013-09-03 15:54:54.844 | return super(ClosingHttp, self).request(*args, **new_kwargs)
2013-09-03 15:54:54.844 | File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1444, in request
2013-09-03 15:54:54.844 | (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
2013-09-03 15:54:54.844 | File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1196, in _request
2013-09-03 15:54:54.844 | (response, content) = self._conn_request(conn, request_uri, method, body, headers)
2013-09-03 15:54:54.845 | File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1166, in _conn_request
2013-09-03 15:54:54.845 | response = conn.getresponse()
2013-09-03 15:54:54.845 | File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse
2013-09-03 15:54:54.845 | response.begin()
2013-09-03 15:54:54.845 | File "/usr/lib/python2.7/httplib.py", line 407, in begin
2013-09-03 15:54:54.845 | version, status, reason = self._read_status()
2013-09-03 15:54:54.845 | File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
2013-09-03 15:54:54.846 | line = self.fp.readline()
2013-09-03 15:54:54.846 | File "/usr/lib/python2.7/socket.py", line 430, in readline
2013-09-03 15:54:54.846 | data = recv(1)
2013-09-03 15:54:54.846 | File "/usr/local/lib/python2.7/dist-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler
2013-09-03 15:54:54.846 | raise TimeoutException()
2013-09-03 15:54:54.846 | TimeoutException

Revision history for this message
Chmouel Boudjnah (chmouel) wrote :

that's cinder, right?

Changed in swift:
status: New → Invalid
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.