Bug 260458 - sys.netpfil.pf.killstate.v6 fails in CI
Summary: sys.netpfil.pf.killstate.v6 fails in CI
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: tests (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: Warner Losh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-16 01:19 UTC by Warner Losh
Modified: 2025-07-23 21:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Warner Losh freebsd_committer freebsd_triage 2021-12-16 01:19:21 UTC
sys.netpfil.pf.killstate.v6 fails in CI. Please investigate. It has been disabled in CI until this is resolved.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-12-16 01:35:31 UTC
A commit in branch main references this bug:

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

commit 300f4be4478175e139b77bb93b59fc7d9b749ec8
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-16 01:20:10 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-16 01:32:37 +0000

    tests: sys.netpfil.pf.killstate.v6 fails in CI

    sys.netpfil.pf.killstate.v6 has been failing in CI for a while, file a
    bug and disable.

    PR:             260458
    Sponsored by:   Netflix

 tests/sys/netpfil/pf/killstate.sh | 4 ++++
 1 file changed, 4 insertions(+)
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2025-07-23 20:39:52 UTC
Reopen this as skipping the failing test case isn't the fix. Skipping it in the CI is to reduce the noise and let people can be aware of new regressions, and the ticket is for tracking the real fix.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-07-23 21:11:08 UTC
A commit in branch main references this bug:

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

commit 6ff78a63d8cd0dd64ae79cbda5cb03572c1e17f5
Author:     Siva Mahadevan <me@svmhdvn.name>
AuthorDate: 2025-07-21 13:25:26 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2025-07-23 21:08:37 +0000

    tests/sys/netpfil: unskip tests that no longer need to be skipped

    All of these are passing consistently in the latest CI environment
    in 15 back-to-back test runs.

    Signed-off-by:  Siva Mahadevan <me@svmhdvn.name>

    PR:             260458, 260459, 260460, 264805
    Sponsored by:   The FreeBSD Foundation
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1788

 tests/sys/netpfil/common/dummynet.sh | 4 ----
 tests/sys/netpfil/pf/forward.sh      | 4 ----
 tests/sys/netpfil/pf/killstate.sh    | 4 ----
 tests/sys/netpfil/pf/set_tos.sh      | 4 ----
 4 files changed, 16 deletions(-)