yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #45225
[Bug 1536892] [NEW] Test output full of object comparison warnings
Public bug reported:
Current HEAD test runs result in the following warning being spewed to
the console:
WARNING:heatclient.openstack.common.apiclient.base:Two objects are equal
when all of the attributes are equal, if you want to identify whether
two objects are same one with same id, please use is_same_obj()
function.
We use the equality test being warned about in our test data
construction in openstack_dashboard/test/test_data/utils.py
Working around it is possible, but the above warning is really very
difficult to justify in the first place. It would be better to remove
the warning generation completely if possible.
** 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/1536892
Title:
Test output full of object comparison warnings
Status in OpenStack Dashboard (Horizon):
New
Bug description:
Current HEAD test runs result in the following warning being spewed to
the console:
WARNING:heatclient.openstack.common.apiclient.base:Two objects are
equal when all of the attributes are equal, if you want to identify
whether two objects are same one with same id, please use
is_same_obj() function.
We use the equality test being warned about in our test data
construction in openstack_dashboard/test/test_data/utils.py
Working around it is possible, but the above warning is really very
difficult to justify in the first place. It would be better to remove
the warning generation completely if possible.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1536892/+subscriptions
Follow ups