git: 2d896da92a2a - main - tests/unix_passfd: Prevent running them in parallel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 May 2022 13:45:39 UTC
The branch main has been updated by olivier (ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=2d896da92a2a4fd27abeafe04bd2aa1ff74856b8
commit 2d896da92a2a4fd27abeafe04bd2aa1ff74856b8
Author: Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2022-05-23 13:30:25 +0000
Commit: Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2022-05-23 13:44:10 +0000
tests/unix_passfd: Prevent running them in parallel
Only the send_and_shutdown test is exclusive, but kyua doesn't allow
to prevent parallel execution of a single test.
Approved by: glebius
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D35260
---
tests/sys/kern/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/sys/kern/Makefile b/tests/sys/kern/Makefile
index 2a224a423a7e..221684842a3e 100644
--- a/tests/sys/kern/Makefile
+++ b/tests/sys/kern/Makefile
@@ -38,6 +38,7 @@ ATF_TESTS_C+= sysctl_kern_proc
ATF_TESTS_C+= sys_getrandom
ATF_TESTS_C+= unix_dgram
ATF_TESTS_C+= unix_passfd_test
+TEST_METADATA.unix_passfd_test+= is_exclusive="true"
ATF_TESTS_C+= unix_seqpacket_test
TEST_METADATA.unix_seqpacket_test+= timeout="15"
ATF_TESTS_C+= unix_socketpair_test