sys.netpfil.pf.killstate.v6 fails in CI. Please investigate. It has been disabled in CI until this is resolved.
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(+)
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.
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(-)