Comment 4 for bug 1862618

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/710722
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=08132e213d90772af3a2e34b62a8094ec86ab06e
Submitter: Zuul
Branch: master

commit 08132e213d90772af3a2e34b62a8094ec86ab06e
Author: Maciej Józefczyk <email address hidden>
Date: Mon Mar 2 09:59:58 2020 +0100

    Change way of retrieving LSP in virtual_port functional tests

    Sometimes we had a situation, where Logical_Switch_Port type
    received by IDL had a different type, that type set in the
    NBDB. We changed the way we retrieve the LS from DB, to not
    loop over rows in table, but call db_find_rows() instead.
    With this change after about 40 retries of functional tests we
    don't spot the same issue again.

    Change-Id: I07c081d1984b26a10a4d854d17117cfeaac7f8ac
    Related-Bug: 1862618