Comment 6 for bug 1704392

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

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

commit cf7f61c180c294f533e228697885a0ffb7e429bc
Author: Balazs Gibizer <email address hidden>
Date: Mon Jul 17 10:32:00 2017 +0200

    fix test_volume_swap_server instability

    The test_volume_swap_server notification sample test was unstable
    becase sometimes volume_swap.end notification was missing. The test was
    waiting for the new volume id to appear on the REST API before
    asserting the received notifications but the compute manager updates
    the BDM earlier and then emits the volume_swap.end.

    This patch modifies the test to explicitly wait for the
    volume_swap.end notification. This expected to remove the test
    instability.

    Change-Id: Id6eefa7c85c4f63562344b552f027f1d513a90e1
    Closes-Bug: #1704392