Comment 5 for bug 1823215

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

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

commit 8a9efe1cbdbf92261e2cb905ac519ee07bacaa0c
Author: Matt Riedemann <email address hidden>
Date: Thu Apr 4 17:58:00 2019 -0400

    Log notifications if assertion in _test_live_migration_force_complete fails

    I'm seeing this check intermittently fail with:

      MismatchError: 6 != 7

    Which is hard to debug without knowing what the other
    unexpected notification is, so if we fails this assertion
    log the notifications that we got.

    Change-Id: I4b6a7edeb59d447543498e68a0571696764010a3
    Related-Bug: #1823215
    (cherry picked from commit 78e04bbe2e0cdc197514770bf0d4be4b1f4f51b5)