]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: switch to -Ws for master-worker reg-tests
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 20 Nov 2024 09:57:42 +0000 (10:57 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 20 Nov 2024 16:13:59 +0000 (17:13 +0100)
commitb7d81b351156e75b2a4ceda4b3dcf0d1bf561386
tree9332763207bbea6ff99256d877619c56b947bb97
parent2ce0db4e4bb28837562e6915b1feb0ba46484bb1
REGTESTS: switch to -Ws for master-worker reg-tests

The -W mode implemented in VTest is not reliable anymore, because VTest
waits for the pidfile to be created. But with the new master-worker
mode, this file is created long before haproxy is ready. This can lead
to the test being started too soon, and failing from time to time.

The -Ws option allows to wait for haproxy to deliver a message to VTest
once it is ready.
reg-tests/connection/http_reuse_always.vtc
reg-tests/http-rules/acl_cli_spaces.vtc
reg-tests/mcli/mcli_debug_dev.vtc
reg-tests/mcli/mcli_show_info.vtc
reg-tests/mcli/mcli_start_progs.vtc
reg-tests/seamless-reload/abns_socket.vtc
reg-tests/server/abnsz.vtc