mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
netbsd-tests: Serialize message queue tests
They can fail when run in parallel since they all share a global queue key. MFC after: 1 week
This commit is contained in:
parent
478de7f8e2
commit
e1ccf64b88
1 changed files with 7 additions and 0 deletions
|
|
@ -74,6 +74,13 @@ NETBSD_ATF_TESTS_C+= write_test
|
|||
LIBADD.getpid_test+= pthread
|
||||
LIBADD.timer_create_test+= rt
|
||||
|
||||
# Message queue IPC tests need to be executed serially since they variously
|
||||
# use global keys and exhaust global IPC limits.
|
||||
TEST_METADATA.msgctl_test+= is_exclusive="true"
|
||||
TEST_METADATA.msgget_test+= is_exclusive="true"
|
||||
TEST_METADATA.msgsnd_test+= is_exclusive="true"
|
||||
TEST_METADATA.msgrcv_test+= is_exclusive="true"
|
||||
|
||||
.include "../Makefile.netbsd-tests"
|
||||
|
||||
SRCS.mlock_test+= mlock_helper.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue