Date: Thu, 30 Mar 2023 23:36:55 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b60600ceeb68 - main - pf tests: Serialize Message-ID: <202303302336.32UNatba067594@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b60600ceeb68d1001d61222830e0be3441ef0885 commit b60600ceeb68d1001d61222830e0be3441ef0885 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-03-25 12:55:41 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-03-30 23:35:59 +0000 pf tests: Serialize These tests reuse jail names and cannot run in parallel. Until this is fixed - which is desirable since these takes take a while to run - tell kyua to serialize them. MFC after: 1 week --- tests/sys/netpfil/pf/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sys/netpfil/pf/Makefile b/tests/sys/netpfil/pf/Makefile index 7256602a55a9..250299727697 100644 --- a/tests/sys/netpfil/pf/Makefile +++ b/tests/sys/netpfil/pf/Makefile @@ -38,6 +38,9 @@ ATF_TESTS_SH+= altq \ table \ tos +# Tests reuse jail names and so cannot run in parallel. +TEST_METADATA+= is_exclusive=true + ${PACKAGE}FILES+= CVE-2019-5597.py \ CVE-2019-5598.py \ daytime_inetd.conf \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303302336.32UNatba067594>