[functional test] test_ovn_nb_sync* tests fails randomly with Internal Server Error

Bug #2088423 reported by yatin
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Critical
Rodolfo Alonso

Bug Description

Fails like:-
ft1.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_ovn_nb_sync_offtesttools.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/base.py", line 178, in func
    return f(self, *args, **kwargs)
  File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_db_sync.py", line 1609, in test_ovn_nb_sync_off
    self._test_ovn_nb_sync_helper('off', should_match_after_sync=False)
  File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_db_sync.py", line 1578, in _test_ovn_nb_sync_helper
    self._create_resources(restart_ovsdb_processes)
  File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_db_sync.py", line 654, in _create_resources
    self._delete('ports', n4_port_dict['p3'])
  File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/unit/db/test_db_base_plugin_v2.py", line 725, in _delete
    self.assertEqual(expected_code, res.status_int)
  File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 204 != 500

neutron-server:-
2024-10-31 17:26:09.361 50915 DEBUG neutron.plugins.ml2.plugin [None req-f47f60b2-2d64-4527-bb92-fe15be4792cc - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] Calling delete_port for 64720ac5-72a0-4e88-8193-fd54a97ccef3 owned by compute:None delete_port /home/zuul/src/opendev.org/openstack/neutron/neutron/plugins/ml2/plugin.py:2242
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation [None req-f47f60b2-2d64-4527-bb92-fe15be4792cc - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] DELETE failed.: oslo_db.exception.DBReferenceError: (sqlite3.IntegrityError) FOREIGN KEY constraint failed
[SQL: DELETE FROM ports WHERE ports.id = ?]
[parameters: ('64720ac5-72a0-4e88-8193-fd54a97ccef3',)]
(Background on this error at: https://sqlalche.me/e/20/gkpj)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.dialect.do_execute(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation cursor.execute(statement, parameters)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation sqlite3.IntegrityError: FOREIGN KEY constraint failed
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation The above exception was the direct cause of the following exception:
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/pecan/core.py", line 682, in __call__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.invoke_controller(controller, args, kwargs, state)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/pecan/core.py", line 573, in invoke_controller
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation result = controller(*args, **kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation with excutils.save_and_reraise_exception():
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation raise self.value
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation with excutils.save_and_reraise_exception() as ectxt:
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation raise self.value
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation with excutils.save_and_reraise_exception():
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation raise self.value
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f(*dup_args, **dup_kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/pecan_wsgi/controllers/utils.py", line 65, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/pecan_wsgi/controllers/utils.py", line 104, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation f(*args, **kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/pecan_wsgi/controllers/resource.py", line 85, in delete
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return self.plugin_deleter(*deleter_args)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/common/utils.py", line 723, in inner
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 223, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f_with_retry(*args, **kwargs,
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 137, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation with excutils.save_and_reraise_exception():
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation raise self.value
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 135, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_db/api.py", line 144, in wrapper
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation with excutils.save_and_reraise_exception() as ectxt:
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation raise self.value
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_db/api.py", line 142, in wrapper
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 183, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation with excutils.save_and_reraise_exception():
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation raise self.value
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 181, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f(*dup_args, **dup_kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/plugins/ml2/plugin.py", line 2244, in delete_port
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation super().delete_port(context, id, port)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/api.py", line 221, in wrapped
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/db/db_base_plugin_v2.py", line 1603, in delete_port
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.ipam.delete_port(context, id, port)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/db/ipam_pluggable_backend.py", line 523, in delete_port
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self._ipam_deallocate_ips(context, ipam_driver, port,
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/db/ipam_pluggable_backend.py", line 93, in _ipam_deallocate_ips
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation with excutils.save_and_reraise_exception():
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation raise self.value
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/db/ipam_pluggable_backend.py", line 86, in _ipam_deallocate_ips
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation ipam_subnet = ipam_driver.get_subnet(ip['subnet_id'])
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 325, in get_subnet
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return NeutronDbSubnet.load(subnet_id, self._context)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 94, in load
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation ipam_subnet = ipam_db_api.IpamSubnetManager.load_by_neutron_subnet_id(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/ipam/drivers/neutrondb_ipam/db_api.py", line 29, in load_by_neutron_subnet_id
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation objs = ipam_objs.IpamSubnet.get_objects(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/objects/base.py", line 668, in get_objects
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation db_objs = obj_db_api.get_objects(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/neutron/objects/db/api.py", line 57, in get_objects
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return model_query.get_collection(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 373, in get_collection
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation items = [
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/neutron_lib/db/model_query.py", line 373, in <listcomp>
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation items = [
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2813, in __iter__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation result = self._iter()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 2827, in _iter
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation result: Union[ScalarResult[_T], Result[_T]] = self.session.execute(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2362, in execute
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return self._execute_internal(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 2226, in _execute_internal
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation ) = compile_state_cls.orm_pre_session_exec(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/context.py", line 549, in orm_pre_session_exec
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation session._autoflush()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3050, in _autoflush
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.flush()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4352, in flush
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self._flush(objects)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4487, in _flush
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation with util.safe_reraise():
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 146, in __exit__
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation raise exc_value.with_traceback(exc_tb)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 4448, in _flush
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation flush_context.execute()
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation rec.execute(self)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 679, in execute
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation util.preloaded.orm_persistence.delete_obj(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 193, in delete_obj
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation _emit_delete_statements(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1465, in _emit_delete_statements
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation c = connection.execute(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1418, in execute
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return meth(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/sql/elements.py", line 515, in _execute_on_connection
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return connection._execute_clauseelement(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1640, in _execute_clauseelement
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation ret = self._execute_context(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation return self._exec_single_context(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self._handle_dbapi_exception(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2352, in _handle_dbapi_exception
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation raise newraise.with_traceback(exc_info[2]) from e
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation self.dialect.do_execute(
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation cursor.execute(statement, parameters)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation oslo_db.exception.DBReferenceError: (sqlite3.IntegrityError) FOREIGN KEY constraint failed
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation [SQL: DELETE FROM ports WHERE ports.id = ?]
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation [parameters: ('64720ac5-72a0-4e88-8193-fd54a97ccef3',)]
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation (Background on this error at: https://sqlalche.me/e/20/gkpj)
2024-10-31 17:26:09.377 50915 ERROR neutron.pecan_wsgi.hooks.translation
2024-10-31 17:26:09.382 50915 DEBUG neutron.pecan_wsgi.hooks.notifier [None req-f47f60b2-2d64-4527-bb92-fe15be4792cc - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] No notification will be sent due to unsuccessful status code: 500 after /home/zuul/src/opendev.org/openstack/neutron/neutron/pecan_wsgi/hooks/notifier.py:78
2024-10-31 17:26:09.386 50915 DEBUG neutron.agent.linux.utils [None req-f47f60b2-2d64-4527-bb92-fe15be4792cc - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] Running command: ['ovs-appctl', '-t', '/tmp/tmp04f99nnu/ovn_northd.ctl', 'exit'] create_process /home/zuul/src/opendev.org/openstack/neutron/neutron/agent/linux/utils.py:84
2024-10-31 17:26:09.389 50915 DEBUG neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_db_sync [None req-a463b933-9dbc-4181-9bf1-2e384e87b79e - - - - - -] OVN-Southbound DB sync process completed @ 2024-10-31 17:26:09.389608 do_sync /home/zuul/src/opendev.org/openstack/neutron/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_db_sync.py:1361

Example failures:-
https://efa50ad0d9c799d27a9a-0f5026351f42921faa2f428254ba2d4d.ssl.cf2.rackcdn.com/933458/1/gate/neutron-functional-with-uwsgi/7fe1d18/testr_results.html
https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_929/929795/4/gate/neutron-functional-with-uwsgi/929cebc/testr_results.html
https://a8cccf22d53a38c83185-06d350e249369bd6ea2abe2080d2269e.ssl.cf2.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional/fd69d0e/testr_results.html
https://16a347a46b5f9e5955ab-7a435d8b6671949964eefa8586127100.ssl.cf2.rackcdn.com/933752/1/check/neutron-functional-with-uwsgi/8e65fdb/testr_results.html

yatin (yatinkarel)
tags: added: functional-tests gate-failure
Changed in neutron:
importance: Undecided → Critical
status: New → Confirmed
Changed in neutron:
assignee: nobody → Rodolfo Alonso (rodolfo-alonso-hernandez)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/935804

Changed in neutron:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

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

commit abb527d1e4ec8ac34f6e277089b59687f9c3307e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Nov 20 15:20:16 2024 +0000

    [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests

    The ``TestOvnNbSync`` test cases perform intensive operations on both
    the Neutron database and the OVN databases. These test are frequently
    hitting an issue with the Neutron database, that in the functional test
    is, by default, SQLite.

    When a port is being deleted, the database raises an exception with the
    following message:
      DELETE failed.: oslo_db.exception.DBReferenceError:
      (sqlite3.IntegrityError) FOREIGN KEY constraint failed
      [SQL: DELETE FROM ports WHERE ports.id = ?]
      [parameters: ('64720ac5-72a0-4e88-8193-fd54a97ccef3',)]

    This resource (port) and the one referring to it (floating IP), have
    been created and updated in previous API calls, thus the transactions
    to the database should be commited and finished.

    This patch is changing the database backend to MySQL, that should
    provide better transaction isolation.

    Closes-Bug: #2088423
    Change-Id: If1da6c5992aa4635da5a4b5c6eaa06db56d693b4

Changed in neutron:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/neutron 26.0.0.0b2

This issue was fixed in the openstack/neutron 26.0.0.0b2 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (stable/2024.2)

Fix proposed to branch: stable/2024.2
Review: https://review.opendev.org/c/openstack/neutron/+/936817

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (stable/2024.1)

Fix proposed to branch: stable/2024.1
Review: https://review.opendev.org/c/openstack/neutron/+/936818

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (stable/2023.2)

Fix proposed to branch: stable/2023.2
Review: https://review.opendev.org/c/openstack/neutron/+/936819

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/936817
Committed: https://opendev.org/openstack/neutron/commit/fd452de1e929d5b3fcc7a3b95271d513576c196f
Submitter: "Zuul (22348)"
Branch: stable/2024.2

commit fd452de1e929d5b3fcc7a3b95271d513576c196f
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Nov 20 15:20:16 2024 +0000

    [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests

    The ``TestOvnNbSync`` test cases perform intensive operations on both
    the Neutron database and the OVN databases. These test are frequently
    hitting an issue with the Neutron database, that in the functional test
    is, by default, SQLite.

    When a port is being deleted, the database raises an exception with the
    following message:
      DELETE failed.: oslo_db.exception.DBReferenceError:
      (sqlite3.IntegrityError) FOREIGN KEY constraint failed
      [SQL: DELETE FROM ports WHERE ports.id = ?]
      [parameters: ('64720ac5-72a0-4e88-8193-fd54a97ccef3',)]

    This resource (port) and the one referring to it (floating IP), have
    been created and updated in previous API calls, thus the transactions
    to the database should be commited and finished.

    This patch is changing the database backend to MySQL, that should
    provide better transaction isolation.

    Closes-Bug: #2088423
    Change-Id: If1da6c5992aa4635da5a4b5c6eaa06db56d693b4
    (cherry picked from commit abb527d1e4ec8ac34f6e277089b59687f9c3307e)

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/936818
Committed: https://opendev.org/openstack/neutron/commit/c6cd5c6e872e682d4e7f06f1438f8f18853f2c0c
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit c6cd5c6e872e682d4e7f06f1438f8f18853f2c0c
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Nov 20 15:20:16 2024 +0000

    [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests

    The ``TestOvnNbSync`` test cases perform intensive operations on both
    the Neutron database and the OVN databases. These test are frequently
    hitting an issue with the Neutron database, that in the functional test
    is, by default, SQLite.

    When a port is being deleted, the database raises an exception with the
    following message:
      DELETE failed.: oslo_db.exception.DBReferenceError:
      (sqlite3.IntegrityError) FOREIGN KEY constraint failed
      [SQL: DELETE FROM ports WHERE ports.id = ?]
      [parameters: ('64720ac5-72a0-4e88-8193-fd54a97ccef3',)]

    This resource (port) and the one referring to it (floating IP), have
    been created and updated in previous API calls, thus the transactions
    to the database should be commited and finished.

    This patch is changing the database backend to MySQL, that should
    provide better transaction isolation.

    Closes-Bug: #2088423
    Change-Id: If1da6c5992aa4635da5a4b5c6eaa06db56d693b4
    (cherry picked from commit abb527d1e4ec8ac34f6e277089b59687f9c3307e)

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/936819
Committed: https://opendev.org/openstack/neutron/commit/1fb5bc5779c1df8a8f20e96ad9bdc4954a1e94b1
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 1fb5bc5779c1df8a8f20e96ad9bdc4954a1e94b1
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Nov 20 15:20:16 2024 +0000

    [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests

    The ``TestOvnNbSync`` test cases perform intensive operations on both
    the Neutron database and the OVN databases. These test are frequently
    hitting an issue with the Neutron database, that in the functional test
    is, by default, SQLite.

    When a port is being deleted, the database raises an exception with the
    following message:
      DELETE failed.: oslo_db.exception.DBReferenceError:
      (sqlite3.IntegrityError) FOREIGN KEY constraint failed
      [SQL: DELETE FROM ports WHERE ports.id = ?]
      [parameters: ('64720ac5-72a0-4e88-8193-fd54a97ccef3',)]

    This resource (port) and the one referring to it (floating IP), have
    been created and updated in previous API calls, thus the transactions
    to the database should be commited and finished.

    This patch is changing the database backend to MySQL, that should
    provide better transaction isolation.

    Closes-Bug: #2088423
    Change-Id: If1da6c5992aa4635da5a4b5c6eaa06db56d693b4
    (cherry picked from commit abb527d1e4ec8ac34f6e277089b59687f9c3307e)

Revision history for this message
yatin (yatinkarel) wrote :
Download full text (27.7 KiB)

Still failing with same error, reopening
https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_fce/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/fce5738/testr_results.html

2024-12-09 03:06:54.897 80051 DEBUG neutron.plugins.ml2.plugin [None req-b32523c7-fe91-46dc-96f7-795ecf7e4a2a - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] Calling delete_port for 98b21e8a-9ec1-4f74-9aae-74b8fe6315ed owned by compute:None delete_port /home/zuul/src/opendev.org/openstack/neutron/neutron/plugins/ml2/plugin.py:2241
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation [None req-b32523c7-fe91-46dc-96f7-795ecf7e4a2a - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] DELETE failed.: oslo_db.exception.DBReferenceError: (sqlite3.IntegrityError) FOREIGN KEY constraint failed
[SQL: DELETE FROM ports WHERE ports.id = ?]
[parameters: ('98b21e8a-9ec1-4f74-9aae-74b8fe6315ed',)]
(Background on this error at: https://sqlalche.me/e/20/gkpj)
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation self.dialect.do_execute(
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 941, in do_execute
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation cursor.execute(statement, parameters)
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation sqlite3.IntegrityError: FOREIGN KEY constraint failed
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation The above exception was the direct cause of the following exception:
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.12/site-packages/pecan/core.py", line 682, in __call__
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation self.invoke_controller(controller, args, kwargs, state)
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.12/site-packages/pecan/core.py", line 573, in invoke_controller
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation result = controller(*args, **kwargs)
2024-12-09 03:06:54.910 80051 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-09 03:06:54.910 80051 ERROR neutron.p...

Changed in neutron:
status: Fix Released → New
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/neutron 23.3.0

This issue was fixed in the openstack/neutron 23.3.0 Bobcat release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/neutron 25.1.0

This issue was fixed in the openstack/neutron 25.1.0 Dalmatian release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/neutron 24.1.0

This issue was fixed in the openstack/neutron 24.1.0 Caracal release.

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

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/937715

Changed in neutron:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

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

commit fa1dfd81c31beefb8eec9967580edf12305978e4
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Dec 13 14:53:57 2024 +0000

    [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests (2)

    In [1] it was tried to define MySQL as backend for the ``TestOvnNbSync``
    tests. This patch finishes this wrong attempt and checks the result.

    [1]https://review.opendev.org/c/openstack/neutron/+/935804

    Closes-Bug: #2088423
    Change-Id: Ibaeaa36dbbb9def10a163b4ee071cb432db5a383

Changed in neutron:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/937992
Committed: https://opendev.org/openstack/neutron/commit/73720da72f6f0df04c46b82604a8abcf3e39d560
Submitter: "Zuul (22348)"
Branch: master

commit 73720da72f6f0df04c46b82604a8abcf3e39d560
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Dec 18 15:10:47 2024 +0100

    [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs

    Related-Bug: #2088423
    Change-Id: Ia0309e9129df992498820b239d8a145c1400aa6a

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

Related fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/940959

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/940959
Committed: https://opendev.org/openstack/neutron/commit/7618a6146e5a861ca04c347da893b9ce55dc5c3e
Submitter: "Zuul (22348)"
Branch: master

commit 7618a6146e5a861ca04c347da893b9ce55dc5c3e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Feb 7 11:32:18 2025 +0000

    [OVN][FT] Use MySQL backend for ``Test*Maintenance`` classes

    This solution is similar to what was implemented in [1].

    [1]https://review.opendev.org/q/topic:%22bug/2088423%22

    Related-Bug: #2088423
    Change-Id: I20a0f69ce51ac34a05c78792dc60cb9a924475c8

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

Related fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/941941

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/941941
Committed: https://opendev.org/openstack/neutron/commit/8152b83384c45d48a7256dfb40a2eb06852d5295
Submitter: "Zuul (22348)"
Branch: master

commit 8152b83384c45d48a7256dfb40a2eb06852d5295
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Feb 17 16:18:41 2025 +0000

    [OVN] Isolate ``test_maintenance.Test*Maintenance`` FTs

    Related-Bug: #2088423
    Change-Id: I07e57f765c4eb6b1feef2571f4bf2f049297a029

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (stable/2024.2)

Fix proposed to branch: stable/2024.2
Review: https://review.opendev.org/c/openstack/neutron/+/943875

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (stable/2024.1)

Fix proposed to branch: stable/2024.1
Review: https://review.opendev.org/c/openstack/neutron/+/943876

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (stable/2023.2)

Fix proposed to branch: stable/2023.2
Review: https://review.opendev.org/c/openstack/neutron/+/943877

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/943875
Committed: https://opendev.org/openstack/neutron/commit/ed0bc1e983ea7ce2ffa20dcc5a8825adfdf3fbcc
Submitter: "Zuul (22348)"
Branch: stable/2024.2

commit ed0bc1e983ea7ce2ffa20dcc5a8825adfdf3fbcc
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Dec 13 14:53:57 2024 +0000

    [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests (2)

    In [1] it was tried to define MySQL as backend for the ``TestOvnNbSync``
    tests. This patch finishes this wrong attempt and checks the result.

    [1]https://review.opendev.org/c/openstack/neutron/+/935804

    Closes-Bug: #2088423
    Change-Id: Ibaeaa36dbbb9def10a163b4ee071cb432db5a383
    (cherry picked from commit fa1dfd81c31beefb8eec9967580edf12305978e4)

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/943876
Committed: https://opendev.org/openstack/neutron/commit/1f3348eafa45db4e298f3bd9421ca4fe91ce832f
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit 1f3348eafa45db4e298f3bd9421ca4fe91ce832f
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Dec 13 14:53:57 2024 +0000

    [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests (2)

    In [1] it was tried to define MySQL as backend for the ``TestOvnNbSync``
    tests. This patch finishes this wrong attempt and checks the result.

    [1]https://review.opendev.org/c/openstack/neutron/+/935804

    Closes-Bug: #2088423
    Change-Id: Ibaeaa36dbbb9def10a163b4ee071cb432db5a383
    (cherry picked from commit fa1dfd81c31beefb8eec9967580edf12305978e4)

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/943877
Committed: https://opendev.org/openstack/neutron/commit/a4ec5479d743742470e7002013f9bedd8af86d1e
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit a4ec5479d743742470e7002013f9bedd8af86d1e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Dec 13 14:53:57 2024 +0000

    [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests (2)

    In [1] it was tried to define MySQL as backend for the ``TestOvnNbSync``
    tests. This patch finishes this wrong attempt and checks the result.

    [1]https://review.opendev.org/c/openstack/neutron/+/935804

    Closes-Bug: #2088423
    Change-Id: Ibaeaa36dbbb9def10a163b4ee071cb432db5a383
    (cherry picked from commit fa1dfd81c31beefb8eec9967580edf12305978e4)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/neutron 26.0.0.0rc1

This issue was fixed in the openstack/neutron 26.0.0.0rc1 Epoxy release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2024.2)

Related fix proposed to branch: stable/2024.2
Review: https://review.opendev.org/c/openstack/neutron/+/944764

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2024.1)

Related fix proposed to branch: stable/2024.1
Review: https://review.opendev.org/c/openstack/neutron/+/944765

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2023.2)

Related fix proposed to branch: stable/2023.2
Review: https://review.opendev.org/c/openstack/neutron/+/944766

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/944764
Committed: https://opendev.org/openstack/neutron/commit/2db5c105932298272bb637c3529e98b67cabb17e
Submitter: "Zuul (22348)"
Branch: stable/2024.2

commit 2db5c105932298272bb637c3529e98b67cabb17e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Dec 18 15:10:47 2024 +0100

    [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs

    Related-Bug: #2088423
    Change-Id: Ia0309e9129df992498820b239d8a145c1400aa6a
    (cherry picked from commit 73720da72f6f0df04c46b82604a8abcf3e39d560)
    Conflicts:
            tox.ini

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/944765
Committed: https://opendev.org/openstack/neutron/commit/6d843b6cae50029c7817e6411ed4af216027e967
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit 6d843b6cae50029c7817e6411ed4af216027e967
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Dec 18 15:10:47 2024 +0100

    [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs

    Related-Bug: #2088423
    Change-Id: Ia0309e9129df992498820b239d8a145c1400aa6a
    (cherry picked from commit 73720da72f6f0df04c46b82604a8abcf3e39d560)
    Conflicts:
            tox.ini
    (cherry picked from commit 2db5c105932298272bb637c3529e98b67cabb17e)

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/944766
Committed: https://opendev.org/openstack/neutron/commit/b98de1f0cd4a42ecc7b5ea4cef1450dadde71e59
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit b98de1f0cd4a42ecc7b5ea4cef1450dadde71e59
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Dec 18 15:10:47 2024 +0100

    [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs

    Related-Bug: #2088423
    Change-Id: Ia0309e9129df992498820b239d8a145c1400aa6a
    (cherry picked from commit 73720da72f6f0df04c46b82604a8abcf3e39d560)
    Conflicts:
            tox.ini
    (cherry picked from commit 2db5c105932298272bb637c3529e98b67cabb17e)
    (cherry picked from commit 6d843b6cae50029c7817e6411ed4af216027e967)

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

Related fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/944858

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/944860

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

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

commit e86951ef491b5f2429f0c71a9e504ff078cd5363
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:03:08 2025 +0000

    [OVN] Isolate ``test_ovsdb_monitor.TestNBDbMonitor*`` FTs

    This patch moves the following test classes to the 1 worker execution:
    * TestNBDbMonitor
    * TestNBDbMonitorOverTcp
    * TestNBDbMonitorOverSsl

    Related-Bug: #2088423
    Change-Id: I138eb78683aa1cbc565533e2ef011f1946f9bc58

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.opendev.org/c/openstack/neutron/+/944860
Committed: https://opendev.org/openstack/neutron/commit/0c345dce5b6ee024e54df4cbc128569d9d768cc6
Submitter: "Zuul (22348)"
Branch: master

commit 0c345dce5b6ee024e54df4cbc128569d9d768cc6
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:14:25 2025 +0000

    [OVN][FT] Use MySQL backend for ``TestNBDbMonitor*`` classes

    This solution is similar to what was implemented in [1].

    [1]https://review.opendev.org/q/topic:%22bug/2088423%22

    Related-Bug: #2088423
    Change-Id: Icd734d0bc26e6a2f62f7f9a53d6885fb38fded62

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2025.1)

Related fix proposed to branch: stable/2025.1
Review: https://review.opendev.org/c/openstack/neutron/+/944968

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: stable/2025.1
Review: https://review.opendev.org/c/openstack/neutron/+/944969

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/944968
Committed: https://opendev.org/openstack/neutron/commit/04ddcdcd07831373733c98ddb7b3ff7d0c4bb61e
Submitter: "Zuul (22348)"
Branch: stable/2025.1

commit 04ddcdcd07831373733c98ddb7b3ff7d0c4bb61e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:03:08 2025 +0000

    [OVN] Isolate ``test_ovsdb_monitor.TestNBDbMonitor*`` FTs

    This patch moves the following test classes to the 1 worker execution:
    * TestNBDbMonitor
    * TestNBDbMonitorOverTcp
    * TestNBDbMonitorOverSsl

    Related-Bug: #2088423
    Change-Id: I138eb78683aa1cbc565533e2ef011f1946f9bc58
    (cherry picked from commit e86951ef491b5f2429f0c71a9e504ff078cd5363)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.opendev.org/c/openstack/neutron/+/944969
Committed: https://opendev.org/openstack/neutron/commit/b62e7329a17d19bdc64ea950900e9c0883a18ae1
Submitter: "Zuul (22348)"
Branch: stable/2025.1

commit b62e7329a17d19bdc64ea950900e9c0883a18ae1
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:14:25 2025 +0000

    [OVN][FT] Use MySQL backend for ``TestNBDbMonitor*`` classes

    This solution is similar to what was implemented in [1].

    [1]https://review.opendev.org/q/topic:%22bug/2088423%22

    Related-Bug: #2088423
    Change-Id: Icd734d0bc26e6a2f62f7f9a53d6885fb38fded62
    (cherry picked from commit 0c345dce5b6ee024e54df4cbc128569d9d768cc6)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2024.2)

Related fix proposed to branch: stable/2024.2
Review: https://review.opendev.org/c/openstack/neutron/+/945335

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: stable/2024.2
Review: https://review.opendev.org/c/openstack/neutron/+/945336

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: stable/2024.2
Review: https://review.opendev.org/c/openstack/neutron/+/945337

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2024.1)

Related fix proposed to branch: stable/2024.1
Review: https://review.opendev.org/c/openstack/neutron/+/945338

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: stable/2024.1
Review: https://review.opendev.org/c/openstack/neutron/+/945339

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: stable/2024.1
Review: https://review.opendev.org/c/openstack/neutron/+/945340

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2023.2)

Related fix proposed to branch: stable/2023.2
Review: https://review.opendev.org/c/openstack/neutron/+/945344

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: stable/2023.2
Review: https://review.opendev.org/c/openstack/neutron/+/945345

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Related fix proposed to branch: stable/2023.2
Review: https://review.opendev.org/c/openstack/neutron/+/945346

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/945335
Committed: https://opendev.org/openstack/neutron/commit/ab73b66c52cf0f50b5176a33f52deff86d2d9172
Submitter: "Zuul (22348)"
Branch: stable/2024.2

commit ab73b66c52cf0f50b5176a33f52deff86d2d9172
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Feb 17 16:18:41 2025 +0000

    [OVN] Isolate ``test_maintenance.Test*Maintenance`` FTs

    Conflicts:
        tox.ini

    Related-Bug: #2088423
    Change-Id: I07e57f765c4eb6b1feef2571f4bf2f049297a029
    (cherry picked from commit 8152b83384c45d48a7256dfb40a2eb06852d5295)

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/945338
Committed: https://opendev.org/openstack/neutron/commit/78b6c600323c64d416f12ad8cd07baecb2392d3e
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit 78b6c600323c64d416f12ad8cd07baecb2392d3e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Feb 17 16:18:41 2025 +0000

    [OVN] Isolate ``test_maintenance.Test*Maintenance`` FTs

    Conflicts:
        tox.ini

    Related-Bug: #2088423
    Change-Id: I07e57f765c4eb6b1feef2571f4bf2f049297a029
    (cherry picked from commit 8152b83384c45d48a7256dfb40a2eb06852d5295)
    (cherry picked from commit ab73b66c52cf0f50b5176a33f52deff86d2d9172)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.opendev.org/c/openstack/neutron/+/945339
Committed: https://opendev.org/openstack/neutron/commit/c2a51c596a0a94095b6a319852b74304176d6289
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit c2a51c596a0a94095b6a319852b74304176d6289
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:03:08 2025 +0000

    [OVN] Isolate ``test_ovsdb_monitor.TestNBDbMonitor*`` FTs

    This patch moves the following test classes to the 1 worker execution:
    * TestNBDbMonitor
    * TestNBDbMonitorOverTcp
    * TestNBDbMonitorOverSsl

    Conflicts:
        tox.ini

    Related-Bug: #2088423
    Change-Id: I138eb78683aa1cbc565533e2ef011f1946f9bc58
    (cherry picked from commit e86951ef491b5f2429f0c71a9e504ff078cd5363)
    (cherry picked from commit 04ddcdcd07831373733c98ddb7b3ff7d0c4bb61e)
    (cherry picked from commit 2454165a9b48eb3eed218ae5e96a928db3ba1db9)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.opendev.org/c/openstack/neutron/+/945340
Committed: https://opendev.org/openstack/neutron/commit/dedcb6734eaf88307459c38d4f634a726e5e9099
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit dedcb6734eaf88307459c38d4f634a726e5e9099
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:14:25 2025 +0000

    [OVN][FT] Use MySQL backend for ``TestNBDbMonitor*`` classes

    This solution is similar to what was implemented in [1].

    [1]https://review.opendev.org/q/topic:%22bug/2088423%22

    Conflicts:
        neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovsdb_monitor.py

    Related-Bug: #2088423
    Change-Id: Icd734d0bc26e6a2f62f7f9a53d6885fb38fded62
    (cherry picked from commit 0c345dce5b6ee024e54df4cbc128569d9d768cc6)
    (cherry picked from commit b62e7329a17d19bdc64ea950900e9c0883a18ae1)
    (cherry picked from commit fbff2ef269144b4ff820d08d0c8fcddbb0e9603b)

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/945344
Committed: https://opendev.org/openstack/neutron/commit/d4b18a263f2d77ec7cf10838b02c76ecc4fed848
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit d4b18a263f2d77ec7cf10838b02c76ecc4fed848
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Feb 17 16:18:41 2025 +0000

    [OVN] Isolate ``test_maintenance.Test*Maintenance`` FTs

    Conflicts:
        tox.ini

    Related-Bug: #2088423
    Change-Id: I07e57f765c4eb6b1feef2571f4bf2f049297a029
    (cherry picked from commit 8152b83384c45d48a7256dfb40a2eb06852d5295)
    (cherry picked from commit ab73b66c52cf0f50b5176a33f52deff86d2d9172)
    (cherry picked from commit 78b6c600323c64d416f12ad8cd07baecb2392d3e)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.opendev.org/c/openstack/neutron/+/945345
Committed: https://opendev.org/openstack/neutron/commit/cb222b442c141095f53ba8c854516fabd5b2eb84
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit cb222b442c141095f53ba8c854516fabd5b2eb84
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:03:08 2025 +0000

    [OVN] Isolate ``test_ovsdb_monitor.TestNBDbMonitor*`` FTs

    This patch moves the following test classes to the 1 worker execution:
    * TestNBDbMonitor
    * TestNBDbMonitorOverTcp
    * TestNBDbMonitorOverSsl

    Conflicts:
        tox.ini

    Related-Bug: #2088423
    Change-Id: I138eb78683aa1cbc565533e2ef011f1946f9bc58
    (cherry picked from commit e86951ef491b5f2429f0c71a9e504ff078cd5363)
    (cherry picked from commit 04ddcdcd07831373733c98ddb7b3ff7d0c4bb61e)
    (cherry picked from commit 2454165a9b48eb3eed218ae5e96a928db3ba1db9)
    (cherry picked from commit c2a51c596a0a94095b6a319852b74304176d6289)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.opendev.org/c/openstack/neutron/+/945346
Committed: https://opendev.org/openstack/neutron/commit/ddd09a95849005e32fcc33b3492d7752ed5ffea5
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit ddd09a95849005e32fcc33b3492d7752ed5ffea5
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:14:25 2025 +0000

    [OVN][FT] Use MySQL backend for ``TestNBDbMonitor*`` classes

    This solution is similar to what was implemented in [1].

    [1]https://review.opendev.org/q/topic:%22bug/2088423%22

    Conflicts:
        neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovsdb_monitor.py

    Related-Bug: #2088423
    Change-Id: Icd734d0bc26e6a2f62f7f9a53d6885fb38fded62
    (cherry picked from commit 0c345dce5b6ee024e54df4cbc128569d9d768cc6)
    (cherry picked from commit b62e7329a17d19bdc64ea950900e9c0883a18ae1)
    (cherry picked from commit fbff2ef269144b4ff820d08d0c8fcddbb0e9603b)
    (cherry picked from commit dedcb6734eaf88307459c38d4f634a726e5e9099)

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/945336
Committed: https://opendev.org/openstack/neutron/commit/2454165a9b48eb3eed218ae5e96a928db3ba1db9
Submitter: "Zuul (22348)"
Branch: stable/2024.2

commit 2454165a9b48eb3eed218ae5e96a928db3ba1db9
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:03:08 2025 +0000

    [OVN] Isolate ``test_ovsdb_monitor.TestNBDbMonitor*`` FTs

    This patch moves the following test classes to the 1 worker execution:
    * TestNBDbMonitor
    * TestNBDbMonitorOverTcp
    * TestNBDbMonitorOverSsl

    Conflicts:
        tox.ini

    Related-Bug: #2088423
    Change-Id: I138eb78683aa1cbc565533e2ef011f1946f9bc58
    (cherry picked from commit e86951ef491b5f2429f0c71a9e504ff078cd5363)
    (cherry picked from commit 04ddcdcd07831373733c98ddb7b3ff7d0c4bb61e)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.opendev.org/c/openstack/neutron/+/945337
Committed: https://opendev.org/openstack/neutron/commit/fbff2ef269144b4ff820d08d0c8fcddbb0e9603b
Submitter: "Zuul (22348)"
Branch: stable/2024.2

commit fbff2ef269144b4ff820d08d0c8fcddbb0e9603b
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Mar 18 11:14:25 2025 +0000

    [OVN][FT] Use MySQL backend for ``TestNBDbMonitor*`` classes

    This solution is similar to what was implemented in [1].

    [1]https://review.opendev.org/q/topic:%22bug/2088423%22

    Conflicts:
        neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovsdb_monitor.py

    Related-Bug: #2088423
    Change-Id: Icd734d0bc26e6a2f62f7f9a53d6885fb38fded62
    (cherry picked from commit 0c345dce5b6ee024e54df4cbc128569d9d768cc6)
    (cherry picked from commit b62e7329a17d19bdc64ea950900e9c0883a18ae1)

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

Related fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/946620

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/946620
Committed: https://opendev.org/openstack/neutron/commit/750ff49f6b36c3f90500de7a1d30723ba1613613
Submitter: "Zuul (22348)"
Branch: master

commit 750ff49f6b36c3f90500de7a1d30723ba1613613
Author: yatinkarel <email address hidden>
Date: Tue Apr 8 12:31:44 2025 +0530

    [OVN] Isolate test_ovn_client* Functional Tests

    This solution is similar to what was implemented in [1].

    [1] https://review.opendev.org/q/topic:%22bug/2088423%22

    Related-Bug: #2088423
    Change-Id: I960a734f364959c391ecbd6b630f997de4ce49ff

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2025.1)

Related fix proposed to branch: stable/2025.1
Review: https://review.opendev.org/c/openstack/neutron/+/946985

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/946985
Committed: https://opendev.org/openstack/neutron/commit/4dcb0394938ec56d60720218398b6cb90ba76a48
Submitter: "Zuul (22348)"
Branch: stable/2025.1

commit 4dcb0394938ec56d60720218398b6cb90ba76a48
Author: yatinkarel <email address hidden>
Date: Tue Apr 8 12:31:44 2025 +0530

    [OVN] Isolate test_ovn_client* Functional Tests

    This solution is similar to what was implemented in [1].

    [1] https://review.opendev.org/q/topic:%22bug/2088423%22

    Related-Bug: #2088423
    Change-Id: I960a734f364959c391ecbd6b630f997de4ce49ff
    (cherry picked from commit 750ff49f6b36c3f90500de7a1d30723ba1613613)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2024.2)

Related fix proposed to branch: stable/2024.2
Review: https://review.opendev.org/c/openstack/neutron/+/947080

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2024.1)

Related fix proposed to branch: stable/2024.1
Review: https://review.opendev.org/c/openstack/neutron/+/947081

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (stable/2023.2)

Related fix proposed to branch: stable/2023.2
Review: https://review.opendev.org/c/openstack/neutron/+/947082

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/947080
Committed: https://opendev.org/openstack/neutron/commit/d6a81bf181d003a4e6d35445efe332f33a8cc579
Submitter: "Zuul (22348)"
Branch: stable/2024.2

commit d6a81bf181d003a4e6d35445efe332f33a8cc579
Author: yatinkarel <email address hidden>
Date: Tue Apr 8 12:31:44 2025 +0530

    [OVN] Isolate test_ovn_client* Functional Tests

    This solution is similar to what was implemented in [1].

    [1] https://review.opendev.org/q/topic:%22bug/2088423%22

    Related-Bug: #2088423
    Change-Id: I960a734f364959c391ecbd6b630f997de4ce49ff
    (cherry picked from commit 750ff49f6b36c3f90500de7a1d30723ba1613613)
    (cherry picked from commit 4dcb0394938ec56d60720218398b6cb90ba76a48)
    Conflicts:
            neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_client.py
            tox.ini

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/947081
Committed: https://opendev.org/openstack/neutron/commit/7f260408dfed34f4ab3a1dca2567d3e5368baccf
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit 7f260408dfed34f4ab3a1dca2567d3e5368baccf
Author: yatinkarel <email address hidden>
Date: Tue Apr 8 12:31:44 2025 +0530

    [OVN] Isolate test_ovn_client* Functional Tests

    This solution is similar to what was implemented in [1].

    [1] https://review.opendev.org/q/topic:%22bug/2088423%22

    Related-Bug: #2088423
    Change-Id: I960a734f364959c391ecbd6b630f997de4ce49ff
    (cherry picked from commit 750ff49f6b36c3f90500de7a1d30723ba1613613)
    (cherry picked from commit 4dcb0394938ec56d60720218398b6cb90ba76a48)
    Conflicts:
            neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_client.py
            tox.ini

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/947082
Committed: https://opendev.org/openstack/neutron/commit/ab3b600a62adbbd70abd0d740143d2e7474cd56e
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit ab3b600a62adbbd70abd0d740143d2e7474cd56e
Author: yatinkarel <email address hidden>
Date: Tue Apr 8 12:31:44 2025 +0530

    [OVN] Isolate test_ovn_client* Functional Tests

    This solution is similar to what was implemented in [1].

    [1] https://review.opendev.org/q/topic:%22bug/2088423%22

    Related-Bug: #2088423
    Change-Id: I960a734f364959c391ecbd6b630f997de4ce49ff
    (cherry picked from commit 750ff49f6b36c3f90500de7a1d30723ba1613613)
    (cherry picked from commit 4dcb0394938ec56d60720218398b6cb90ba76a48)
    Conflicts:
            neutron/tests/functional/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_client.py
            tox.ini

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.