This test works as expected nowadays. ** Changed in: glance Status: Incomplete => Won't Fix
-- 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 Glance: Won't Fix 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 -- 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