Comment 3 for bug 1696267

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

Reviewed: https://review.openstack.org/471508
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=11f4b627459cb68b199ad4f2f1738f07f27627bc
Submitter: Jenkins
Branch: master

commit 11f4b627459cb68b199ad4f2f1738f07f27627bc
Author: Chris Dent <email address hidden>
Date: Tue Jun 6 22:47:49 2017 +0000

    Reset the _TRAITS_SYNCED global in Traits tests

    The global is reset before and after tests because we don't know
    what other tests might have been messing with it (without even
    knowing) in this process. We want to start from a clean slate and
    leave the slate clean.

    Change-Id: I42b9a7973ec5c4f42578779dc6ad59274212113f
    Closes-Bug: #1696267