Comment 5 for bug 1843615

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

Reviewed: https://review.opendev.org/681744
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ec4993ce0f12c4f9b900304835389b094e038200
Submitter: Zuul
Branch: stable/stein

commit ec4993ce0f12c4f9b900304835389b094e038200
Author: Matt Riedemann <email address hidden>
Date: Wed Sep 11 12:50:41 2019 -0400

    Fix race in _test_live_migration_force_complete

    The number of versioned notifications received in the
    _test_live_migration_force_complete method is racey since
    by the time we check we could have entered _post_live_migration
    and received up to four more notifications. This change softens
    the assertion to go from "equal to 6" to "at least 6".

    Change-Id: I98bbd6beaba1256f1c679af0c1eb8c7cad407e2b
    Closes-Bug: #1843615
    (cherry picked from commit a4bf6cd265ef08c2b448b2510d1692fe2b44af95)