git: 5cec4958142b - stable/13 - acl tests: Serialize
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Apr 2023 15:07:10 UTC
The branch stable/13 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=5cec4958142bc08847dc72a2808f8f927cfc8f70
commit 5cec4958142bc08847dc72a2808f8f927cfc8f70
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-03-25 19:09:48 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-04-06 15:06:55 +0000
acl tests: Serialize
Some of these tests import a ZFS pool with a hard-coded name, so they
cannot run in parallel.
MFC after: 1 week
(cherry picked from commit 34b696e41259e41ae3ac61a539bd152d3afb73ae)
---
tests/sys/acl/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/sys/acl/Makefile b/tests/sys/acl/Makefile
index bd548f06951e..0b1ab2ca7277 100644
--- a/tests/sys/acl/Makefile
+++ b/tests/sys/acl/Makefile
@@ -21,7 +21,9 @@ TAP_TESTS_SH+= 03
TAP_TESTS_SH+= 04
.for t in ${TAP_TESTS_SH}
-TEST_METADATA.$t+= required_user="root"
+# Tests hard-code a ZFS pool name of "acltools" and so cannot run in parallel.
+TEST_METADATA.$t+= required_user="root" \
+ is_exclusive=true
.endfor
_ACL_PROGS= getfacl setfacl