Comment 18 for bug 1852610

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

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

commit 9983b2462401176db0c332f21bc8b24ba1d81503
Author: Matt Riedemann <email address hidden>
Date: Thu Nov 14 12:16:53 2019 -0500

    Add functional recreate revert resize test for bug 1852610

    This builds on I644608b4e197ddea31c5f264adb492f2c8931f04 and
    adds a revert resize test which deletes the source compute service
    while the server is in VERIFY_RESIZE status and then reverts the
    resize. The results are a bit different from the confirm scenario
    because the confirm fails while the revert actually works which
    is more dumb luck based on where the compute service drops the
    move claim during the revert process (on the dest which still exists
    rather than the source).

    Conflicts:
          nova/tests/functional/wsgi/test_services.py

    NOTE(mriedem): The conflict is due to change
    If32bca070185937ef83f689b7163d965a89ec10a which is not in Stein.

    Change-Id: I2dcb1cb3e1f8ed469a4c5bf81ca5ca2fcf1fa73c
    Related-Bug: #1852610
    (cherry picked from commit f7dde6054e559752d8e9be044c32c0741f8f39c5)
    (cherry picked from commit 3774952410f98bfde014bd9fdc0897d4a9a6c50f)