Comment 8 for bug 1938021

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/844200
Committed: https://opendev.org/openstack/nova/commit/4cf632338d1c97bff79961e6e47b50b0017cc67e
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 4cf632338d1c97bff79961e6e47b50b0017cc67e
Author: Lee Yarwood <email address hidden>
Date: Fri Aug 6 10:02:15 2021 +0100

    func: Increase rpc_response_timeout in TestMultiCellMigrate tests

    This was previously set really low to 1 second that was leading to more
    involved flows such as test_delete_while_in_verify_resize_status timing
    out when the target calls the conductor to confirm the resize on the
    source.

    This change simply increases the timeout in the test but we might want
    to think about moving this call over to rpc_long_timeout this could be
    an issue in real world deployments.

    Closes-Bug: #1938021
    Change-Id: Ibba2d1506a0b026d35d7bf35384ec6439f438b01
    (cherry picked from commit d4dbcd5fa05ac2f988b65d611f71805f90411581)