Comment 4 for bug 1235399

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

Reviewed: https://review.openstack.org/49876
Committed: http://github.com/openstack/nova/commit/c17253bde86f62952351d42db4dba926b33269db
Submitter: Jenkins
Branch: master

commit c17253bde86f62952351d42db4dba926b33269db
Author: Mark McLoughlin <email address hidden>
Date: Sat Oct 5 13:59:44 2013 +0100

    Fix races in v3 cells extension tests

    A global was used for a cell list and tests would update this global
    and fail depending on order run, etc.

    Yes, this is the same fix as commit bb2c3c5 except for the v3
    extension. Yes, copied and pasted code is utterly evil. No, we
    apparently will never learn.

    Closes-Bug: #1235399
    Change-Id: I3406d0440aed38cbf3a9bedf24420fb867876b08