yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #29737
[Bug 1420141] Re: Sporadic failures when testing versions
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => kilo-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1420141
Title:
Sporadic failures when testing versions
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
Looks like when https://review.openstack.org/#/c/138923/ went in, it
created another sporadic bug, first seen here:
http://logs.openstack.org/01/145701/9/check/gate-keystone-
python27/3b2afa7/testr_results.html.gz
Both test_versions_with_header and test_versions_without_headers are
affected
MismatchError: !=:
reference = {'versions': {'values': [{'id': 'v3.0',
'links': [{'href': 'https://host-20:14216/v3/',
'rel': 'self'}],
'media-types': [{'base': 'application/json',
'type': 'application/vnd.openstack.identity-v3+json'}],
'status': 'stable',
'updated': '2013-03-06T00:00:00Z'},
{'id': 'v2.0',
'links': [{'href': 'https://host-20:14216/v2.0/',
'rel': 'self'},
{'href': 'http://docs.openstack.org/',
'rel': 'describedby',
'type': 'text/html'}],
'media-types': [{'base': 'application/json',
'type': 'application/vnd.openstack.identity-v2.0+json'}],
'status': 'stable',
'updated': '2014-04-17T00:00:00Z'}]}}
actual = {u'versions': {u'values': [{u'id': u'v2.0',
u'links': [{u'href': u'https://host-20:14216/v2.0/',
u'rel': u'self'},
{u'href': u'http://docs.openstack.org/',
u'rel': u'describedby',
u'type': u'text/html'}],
u'media-types': [{u'base': u'application/json',
u'type': u'application/vnd.openstack.identity-v2.0+json'}],
u'status': u'stable',
u'updated': u'2014-04-17T00:00:00Z'},
{u'id': u'v3.0',
u'links': [{u'href': u'https://host-20:14216/v3/',
u'rel': u'self'}],
u'media-types': [{u'base': u'application/json',
u'type': u'application/vnd.openstack.identity-v3+json'}],
u'status': u'stable',
u'updated': u'2013-03-06T00:00:00Z'}]}}
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1420141/+subscriptions
References