REGTESTS: disable temporarly mworker test on OSX

-Ws on VTest is not working correctly for an unknown reason, the polling
of the NOTIFY_SOCKET seems to timeout, and VTest never receives the
READY message.

This patch disables the reg-tests using -Ws on OS X.
This commit is contained in:
William Lallemand 2024-11-20 17:07:36 +01:00
parent b7d81b3511
commit 5ebecbe45b
5 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#EXCLUDE_TARGETS=osx
varnishtest "Test the http-reuse always mode" varnishtest "Test the http-reuse always mode"
feature ignore_unknown_macro feature ignore_unknown_macro

View File

@ -1,3 +1,4 @@
#EXCLUDE_TARGETS=osx
varnishtest "haproxy ACL, CLI and mCLI spaces" varnishtest "haproxy ACL, CLI and mCLI spaces"
feature ignore_unknown_macro feature ignore_unknown_macro

View File

@ -1,3 +1,4 @@
#EXCLUDE_TARGETS=osx
varnishtest "Test master CLI multiple commands with export-mode" varnishtest "Test master CLI multiple commands with export-mode"
# This test only checks if the master CLI parsing with pipelined commands is working: # This test only checks if the master CLI parsing with pipelined commands is working:

View File

@ -1,3 +1,4 @@
#EXCLUDE_TARGETS=osx
varnishtest "Show info of process 1" varnishtest "Show info of process 1"
feature ignore_unknown_macro feature ignore_unknown_macro

View File

@ -1,3 +1,4 @@
#EXCLUDE_TARGETS=osx
varnishtest "Try to start a master CLI with 2 programs" varnishtest "Try to start a master CLI with 2 programs"
#REGTEST_TYPE=bug #REGTEST_TYPE=bug
feature cmd "command -v sleep" feature cmd "command -v sleep"