← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1653975] Re: heatclient spam in horizon test runs

 

Reviewed:  https://review.openstack.org/416896
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b98a3a7f0c8f4a93992413cfc013a9b2925f75b2
Submitter: Jenkins
Branch:    master

commit b98a3a7f0c8f4a93992413cfc013a9b2925f75b2
Author: Rob Cresswell <robert.cresswell@xxxxxxxxxxx>
Date:   Thu Jan 5 09:06:58 2017 +0000

    Remove log level adjustment in heat test data
    
    This was a temporary workaround for an issue in heatclient which has now
    been fixed. The workaround can now be removed.
    
    Change-Id: I325c6e1e192cf7323a2f0ded8e62e1e050e829b2
    Closes-Bug: 1653975


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
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):
  Fix Released
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