[Bug 289821] sys/netpfil/pf/mld.py:TestMLD::test_router_alert test fails intermittently in CI

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Oct 2025 20:52:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289821

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

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

commit 3e79ec993dc7f6a454705ff5e820aa977583a5f7
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-09-27 14:41:30 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-10-05 20:47:35 +0000

    pf tests: fix intermittent mld test failures

    We can't reliably check for the absence of replies to our MLD queries
(because
    a host may announce its multicast subscriptions), so enable pf logging and
check
    for the relevant error message instead.

    PR:             289821
    MFC after:      1 week
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    Differential Revision:  https://reviews.freebsd.org/D52762

    (cherry picked from commit a57f6ce4792f12bebdbe3e46d6d9d39da10055db)

 tests/sys/netpfil/pf/Makefile |  2 +-
 tests/sys/netpfil/pf/mld.py   | 35 +++++++++++++++--------------------
 2 files changed, 16 insertions(+), 21 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.