← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2119453] Re: [FT][master] test_ovs_and_ovs_events fails randomly

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/956653
Committed: https://opendev.org/openstack/neutron/commit/23994f6ee09d7a3d726bf7ba36d770dcdb85945c
Submitter: "Zuul (22348)"
Branch:    master

commit 23994f6ee09d7a3d726bf7ba36d770dcdb85945c
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Tue Aug 5 19:27:21 2025 +0000

    [OVN] The OVS IDL connection is global for all tests
    
    In the functional tests, the OVN databases are created per test and
    removed at the end. That leaves no trace the local OVN databases if
    running in a system running OpenStack. But the OVS database is global
    and shared with all the tests and running processes. It is needed to
    use the OVS IDL ``api_factory`` method that returns a global object
    for all tests.
    
    Closes-Bug: #2119453
    Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
    Change-Id: I7b438ba76e6f95d533d8d7bc4aaeeba0007551e3


** 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/2119453

Title:
  [FT][master] test_ovs_and_ovs_events fails randomly

Status in neutron:
  Fix Released

Bug description:
  The test fails randomly as:-
  ft1.1: neutron.tests.functional.agent.ovn.agent.test_ovn_neutron_agent.TestOVNNeutronAgentFakeAgent.test_ovs_and_ovs_eventstesttools.testresult.real._StringException: Traceback (most recent call last):
    File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/base.py", line 178, in func
      return f(self, *args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^
    File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/agent/ovn/agent/test_ovn_neutron_agent.py", line 137, in test_ovs_and_ovs_events
      n_utils.wait_until_true(
    File "/home/zuul/src/opendev.org/openstack/neutron/neutron/common/utils.py", line 736, in wait_until_true
      raise exception if exception else WaitTimeout(
  Exception: Bridge <neutron.agent.common.ovs_lib.OVSBridge object at 0x7cf34167ea20> not added or not detected by OVSInterfaceEvent

  Example failures
  - https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_cd5/openstack/cd55f234d96d48afaf378c6effd621f5/testr_results.html
  - https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_71d/openstack/71d70400abaf4e49aceedbaa8313737d/testr_results.html
  - https://4003c0d177bb43a96479-a4b65a276fc5e547c0bc853763d21da9.ssl.cf2.rackcdn.com/openstack/16e2ee26340140b390289ad9f204a551/testr_results.html
  - https://0740c1f4685ccde5d553-ea8eedd91454e7f5ed51aea65091aac2.ssl.cf5.rackcdn.com/openstack/ca3c7d19ffc64195bd7f384c4e50ff41/testr_results.html

  Looks it's triggered by patches in chain
  https://review.opendev.org/c/openstack/neutron/+/956173 as first time
  was seen in these.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2119453/+subscriptions



References