yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #92902
[Bug 2037239] Re: neutron-tempest-plugin-openvswitch-* jobs randomly failing in gate
Reviewed: https://review.opendev.org/c/openstack/neutron/+/897332
Committed: https://opendev.org/openstack/neutron/commit/0aa154b5ce9dc8da73309fb212843a2b69b68696
Submitter: "Zuul (22348)"
Branch: master
commit 0aa154b5ce9dc8da73309fb212843a2b69b68696
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Tue Oct 3 21:20:34 2023 +0000
Fix the ``log.setup`` method call with "fix_eventlet=False"
Since [1], present in oslo.log 5.3.0, the ``log.setup`` method is
unpatching the evenlet thread module. That is causing several problems
in some Neutron services, in particular the keepalived-state-change
service.
Within this oslo.log version, the patch [2] is provided to call this
method without unpatching any eventlet module.
This patch is also bumping the minimum required version of oslo.log
to 5.3.0, in order to call the ``log.setup`` method with the kwarg
"fix_eventlet=False".
[1]https://review.opendev.org/c/openstack/oslo.log/+/852443
[2]I4bbcfe7db6d75188e61b9084cb02b2dd2aaa0c76
Closes-Bug: #2037239
Change-Id: Iea77d20bec330b692e3e8c9e38b3a62e2047b4f4
** 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/2037239
Title:
neutron-tempest-plugin-openvswitch-* jobs randomly failing in gate
Status in neutron:
Fix Released
Bug description:
A number of different scenario tests seem to be failing randomly in
the same way:
Details: Router 01dda41e-67ed-4af0-ac56-72fd895cef9a is not active on
any of the L3 agents
One example is in
https://review.opendev.org/c/openstack/neutron/+/895832 where these
three jobs are failing:
neutron-tempest-plugin-openvswitch-iptables_hybrid FAILURE
neutron-tempest-plugin-openvswitch FAILURE
neutron-tempest-plugin-openvswitch-enforce-scope-new-defaults FAILURE
I see combinations of these three failing in other recent checks as
well.
Further investigation required.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2037239/+subscriptions
References