git: bed96ef09d2f - stable/14 - socket tests: Serialize sonewconn_overflow
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jul 2024 15:56:00 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=bed96ef09d2f37abe4e88efe7e5feec83eb9f3c7
commit bed96ef09d2f37abe4e88efe7e5feec83eb9f3c7
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-07-14 16:12:50 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-07-30 15:55:32 +0000
socket tests: Serialize sonewconn_overflow
It relies on being able inspect the dmesg buffer to see whether the
kernel logged certain messages. If it's interleaved with tests that
generate large amounts of console output (e.g., GELI tests), then it can
fail spuriously.
MFC after: 2 weeks
(cherry picked from commit ab27e232b14c07317642a2e4c546c9b71bd9c00b)
---
tests/sys/kern/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/sys/kern/Makefile b/tests/sys/kern/Makefile
index d78c761feaac..29d33f4c617c 100644
--- a/tests/sys/kern/Makefile
+++ b/tests/sys/kern/Makefile
@@ -57,6 +57,7 @@ ATF_TESTS_SH+= coredump_phnum_test
ATF_TESTS_SH+= sonewconn_overflow
TEST_METADATA.sonewconn_overflow+= required_programs="python"
TEST_METADATA.sonewconn_overflow+= required_user="root"
+TEST_METADATA.sonewconn_overflow+= is_exclusive="true"
ATF_TESTS_SH+= sendfile_test
${PACKAGE}FILES+= sonewconn_overflow.py