yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60239
[Bug 1653975] Re: heatclient spam in horizon test runs
python-heatclient patch: https://review.openstack.org/#/c/416569/
** Also affects: python-heatclient
Importance: Undecided
Status: New
** No longer affects: heat
** Changed in: python-heatclient
Status: New => Fix Released
** Changed in: python-heatclient
Assignee: (unassigned) => Rob Cresswell (robcresswell)
--
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/1653975
Title:
heatclient spam in horizon test runs
Status in OpenStack Dashboard (Horizon):
In Progress
Status in python-heatclient:
Fix Released
Bug description:
Current Horizon test output is full of
WARNING:heatclient.common.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.
This is identical to https://bugs.launchpad.net/horizon/+bug/1536892.
The solution there no longer works because of a path change I believe.
We need to update
https://github.com/openstack/horizon/blob/master/openstack_dashboard/test/test_data/heat_data.py#L24
or get heat to fix their client. The cause of the client issue is
https://github.com/openstack/python-
heatclient/blob/98f447ec0aaec3580f9515fc7ecf8938749f012f/heatclient/common/base.py#L494
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1653975/+subscriptions
References