yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08367
[Bug 1270356] [NEW] transient test_property_protections_special_chars_policies failure
Public bug reported:
While making a manpage change, I ran into a transient failure in this
test:
======================================================================
2014-01-17 21:41:10.633 | ERROR: glance.tests.functional.v2.test_images.TestImages.test_property_protections_special_chars_policies
2014-01-17 21:41:10.633 | ----------------------------------------------------------------------
2014-01-17 21:41:10.633 | _StringException: Traceback (most recent call last):
2014-01-17 21:41:10.633 | File "/home/jenkins/workspace/gate-glance-python27/glance/tests/functional/v2/test_images.py", line 1127, in test_property_protections_special_chars_policies
2014-01-17 21:41:10.634 | response = requests.post(path, headers=headers, data=data)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/api.py", line 88, in post
2014-01-17 21:41:10.634 | return request('post', url, data=data, **kwargs)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/api.py", line 44, in request
2014-01-17 21:41:10.634 | return session.request(method=method, url=url, **kwargs)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/sessions.py", line 382, in request
2014-01-17 21:41:10.634 | resp = self.send(prep, **send_kwargs)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/sessions.py", line 485, in send
2014-01-17 21:41:10.634 | r = adapter.send(request, **kwargs)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/adapters.py", line 372, in send
2014-01-17 21:41:10.634 | raise ConnectionError(e)
2014-01-17 21:41:10.635 | ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=34675): Max retries exceeded with url: /v2/images (Caused by <class 'socket.error'>: [Errno 111] ECONNREFUSED)
full logs are here:
http://logs.openstack.org/14/67514/1/check/gate-glance-
python27/a0f67aa/console.html
** Affects: glance
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1270356
Title:
transient test_property_protections_special_chars_policies failure
Status in OpenStack Image Registry and Delivery Service (Glance):
New
Bug description:
While making a manpage change, I ran into a transient failure in this
test:
======================================================================
2014-01-17 21:41:10.633 | ERROR: glance.tests.functional.v2.test_images.TestImages.test_property_protections_special_chars_policies
2014-01-17 21:41:10.633 | ----------------------------------------------------------------------
2014-01-17 21:41:10.633 | _StringException: Traceback (most recent call last):
2014-01-17 21:41:10.633 | File "/home/jenkins/workspace/gate-glance-python27/glance/tests/functional/v2/test_images.py", line 1127, in test_property_protections_special_chars_policies
2014-01-17 21:41:10.634 | response = requests.post(path, headers=headers, data=data)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/api.py", line 88, in post
2014-01-17 21:41:10.634 | return request('post', url, data=data, **kwargs)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/api.py", line 44, in request
2014-01-17 21:41:10.634 | return session.request(method=method, url=url, **kwargs)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/sessions.py", line 382, in request
2014-01-17 21:41:10.634 | resp = self.send(prep, **send_kwargs)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/sessions.py", line 485, in send
2014-01-17 21:41:10.634 | r = adapter.send(request, **kwargs)
2014-01-17 21:41:10.634 | File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/requests/adapters.py", line 372, in send
2014-01-17 21:41:10.634 | raise ConnectionError(e)
2014-01-17 21:41:10.635 | ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=34675): Max retries exceeded with url: /v2/images (Caused by <class 'socket.error'>: [Errno 111] ECONNREFUSED)
full logs are here:
http://logs.openstack.org/14/67514/1/check/gate-glance-
python27/a0f67aa/console.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1270356/+subscriptions
Follow ups
References