[Bug 289477] sys/netpfil/pf/route_to:pr efer_ipv6_nexthop_mixed_af_random_table_ipv4 test fails intermittently in CI
Date: Wed, 17 Jun 2026 16:53:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289477
--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=1294f332aec02e111b47d69e0d91e32dc2624001
commit 1294f332aec02e111b47d69e0d91e32dc2624001
Author: Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2026-06-17 16:52:00 +0000
Commit: Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-06-17 16:53:14 +0000
tests/pf/route_to: check_random: rely on test timeout to fail
This test is known to be flaky if 10 attempts happens to be
not enough for the test to pass. Usually, this test passes in ~4-6
attempts.
See
https://ci.freebsd.org/job/FreeBSD-main-amd64-test/28664/testReport/junit/sys.netpfil.pf/route_to/random_table/
Rely on the timeout (default 5 mins) to catch a failure here, rather than
just 10
attempts. It's very unlikely that 5 mins worth of attempts still isn't
enough.
For a history of flakiness, see
https://ci.freebsd.org/job/FreeBSD-main-amd64-test/lastSuccessfulBuild/testReport/junit/sys.netpfil.pf/route_to/random_table/history/
PR: 289477
Reviewed by: kp
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D57408
tests/sys/netpfil/pf/route_to.sh | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.