Comment 5 for bug 1689692

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

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

commit fe0cf0fe047f9e8890170a90c48594d90e73bda5
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