[Bug 289477] sys/netpfil/pf/route_to:pr efer_ipv6_nexthop_mixed_af_random_table_ipv4 test fails intermittently in CI

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 26 Jun 2026 15:19:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289477

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch stable/15 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=a13936fcdc8dc3f37125614daa424a9cf1ae380d

commit a13936fcdc8dc3f37125614daa424a9cf1ae380d
Author:     Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2026-06-17 16:52:00 +0000
Commit:     Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-06-26 15:16:43 +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

    (cherry picked from commit 1294f332aec02e111b47d69e0d91e32dc2624001)

 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.