yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13958
[Bug 1313708] [NEW] testing fails on specific systems due to set ordering
Public bug reported:
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.
** Affects: horizon
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References