From 5ebecbe45bfb2ada0b52bd7f3a6d582b05c9982e Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 20 Nov 2024 17:07:36 +0100 Subject: [PATCH] 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. --- reg-tests/connection/http_reuse_always.vtc | 1 + reg-tests/http-rules/acl_cli_spaces.vtc | 1 + reg-tests/mcli/mcli_debug_dev.vtc | 1 + reg-tests/mcli/mcli_show_info.vtc | 1 + reg-tests/mcli/mcli_start_progs.vtc | 1 + 5 files changed, 5 insertions(+) diff --git a/reg-tests/connection/http_reuse_always.vtc b/reg-tests/connection/http_reuse_always.vtc index 8f70367f8f..75e60d4d42 100644 --- a/reg-tests/connection/http_reuse_always.vtc +++ b/reg-tests/connection/http_reuse_always.vtc @@ -1,3 +1,4 @@ +#EXCLUDE_TARGETS=osx varnishtest "Test the http-reuse always mode" feature ignore_unknown_macro diff --git a/reg-tests/http-rules/acl_cli_spaces.vtc b/reg-tests/http-rules/acl_cli_spaces.vtc index 8e0d273ba2..8783f11a9f 100644 --- a/reg-tests/http-rules/acl_cli_spaces.vtc +++ b/reg-tests/http-rules/acl_cli_spaces.vtc @@ -1,3 +1,4 @@ +#EXCLUDE_TARGETS=osx varnishtest "haproxy ACL, CLI and mCLI spaces" feature ignore_unknown_macro diff --git a/reg-tests/mcli/mcli_debug_dev.vtc b/reg-tests/mcli/mcli_debug_dev.vtc index 5fdf9c5ecd..0ecaa6202b 100644 --- a/reg-tests/mcli/mcli_debug_dev.vtc +++ b/reg-tests/mcli/mcli_debug_dev.vtc @@ -1,3 +1,4 @@ +#EXCLUDE_TARGETS=osx varnishtest "Test master CLI multiple commands with export-mode" # This test only checks if the master CLI parsing with pipelined commands is working: diff --git a/reg-tests/mcli/mcli_show_info.vtc b/reg-tests/mcli/mcli_show_info.vtc index 0a286580c5..5c1949fd3b 100644 --- a/reg-tests/mcli/mcli_show_info.vtc +++ b/reg-tests/mcli/mcli_show_info.vtc @@ -1,3 +1,4 @@ +#EXCLUDE_TARGETS=osx varnishtest "Show info of process 1" feature ignore_unknown_macro diff --git a/reg-tests/mcli/mcli_start_progs.vtc b/reg-tests/mcli/mcli_start_progs.vtc index 51c70155b8..5b5549aa61 100644 --- a/reg-tests/mcli/mcli_start_progs.vtc +++ b/reg-tests/mcli/mcli_start_progs.vtc @@ -1,3 +1,4 @@ +#EXCLUDE_TARGETS=osx varnishtest "Try to start a master CLI with 2 programs" #REGTEST_TYPE=bug feature cmd "command -v sleep"