yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47250
[Bug 1552404] [NEW] glance.tests.integration.v2.test_tasks_api.TestTasksApi fails on mismatch
Public bug reported:
All glance master py27 test runs seems to be failing with following:
ft64.6: glance.tests.integration.v2.test_tasks_api.TestTasksApi.test_all_task_api_StringException: Traceback (most recent call last):
File "glance/tests/integration/v2/test_tasks_api.py", line 172, in test_all_task_api
self.assertEqual(expected_keys, set(task.keys()))
File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 362, in assertEqual
self.assertThat(observed, matcher, message)
File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 447, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: !=:
reference = set(['created_at',
'expires_at',
'id',
'owner',
'schema',
'self',
'status',
'type',
'updated_at'])
actual = set([u'created_at',
u'id',
u'owner',
u'schema',
u'self',
u'status',
u'type',
u'updated_at'])
** Affects: glance
Importance: Critical
Status: New
** Changed in: glance
Importance: Undecided => Critical
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1552404
Title:
glance.tests.integration.v2.test_tasks_api.TestTasksApi fails on
mismatch
Status in Glance:
New
Bug description:
All glance master py27 test runs seems to be failing with following:
ft64.6: glance.tests.integration.v2.test_tasks_api.TestTasksApi.test_all_task_api_StringException: Traceback (most recent call last):
File "glance/tests/integration/v2/test_tasks_api.py", line 172, in test_all_task_api
self.assertEqual(expected_keys, set(task.keys()))
File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 362, in assertEqual
self.assertThat(observed, matcher, message)
File "/home/jenkins/workspace/gate-glance-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 447, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: !=:
reference = set(['created_at',
'expires_at',
'id',
'owner',
'schema',
'self',
'status',
'type',
'updated_at'])
actual = set([u'created_at',
u'id',
u'owner',
u'schema',
u'self',
u'status',
u'type',
u'updated_at'])
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1552404/+subscriptions
Follow ups