yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47342
[Bug 1313708] Re: testing fails on specific systems due to set ordering
Seems that the problem was resolved long ago, closing this one.
** Changed in: horizon
Status: In Progress => Fix Released
** Changed in: horizon
Milestone: None => 8.0.2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1313708
Title:
testing fails on specific systems due to set ordering
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Due to the use of sets in
openstack_dashboard.dashboards.admin.aggregates.workflows.ManageAggregateHostsWorkflow#handle
l219 some API calls can be made in a random order due to the fact that
set are not ordered in python
https://docs.python.org/release/2.7/library/stdtypes.html#set-types-
set-frozenset
This cause mox to fail on
openstack_dashboard/dashboards/admin/aggregates/tests.py because it
checks the API calls in order, to fix this issue use the InAnyOrder
function of mox.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1313708/+subscriptions
References