Reviewed: https://review.opendev.org/755111 Committed: https://git.openstack.org/cgit/openstack/ovn-octavia-provider/commit/?id=b68d2a78a4b34497e376a7be545a20a23d036191 Submitter: Zuul Branch: master
commit b68d2a78a4b34497e376a7be545a20a23d036191 Author: Flavio Fernandes <[email protected]> Date: Tue Sep 29 15:12:30 2020 -0400 Fix and enable test_port_forwarding This test began failing because of inconsistencies in the in-memory neutron db that occur since the change https://review.opendev.org/#/c/750295/ got merged. The failure observed was that an entry in the port forwarding table was created but never got added as a row. When the get operation for the entry created happened, it raised a not found exception. To avoid this situation the test will now use OS_TEST_DBAPI_ADMIN_CONNECTION=sqlite:///sqlite.db This reverts commit 481f0b3b3c6014c23b9619b6c361754d0185dce1. Related-bug: #1894117 Closes-bug: #1896678 Co-Authored-By: Jakub Libosvar <[email protected]> Change-Id: Ic753232ee576fb8b663af5c4a68635bb40a40edc ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1896678 Title: [OVN Octavia Provider] test_port_forwarding failing in gate Status in neutron: Fix Released Bug description: ovn_octavia_provider.tests.functional.test_integration.TestOvnOctaviaProviderIntegration.test_port_forwarding is currently failing in the check and gate queues and is under investigation. Will mark unstable to get the gate Green. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1896678/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

