git: 2646268eabb2 - stable/14 - frag6 tests: Serialize
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 16:58:09 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=2646268eabb2026b14497baed7b26d5b3659fabc
commit 2646268eabb2026b14497baed7b26d5b3659fabc
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-06-18 18:14:43 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-01-07 16:55:48 +0000
frag6 tests: Serialize
I'm not sure exactly why, but these tests consistently fail when run in
parallel. Serialize them for now.
MFC after: 1 week
(cherry picked from commit 8b57b2a98b641794538980aed2cd16c94aedaf4d)
---
tests/sys/netinet6/frag6/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/sys/netinet6/frag6/Makefile b/tests/sys/netinet6/frag6/Makefile
index f3eef9305a16..d1661060368b 100644
--- a/tests/sys/netinet6/frag6/Makefile
+++ b/tests/sys/netinet6/frag6/Makefile
@@ -29,6 +29,8 @@ ATF_TESTS_SH= \
frag6_19 \
frag6_20
+TEST_METADATA+= is_exclusive=true
+
${PACKAGE}FILES+= frag6.subr
${PACKAGE}FILES+= sniffer.py
${PACKAGE}FILES+= frag6_01.py