Comment 10 for bug 1689692

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

Reviewed: https://review.openstack.org/469206
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0316f63e56d2115f79880947cea828af29af37a6
Submitter: Jenkins
Branch: stable/ocata

commit 0316f63e56d2115f79880947cea828af29af37a6
Author: Matt Riedemann <email address hidden>
Date: Fri May 26 17:21:30 2017 -0400

    Add recreate functional test for regression bug 1689692

    When paging through instances, if the marker is found in cell0
    and there are more instances under the limit, we continue paging
    through the cell(s) to fill the limit. However, since the marker
    was found in cell0 it's not going to be in any other cell database
    so we'll end up failing with a marker not found error.

    This change adds a functional recreate test for the bug.

    The fix will build on this to show when the bug is fixed and the
    test will be changed to assert expected normal behavior.

    Change-Id: I234e0425e7e800b32cea78f5c1d99997bc03343f
    Partial-Bug: #1689692
    (cherry picked from commit fe0cf0fe047f9e8890170a90c48594d90e73bda5)