From 51a9c1bf4d4169c70a2e14c3db2531db92227b37 Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Tue, 10 Dec 2024 09:21:25 -0500 Subject: [PATCH] tests: Fix flaky "ovn-controller incremental processing". Signed-off-by: Xavier Simonart Signed-off-by: 0-day Robot --- tests/ovn-performance.at | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ovn-performance.at b/tests/ovn-performance.at index 249302a10d..6e264a30e0 100644 --- a/tests/ovn-performance.at +++ b/tests/ovn-performance.at @@ -238,6 +238,9 @@ for i in `seq 1 5`; do as hv$i ovs-vsctl add-br br-phys ovn_attach n1 br-phys 192.168.0.$i + # Do not postpone patch ports related changes, as they may occur more or less anywere within the test, + # hence causing unexpected recomputes. + check ovn-appctl -t ovn-controller debug/ignore-startup-delay if [[ $i -ge 3 ]] ; then ovs-vsctl add-br br-ex ovs-vsctl set open . external_ids:ovn-bridge-mappings="public:br-ex"