Comment 25 for bug 1499369

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-ironicclient (master)

Reviewed: https://review.openstack.org/251836
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=932ac60dcbdc70c9f1ddf0968945cd43028081cc
Submitter: Jenkins
Branch: master

commit 932ac60dcbdc70c9f1ddf0968945cd43028081cc
Author: Rui Chen <email address hidden>
Date: Tue Dec 1 20:25:18 2015 +0800

    Fix Resource.__eq__ mismatch semantics of object equal

    The __eq__ of apiclient.base.Resource will return True,
    if the two objects have same id, even if they have different
    other attributes value. The behavior is weird and don't
    match the semantics of object equal. The objects that have
    different value should be different objects.
    Fix this issue and add some test cases in this patch.

    Change-Id: I1d072a900d07449b744f4e743e04a57e42109730
    Closes-Bug: #1499369