Thanks Xavier and Ilya. Acked-by: Mark Michelson <[email protected]>
I pushed the change to main, branch-26.03, and branch-25.09. On Wed, Jun 24, 2026 at 3:58 AM Xavier Simonart via dev <[email protected]> wrote: > > As in [0], multiple load balancing system tests are randomly failing from > time to time as they check that, after 10 requests sent to a load > balancer, all backends are at least reached once. Statistically, this is > failing from time to time. > [1] fixed such issues, but there is a new occurrence. > > [0] https://github.com/ovsrobot/ovn/actions/runs/27547031217/job/81423590350 > [1] c906da4f1dea: tests: Fixed load balancing system-tests > > Fixes: da5529438342 ("northd: Do not drop ip traffic with destination vip > expressed via template vars.") > Signed-off-by: Xavier Simonart <[email protected]> > > --- > v1->v2: Updated based on Ilya's feedback i.e. avoid using NS_EXEC instead > of NS_CHECK_EXEC - 20 requests should be enough. > --- > tests/system-ovn.at | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/system-ovn.at b/tests/system-ovn.at > index a4afab4e5..5e82409f3 100644 > --- a/tests/system-ovn.at > +++ b/tests/system-ovn.at > @@ -17733,7 +17733,7 @@ NETNS_START_TCPDUMP([foo1], [-neei foo1 src 20.0.0.2 > and tcp], [foo1]) > NETNS_START_TCPDUMP([bar1], [-neei bar1 src 20.0.0.2 and tcp], [bar1]) > > check ovs-appctl dpctl/flush-conntrack > -for i in $(seq 10); do > +for i in $(seq 20); do > NS_CHECK_EXEC([alice1], [wget 172.16.1.1:8000 -t 5 -T 1 > --retry-connrefused -v -o wget$i.log]) > done > > -- > 2.47.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
