Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 16:59:48 +0000
From:      Siva Mahadevan <siva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Siva Mahadevan <me@svmhdvn.name>
Subject:   git: 0bc4bed347ed - stable/14 - tests/mac_portacl: enable is_exclusive for now
Message-ID:  <6a3eb004.32a69.5c81ed39@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by siva:

URL: https://cgit.FreeBSD.org/src/commit/?id=0bc4bed347ed9e9cf1d396d187c6273316a7c5d2

commit 0bc4bed347ed9e9cf1d396d187c6273316a7c5d2
Author:     Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2025-07-15 16:45:24 +0000
Commit:     Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-06-26 16:08:51 +0000

    tests/mac_portacl: enable is_exclusive for now
    
    Both tests rely on ports 77 and 7777 to be available
    and thus cannot be run concurrently. This is a temporary
    measure to ensure that they don't conflict with each other.
    
    In the future, these should be rewritten to wait until the
    necessary ports are available, or deterministically select a
    free port instead.
    
    Signed-off-by: Siva Mahadevan <me@svmhdvn.name>
    Sponsored by:   The FreeBSD Foundation
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1790
    (cherry picked from commit 5dadfac51c3876b0ba6fde831cb4417594167fed)
---
 tests/sys/mac/portacl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/sys/mac/portacl/Makefile b/tests/sys/mac/portacl/Makefile
index a26ff4a7c80a..8e23775c62c8 100644
--- a/tests/sys/mac/portacl/Makefile
+++ b/tests/sys/mac/portacl/Makefile
@@ -12,6 +12,7 @@ TAP_TESTS_SH+=	root_test
 TEST_METADATA.$t+=	required_kmods="mac_portacl"
 TEST_METADATA.$t+=	required_user="root"
 TEST_METADATA.$t+=	timeout="450"
+TEST_METADATA.$t+=	is_exclusive="true"
 .endfor
 
 .include <bsd.test.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3eb004.32a69.5c81ed39>