]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: use -dW by default on every reg-tests
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 19 Nov 2024 15:51:30 +0000 (16:51 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 19 Nov 2024 15:53:10 +0000 (16:53 +0100)
Every reg-test now runs without any warning, so let's acivate -dW by
default so the new ones will inheritate the option.

This patch reverts 9d511b3c ("REGTESTS: enable -dW on almost all tests
to fail on warnings") and adds -dW in the default HAPROXY_ARGS of
scripts/run-regtests.sh instead.

213 files changed:
reg-tests/balance/balance-rr.vtc
reg-tests/balance/balance-uri-path-only.vtc
reg-tests/balance/balance-uri.vtc
reg-tests/cache/basic.vtc
reg-tests/cache/caching_rules.vtc
reg-tests/cache/expires.vtc
reg-tests/cache/if-modified-since.vtc
reg-tests/cache/if-none-match.vtc
reg-tests/cache/post_on_entry.vtc
reg-tests/cache/sample_fetches.vtc
reg-tests/cache/vary.vtc
reg-tests/cache/vary_accept_encoding.vtc
reg-tests/checks/1be_40srv_odd_health_checks.vtc
reg-tests/checks/40be_2srv_odd_health_checks.vtc
reg-tests/checks/4be_1srv_health_checks.vtc
reg-tests/checks/4be_1srv_smtpchk_httpchk_layer47errors.vtc
reg-tests/checks/agent-check.vtc
reg-tests/checks/http-check-expect.vtc
reg-tests/checks/http-check-send.vtc
reg-tests/checks/http-check.vtc
reg-tests/checks/http-monitor-uri.vtc
reg-tests/checks/ldap-check.vtc
reg-tests/checks/mysql-check.vtc
reg-tests/checks/pgsql-check.vtc
reg-tests/checks/redis-check.vtc
reg-tests/checks/smtp-check.vtc
reg-tests/checks/spop-check.vtc
reg-tests/checks/ssl-hello-check.vtc
reg-tests/checks/tcp-check-ssl.vtc
reg-tests/checks/tcp-check_min-recv.vtc
reg-tests/checks/tcp-check_multiple_ports.vtc
reg-tests/checks/tcp-checks-socks4.vtc
reg-tests/checks/tls_health_checks.vtc
reg-tests/compression/basic.vtc
reg-tests/compression/etags_conversion.vtc
reg-tests/compression/lua_validation.vtc
reg-tests/compression/vary.vtc
reg-tests/connection/cli_src_dst.vtc
reg-tests/connection/dispatch.vtc
reg-tests/connection/h2_glitches.vtc
reg-tests/connection/http_reuse_aggressive.vtc
reg-tests/connection/http_reuse_always.vtc
reg-tests/connection/http_reuse_be_transparent.vtc
reg-tests/connection/http_reuse_conn_hash.vtc
reg-tests/connection/http_reuse_dispatch.vtc
reg-tests/connection/http_reuse_never.vtc
reg-tests/connection/http_reuse_safe.vtc
reg-tests/connection/proxy_protocol_random_fail.vtc
reg-tests/connection/proxy_protocol_send_generic.vtc
reg-tests/connection/proxy_protocol_send_unique_id.vtc
reg-tests/connection/proxy_protocol_send_unique_id_alpn.vtc
reg-tests/connection/proxy_protocol_tlv_validation.vtc
reg-tests/connection/reverse_connect_full.vtc
reg-tests/connection/reverse_server.vtc
reg-tests/connection/reverse_server_name.vtc
reg-tests/connection/tcp_to_http_upgrade.vtc
reg-tests/contrib/prometheus.vtc
reg-tests/converter/add_item.vtc
reg-tests/converter/be2dec.vtc
reg-tests/converter/be2hex.vtc
reg-tests/converter/bytes.vtc
reg-tests/converter/digest.vtc
reg-tests/converter/field.vtc
reg-tests/converter/fix.vtc
reg-tests/converter/hmac.vtc
reg-tests/converter/iif.vtc
reg-tests/converter/json.vtc
reg-tests/converter/json_query.vtc
reg-tests/converter/mqtt.vtc
reg-tests/converter/param.vtc
reg-tests/converter/secure_memcmp.vtc
reg-tests/converter/sha2.vtc
reg-tests/converter/url_dec.vtc
reg-tests/converter/url_enc.vtc
reg-tests/converter/word.vtc
reg-tests/filters/random-forwarding.vtc
reg-tests/http-capture/multiple_headers.vtc
reg-tests/http-cookies/cookie_insert_indirect.vtc
reg-tests/http-cookies/h2_cookie_concat.vtc
reg-tests/http-errorfiles/errorfiles.vtc
reg-tests/http-errorfiles/http-error.vtc
reg-tests/http-errorfiles/http_deny_errors.vtc
reg-tests/http-errorfiles/http_errors.vtc
reg-tests/http-errorfiles/http_return.vtc
reg-tests/http-messaging/h1_host_normalization.vtc
reg-tests/http-messaging/h1_request_target_validation.vtc
reg-tests/http-messaging/h1_to_h1.vtc
reg-tests/http-messaging/h2_desync_attacks.vtc
reg-tests/http-messaging/h2_to_h1.vtc
reg-tests/http-messaging/http_abortonclose.vtc
reg-tests/http-messaging/http_bodyless_response.vtc
reg-tests/http-messaging/http_bodyless_spliced_response.vtc
reg-tests/http-messaging/http_msg_full_on_eom.vtc
reg-tests/http-messaging/http_request_buffer.vtc
reg-tests/http-messaging/http_splicing.vtc
reg-tests/http-messaging/http_splicing_chunk.vtc
reg-tests/http-messaging/http_transfer_encoding.vtc
reg-tests/http-messaging/http_wait_for_body.vtc
reg-tests/http-messaging/protocol_upgrade.vtc
reg-tests/http-messaging/scheme_based_normalize.vtc
reg-tests/http-messaging/srv_ws.vtc
reg-tests/http-messaging/truncated.vtc
reg-tests/http-messaging/websocket.vtc
reg-tests/http-rules/acl_cli_spaces.vtc
reg-tests/http-rules/converters_ipmask_concat_strcmp_field_word.vtc
reg-tests/http-rules/default_rules.vtc
reg-tests/http-rules/del_header.vtc
reg-tests/http-rules/except-forwardfor-originalto.vtc
reg-tests/http-rules/forwarded-header-7239.vtc
reg-tests/http-rules/h1or2_to_h1c.vtc
reg-tests/http-rules/http-err-fail.vtc
reg-tests/http-rules/http_after_response.vtc
reg-tests/http-rules/http_return.vtc
reg-tests/http-rules/ifnone-forwardfor.vtc
reg-tests/http-rules/map_ordering.vtc
reg-tests/http-rules/map_redirect.vtc
reg-tests/http-rules/map_regm_with_backref.vtc
reg-tests/http-rules/normalize_uri.vtc
reg-tests/http-rules/path_and_pathq.vtc
reg-tests/http-rules/restrict_req_hdr_names.vtc
reg-tests/http-rules/strict_rw_mode.vtc
reg-tests/http-set-timeout/set_timeout.vtc
reg-tests/jwt/jws_verify.vtc
reg-tests/log/last_rule.vtc
reg-tests/log/load_balancing.vtc
reg-tests/log/log_backend.vtc
reg-tests/log/log_forward.vtc
reg-tests/log/log_profiles.vtc
reg-tests/log/log_uri.vtc
reg-tests/log/wrong_ip_port_logging.vtc
reg-tests/lua/bad_http_clt_req_duration.vtc
reg-tests/lua/close_wait_lf.vtc
reg-tests/lua/h_txn_get_priv.vtc
reg-tests/lua/httpclient_action.vtc
reg-tests/lua/lua_httpclient.vtc
reg-tests/lua/lua_socket.vtc
reg-tests/lua/set_var.vtc
reg-tests/lua/txn_get_priv-thread.vtc
reg-tests/lua/txn_get_priv.vtc
reg-tests/lua/wrong_types_usage.vtc
reg-tests/mailers/healthcheckmail.vtc
reg-tests/mcli/mcli_debug_dev.vtc
reg-tests/mcli/mcli_show_info.vtc
reg-tests/peers/basic_sync.vtc
reg-tests/peers/basic_sync_wo_stkt_backend.vtc
reg-tests/peers/tls_basic_sync.vtc
reg-tests/peers/tls_basic_sync_wo_stkt_backend.vtc
reg-tests/sample_fetches/acl.vtc
reg-tests/sample_fetches/cond_set_var.vtc
reg-tests/sample_fetches/cook.vtc
reg-tests/sample_fetches/hashes.vtc
reg-tests/sample_fetches/so_name.vtc
reg-tests/sample_fetches/srv_name.vtc
reg-tests/sample_fetches/tcpinfo_rtt.vtc
reg-tests/sample_fetches/tlvs.vtc
reg-tests/sample_fetches/ubase64.vtc
reg-tests/sample_fetches/vars.vtc
reg-tests/seamless-reload/abns_socket.vtc
reg-tests/server/abnsz.vtc
reg-tests/server/cli_add_check_server.vtc
reg-tests/server/cli_add_server.vtc
reg-tests/server/cli_add_ssl_server.vtc
reg-tests/server/cli_add_track_server.vtc
reg-tests/server/cli_delete_dynamic_server.vtc
reg-tests/server/cli_delete_server.vtc
reg-tests/server/cli_set_fqdn.vtc
reg-tests/server/cli_set_ssl.vtc
reg-tests/spoe/wrong_init.vtc
reg-tests/ssl/add_ssl_crt-list.vtc
reg-tests/ssl/crt_store.vtc
reg-tests/ssl/del_ssl_crt-list.vtc
reg-tests/ssl/dynamic_server_ssl.vtc
reg-tests/ssl/issuers_chain_path.vtc
reg-tests/ssl/log_forward_ssl.vtc
reg-tests/ssl/new_del_ssl_cafile.vtc
reg-tests/ssl/new_del_ssl_crlfile.vtc
reg-tests/ssl/ocsp_auto_update.vtc
reg-tests/ssl/set_ssl_bug_2265.vtc
reg-tests/ssl/set_ssl_cafile.vtc
reg-tests/ssl/set_ssl_cert.vtc
reg-tests/ssl/set_ssl_cert_bundle.vtc
reg-tests/ssl/set_ssl_cert_noext.vtc
reg-tests/ssl/set_ssl_crlfile.vtc
reg-tests/ssl/set_ssl_server_cert.vtc
reg-tests/ssl/show_ssl_ocspresponse.vtc
reg-tests/ssl/ssl_alpn.vtc
reg-tests/ssl/ssl_client_auth.vtc
reg-tests/ssl/ssl_client_samples.vtc
reg-tests/ssl/ssl_crt-list_filters.vtc
reg-tests/ssl/ssl_curve_name.vtc
reg-tests/ssl/ssl_curves.vtc
reg-tests/ssl/ssl_default_server.vtc
reg-tests/ssl/ssl_dh.vtc
reg-tests/ssl/ssl_errors.vtc
reg-tests/ssl/ssl_frontend_samples.vtc
reg-tests/ssl/ssl_generate_certificate.vtc
reg-tests/ssl/ssl_reuse.vtc
reg-tests/ssl/ssl_server_samples.vtc
reg-tests/ssl/ssl_simple_crt-list.vtc
reg-tests/ssl/wrong_ctx_storage.vtc
reg-tests/startup/automatic_maxconn.vtc
reg-tests/startup/default_rules.vtc
reg-tests/stick-table/converteers_ref_cnt_never_dec.vtc
reg-tests/stick-table/src_conn_rate.vtc
reg-tests/stick-table/unknown_key.vtc
reg-tests/stickiness/lb-services.vtc
reg-tests/stickiness/srvkey-addr.vtc
reg-tests/stream/unique-id-from-proxy.vtc
reg-tests/stream/unique-id.vtc
reg-tests/tcp-rules/default_rules.vtc
reg-tests/webstats/missing-stats-fields.vtc
reg-tests/webstats/webstats-scope-and-post-change.vtc
scripts/run-regtests.sh

index 50af85a304100a80b80bfc5b3d0832e4a748bb31..908a4f9af32f708149660a681ed8c83ecd596bed 100644 (file)
@@ -21,7 +21,7 @@ server s4 {
     txresp -hdr "Server: s4"
 } -repeat 2 -start
 
-haproxy h1 -arg "-L A" -arg '-dW' -conf {
+haproxy h1 -arg "-L A" -conf {
     defaults
         mode http
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
index 348067a0f2f009f9c52d4ad7f0fe9b0e231c420e..f1291ee24990b29fe64e83b68a7ed5390ab0b666 100644 (file)
@@ -22,7 +22,7 @@ server s4 {
     txresp -hdr "Server: s4" -body "s4"
 } -repeat 5 -start
 
-haproxy h1 -arg "-L A" -arg '-dW' -conf {
+haproxy h1 -arg "-L A" -conf {
     defaults
         mode http
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
index baeb044ab7859709476aa977255a3b86f82b3e56..e67883567bbbeb72873e3ed02597d098c3ce8ce3 100644 (file)
@@ -21,7 +21,7 @@ server s4 {
     txresp -hdr "Server: s4"
 } -repeat 2 -start
 
-haproxy h1 -arg "-L A" -arg '-dW' -conf {
+haproxy h1 -arg "-L A" -conf {
     defaults
         mode http
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
index 43ae58f4a3db61cb9b7baf6b35518722a61f0f17..377cbb379205a0cd92dbca4ed5e366a9f16eb56d 100644 (file)
@@ -22,7 +22,7 @@ server s1 {
     chunkedlen 0
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 66a821ac9ba3c116999c124b6b8f9dceb5d57914..a488875b30fc795ae2fa6bb58dde121fc269177b 100644 (file)
@@ -113,7 +113,7 @@ server s2 {
         -bodylen 170
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 9a946dab7fe7b09a74c14b06da8ab137d1a3dcfa..ee5cd775ad9a948ca251c8b9493fd2b81c2d5ee2 100644 (file)
@@ -39,7 +39,7 @@ server s3 {
        chunkedlen 0
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                # WT: limit false-positives causing "HTTP header incomplete" due to
                # idle server connections being randomly used and randomly expiring
index c0c85ee20a1cf4ba7030541e317985eaa11a61f8..1fd9a931a0eadfb30c2bd8eed566f99b5f67990b 100644 (file)
@@ -39,7 +39,7 @@ server s1 {
        chunkedlen 0
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                # WT: limit false-positives causing "HTTP header incomplete" due to
                # idle server connections being randomly used and randomly expiring
index 69f2f0086af3b9bef5494ce9bafe35a35f5c7fb8..3dcaec57c73381d215b53487c47d3b98559e18b8 100644 (file)
@@ -24,7 +24,7 @@ server s1 {
        chunkedlen 0
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                # WT: limit false-positives causing "HTTP header incomplete" due to
                # idle server connections being randomly used and randomly expiring
index 28d1e9878c61957729d2265926caf2d2b0890b73..66c89e4e48530687876aecb65101dbefab476a7f 100644 (file)
@@ -22,7 +22,7 @@ server s1 {
 
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index be73dd50439da0212437f683a9770e6bae7b22c7..c2b99c20ca579ab8cba72067c55306b34c5052b0 100644 (file)
@@ -41,7 +41,7 @@ server s3 {
        chunkedlen 0
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 612bfadd25e9d9be6d226642df657ba9ecb8037d..782a76ca76e8e507654a726eb919d1a303618489 100644 (file)
@@ -165,7 +165,7 @@ server s2 {
                -bodylen 57
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                # WT: limit false-positives causing "HTTP header incomplete" due to
                # idle server connections being randomly used and randomly expiring
index 3213b6a87bedece8064e903ebe9ef2fa51ef4eef..4b828a86a62835bd6f23350c6c8502af1cc89a2b 100644 (file)
@@ -91,7 +91,7 @@ server s1 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                # WT: limit false-positives causing "HTTP header incomplete" due to
                # idle server connections being randomly used and randomly expiring
index 86a6b21360b72e7ef8e13bbc13c3ecf1fed89059..d0f3be53ae1827cb3942952c154e25774614e293 100644 (file)
@@ -56,7 +56,7 @@ server s37 {} -start
 server s38 {} -start
 server s39 {} -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
index 4293d67814a816251cdfb5b827f638cd9d85bea8..cbd4fc00e6c9815904e9c10e82d77d1155445dd6 100644 (file)
@@ -238,7 +238,7 @@ server s35 {} -start
 server s37 {} -start
 server s39 {} -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
index 7b0d6ca65cd1a3240d72c9844d6df44967300fb4..02564be54c1d46a6eb6d05483c4da5f25e2f593b 100644 (file)
@@ -92,7 +92,7 @@ syslog S4 -level notice {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout server  "${HAPROXY_TEST_TIMEOUT-5s}"
index 6a521c9bfdb32a40cca764d80ce1a80211d244bf..3d3649125fe7b240e7ebe2f60bc9f14587b69888 100644 (file)
@@ -54,7 +54,7 @@ server s2 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
index b6fac3261976147f3ee80bd591edb297f8f73563..5cf51c658e639166053c257dd62bf657b1e15c3f 100644 (file)
@@ -14,7 +14,7 @@ server s1 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index 2f43dff641e9ed62d590e0c2c7c79e37906a425d..118eef6d81a9a9244e62279577834b201239945f 100644 (file)
@@ -23,7 +23,7 @@ syslog S1 -level notice {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Health check for server be1/srv succeeded.*code: 202"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index 7435fdd17468f10a3e589c4dd20b75591ec9042c..530ad75669e20584f452d497e9aa7b8d72758683 100644 (file)
@@ -108,7 +108,7 @@ syslog S6 -level notice {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index a03bbbde79729bd6bd3a4508b76724bd7622c32b..31ef87abb0a46a15e256b6bb43b9336d89f6d2ff 100644 (file)
@@ -89,7 +89,7 @@ syslog S1 -level notice {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Health check for server be[0-9]/srv succeeded.*code: 200"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index 215d7a0bc7a5c9fd3b5506c32a8a310e2ed273b3..26e6e8136b445987215ab61440e43bf289b6d7eb 100644 (file)
@@ -6,7 +6,7 @@ varnishtest "Test the HTTP directive monitor-uri"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 24ac0bef8650184bed015bf98f52a654ff9cd21a..38204bf3b3b7b36154d5ff72f8d5669390dfd423 100644 (file)
@@ -49,7 +49,7 @@ syslog S4 -level notice {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Health check for server be4/srv succeeded, reason: Layer7 check passed.+info: \"Success\".+check duration: [[:digit:]]+ms, status: 1/1 UP."
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index 96605676fb8e893d70618ae09ab131e69e46b14a..3600138065356751546557cdb3096c127e83721b 100644 (file)
@@ -62,7 +62,7 @@ syslog S5 -level notice {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index c64d5b748197cf8397e737ef54a9555a5646c875..5003e7df104d7dbfddf820f1974133715e4a0401 100644 (file)
@@ -47,7 +47,7 @@ syslog S4 -level notice {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Health check for server be4/srv succeeded, reason: Layer7 check passed.+info: \"PostgreSQL server is ok\".+check duration: [[:digit:]]+ms, status: 1/1 UP."
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index e65b3bc39ecdb53e9202a9225fcbd24066bb363a..3c74c93e85ad770487220e100ef18f431b32053a 100644 (file)
@@ -28,7 +28,7 @@ syslog S2 -level notice {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index fa16ca1bed0819c209c6bf58400363b9b1ad641d..6a5f7b79dbe3cfef6ae0b160cca7c48c586b610b 100644 (file)
@@ -63,7 +63,7 @@ syslog S5 -level notice {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index c022dac3a734fcc09404cd355f483bb95e917b30..8a7fbd3add104427e2537cf58a6295d73e053784 100644 (file)
@@ -47,7 +47,7 @@ syslog S4 -level notice {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Health check for server be4/srv failed, reason: Layer7 invalid response.+info: \"unsupported version\".+check duration: [[:digit:]]+ms, status: 0/1 DOWN."
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index 704945f5b01e348216155f28fdfef9e383a18a45..a44b6e15cb113341198287c32418d2b3cf1f5844 100644 (file)
@@ -22,7 +22,7 @@ syslog S3 -level notice {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Health check for server be3/srv failed, reason: Layer6 invalid response.+check duration: [[:digit:]]+ms, status: 0/1 DOWN."
 } -start
 
-haproxy htst -arg '-dW' -conf {
+haproxy htst -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -46,7 +46,7 @@ haproxy htst -arg '-dW' -conf {
 
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index 7d23b61140856ff1f942b9a7e3fb8fedd38cbdd7..4020f73f5a548ecd0172c23104e075faf7f7c810 100644 (file)
@@ -27,7 +27,7 @@ syslog S4 -level notice {
 } -start
 
 
-haproxy htst -arg '-dW' -conf {
+haproxy htst -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -62,7 +62,7 @@ haproxy htst -arg '-dW' -conf {
 
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index 0025de63fbddbfb94f256dbda552cc225c262988..83f4c6b913616416158c2bf8f8c618257cab0e8b 100644 (file)
@@ -29,7 +29,7 @@ server s2 {
     expect_close
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   defaults
     mode tcp
     timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index ee27fbd937772c54ec32e25fff96e88c2920faca..356ddf61c140d2e4c663725fc13b1e465a21bcb8 100644 (file)
@@ -18,7 +18,7 @@ syslog S2 -level notice {
 server s1 {
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   defaults
     mode tcp
     timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index aaf2ce28f986bbd90ee5c3e6e32e47085357f539..8a730f54240c511c0d1715abb60e4e1c76ab1947 100644 (file)
@@ -29,7 +29,7 @@ syslog S1 -level notice {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Health check for server be1/srv succeeded, reason: Layer7 check passed.+code: 200.+check duration: [[:digit:]]+ms, status: 1/1 UP."
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index 7d05193d56d13b5374392158f13e9924ca9138b5..9c3039f53ed45af1de57439c11f50570c770b132 100644 (file)
@@ -32,7 +32,7 @@ syslog S1 -level notice {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: .* fe1~ be1/srv1 .* 200 [[:digit:]]+ - - ---- .* \"OPTIONS \\* HTTP/1.1\""
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -83,7 +83,7 @@ syslog S6 -level notice {
     expect ~ "[^:\\[ ]\\[${h2_pid}\\]: Health check for server be6/srv3 succeeded, reason: Layer7 check passed.+code: 200.+check duration: [[:digit:]]+ms, status: 1/1 UP."
 } -start
 
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 5b1f3e876e353e44bdf2c8e17b0c5702c80e234c..5d9eadabde00119bd860063c6877765a8f355d23 100644 (file)
@@ -176,7 +176,7 @@ server s1 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index aef3c780822aa7c4ab1200602435362313ab948b..96e34bcf9c0c155fd96e828680c851152739be63 100644 (file)
@@ -104,7 +104,7 @@ server s1 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index beeb8e48a98d0d9790e628fb75055658e7b0e680..817820ae17a00ab361eb609571962a7840bd51ee 100644 (file)
@@ -6,7 +6,7 @@ varnishtest "Compression validation"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
 global
        lua-load                ${testdir}/lua_validation.lua
 
index 9555858889edf091f421b8c0a7f14949699468f5..489de30f64f62f974c9eb2d43b3ce388854fa49f 100644 (file)
@@ -109,7 +109,7 @@ server s2 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 2c8cfc1bd03cd894799752022aff8881d291516d..6809d3948a688a29bdb3dd955de08b9ff3dae975 100644 (file)
@@ -3,7 +3,7 @@ varnishtest "Test multi-level client source and destination addresses"
 feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev0)'"
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index a25d8236180a0a1a5c541ff4ac2c7fd028795102..8696b506ebe67a16318210902713c42a35a0ed6d 100644 (file)
@@ -11,7 +11,7 @@ server s2 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
 defaults
     log global
     timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 73d3c6a5f94103867eff7bee180abcd5955a6364..2bf542f04a1ef43ac00292e0375f6d31577dd108 100644 (file)
@@ -5,7 +5,7 @@ varnishtest "h2 glitches"
 feature ignore_unknown_macro
 
 # haproxy frontend
-haproxy hap -arg '-dW' -conf {
+haproxy hap -conf {
        defaults
                timeout client 30s
                timeout server 30s
index 817d843738b423b2ac3563f6da91dbf8665cdd5c..571a974120e7190ebe138d0682a3b666a93ce199 100644 (file)
@@ -2,7 +2,7 @@ varnishtest "Test the http-reuse aggressive mode"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                timeout client 30s
                timeout server 30s
index 58968454aded523fbd7dbe4f7a392311f0d47666..8931a03427eb66ff44a29a127c0d11bcbada6fdc 100644 (file)
@@ -2,7 +2,7 @@ varnishtest "Test the http-reuse always mode"
 
 feature ignore_unknown_macro
 
-haproxy h1 -W -arg '-dW' -conf {
+haproxy h1 -W -conf {
        defaults
                timeout client 30s
                timeout server 30s
index 91a72556a170adca72ca483f453ff1b4583663ef..f83511c61df2046c2b344733b1b805d016a84c52 100644 (file)
@@ -9,7 +9,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'feature(TPROXY)'"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                timeout client 30s
                timeout server 30s
index 8a3142152bf5ce958568b6b372b7845c6c38fe4e..82d46042b1e4728ec36de080cff1b940f38de385 100644 (file)
@@ -4,7 +4,7 @@ varnishtest "Test the http-reuse with special connection parameters"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                timeout client 30s
                timeout server 30s
index fa563de92cc1ee9839d8ddd28f8fb62fd498afb2..ae6dd769f78f271836160be520fb68b71f2a90c1 100644 (file)
@@ -8,7 +8,7 @@ varnishtest "Test the proper interaction between http-reuse and dispatch mode"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                timeout client 30s
                timeout server 30s
index c24c402f1419543f845f3b68b4ed7210c4465e46..d04bdfe59a6fbcab1bd409e1307408734c8c8e8e 100644 (file)
@@ -2,7 +2,7 @@ varnishtest "Test the http-reuse never mode"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                timeout client 30s
                timeout server 30s
index c8f69bf8e4913e8dcdfd87b7ef75abbaccf9326b..c554694ab674e13b2c6b67655034f199723f4a93 100644 (file)
@@ -2,7 +2,7 @@ varnishtest "Test the http-reuse safe mode"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                timeout client 30s
                timeout server 30s
index e1922960f2c269613ac850838d5dd2d34d9ed0db..93667decf6c5ff067c9902f62c40b3a092189bcc 100644 (file)
@@ -22,7 +22,7 @@ syslog Slog_1 -repeat 8 -level info {
     expect ~ "ssl-offload-http/http .* \"POST (https://.*:${h1_ssl_port})?/[1-8] HTTP/(2\\.0|1\\.1)\""
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index d51f9226e6cc209f59f4d5814e9f20c9fd16d428..af42dd342e32cfb7a5ca94c232a4bb8294661bfc 100644 (file)
@@ -2,7 +2,7 @@ varnishtest "Check that generic TLV IDs are sent properly"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         log global
@@ -41,7 +41,7 @@ client c1 -connect ${h1_feS_sock} {
 } -run
 
 # Ensure that we achieve the same via a default-server.
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
     defaults
         mode http
         log global
index 502a0e79688e6ff93fd3ce5ac11cc4f78f5d623a..b020ae850cdc57180a0dd54987d61e9aa601f9ad 100644 (file)
@@ -2,7 +2,7 @@ varnishtest "Check that the unique ID TLV is properly sent"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        timeout client 30s
        timeout server 30s
index 6a46f84bfe8f5bc66c18932e11004807525cc080..7ea30a5a2ba8cc1af4046645d27821bbcaf9a106 100644 (file)
@@ -4,7 +4,7 @@ varnishtest "Check that the unique ID TLV is properly sent for servers with ALPN
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        timeout client 30s
        timeout server 30s
index 0294603b040339fdc64d7b389ebbb03886542964..8c7d734edd22315a6e1ac8739a9fba50fc7d9d72 100644 (file)
@@ -7,7 +7,7 @@ feature ignore_unknown_macro
 # We need one HAProxy for each test, because apparently the connection by
 # the client is reused, leading to connection resets.
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -40,7 +40,7 @@ client c1 -connect ${h1_fe1_sock} {
     expect resp.http.echo == "3132333435"
 } -run
 
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -77,7 +77,7 @@ client c2 -connect ${h2_fe1_sock} {
     expect resp.http.echo == <undef>
 } -run
 
-haproxy h3 -arg '-dW' -conf {
+haproxy h3 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -109,7 +109,7 @@ client c3 -connect ${h3_fe1_sock} {
     expect_close
 } -run
 
-haproxy h4 -arg '-dW' -conf {
+haproxy h4 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 2ff6cdff22101c1d92fbe85508f90b8651277bfc..cc88382ced85367052e2bc88e5cb5f8346e67900 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
     txresp
 } -start
 
-haproxy h_edge -arg '-dW' -conf {
+haproxy h_edge -conf {
 global
        expose-experimental-directives
 
@@ -31,7 +31,7 @@ backend be-reverse
        server dev rhttp@
 } -start
 
-haproxy h_dev -arg '-dW' -conf {
+haproxy h_dev -conf {
 global
        expose-experimental-directives
 
index 65aca8d3030c116bd0a836ac8c093b077bf86efa..5cd77ca7bb69591a702ae786b937f3c69a402424 100644 (file)
@@ -5,7 +5,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.9-dev0)'"
 
 barrier b1 cond 2
 
-haproxy h_edge -arg '-dW' -conf {
+haproxy h_edge -conf {
 global
        expose-experimental-directives
 
index 3508934e67524a66a75ea597a2d85b1621f1656f..3a246017433eda30f9942b0902b711fb783d3305 100644 (file)
@@ -6,7 +6,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.9-dev0)'"
 
 barrier b1 cond 2
 
-haproxy h_edge -arg '-dW' -conf {
+haproxy h_edge -conf {
 global
        expose-experimental-directives
 
@@ -31,7 +31,7 @@ frontend priv
 
 # Simple clear <-> SSL bridge between clients and h_edge haproxy
 # Used certificate has the name "client1"
-haproxy h_ssl_bridge -arg '-dW' -conf {
+haproxy h_ssl_bridge -conf {
 defaults
        log global
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index a948e6b2d7b8fcf0e8ecaa6588e886596b0387e7..39cedd3d5d345faf45acc30f68ed41278ef61552 100644 (file)
@@ -43,7 +43,7 @@ server s1 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         timeout client 30s
         timeout server 30s
index 359f1834d4f5c7b4ba3855eceb925d89004b9a42..89d65d7b74c25ec1c120d1b2f89aedbf35274159 100644 (file)
@@ -15,7 +15,7 @@ server s2 {
        txresp
 }  -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index b1716ad3ae984db52b8b2f73752189dce189a185..474ad7bf815b512bb4cdb9ea499c6ea0f0c14c1d 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 3 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 2a169e7617c48ebe8035424465d6fd201aa5c5e4..a0b71046bccbc9598b2afc5ae0dea69776ba3460 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 3 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 2b378e03ae227b8ebbd46fadd8bf5363c167d598..4cf3dc1dfcf66396c953c292e09a27db422fa2ca 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 3 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index b8e43bd8419e6b054304f88171f6829bac6e97f4..8abe401e55be49cef2a47ff59e37aed5ee91b498 100644 (file)
@@ -10,7 +10,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 1 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -97,7 +97,7 @@ client c1 -connect ${h1_fe_sock} {
 
 # TEST - 2
 # negative starting index causes startup failure
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -117,7 +117,7 @@ haproxy h2 -arg '-dW' -conf {
 
 # TEST - 3
 # negative length causes startup failure
-haproxy h3 -arg '-dW' -conf {
+haproxy h3 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -137,7 +137,7 @@ haproxy h3 -arg '-dW' -conf {
 
 # TEST - 4
 # 0 length causes startup failure
-haproxy h4 -arg '-dW' -conf {
+haproxy h4 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 6e0e563843cc53c7a0ff59eb8d6d36e9681a7f94..fff0ae398eb7d3499b6ae98ff9ee11eb06ab07ed 100644 (file)
@@ -9,7 +9,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 59bb8837d3e552fdac9de232fc1948546c311f75..3b1d8198e36b203e891e03cf7942a9118d56cb85 100644 (file)
@@ -7,7 +7,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 3 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index aaad3e3827c58a3801d9f0cddf611010b05b5c17..8206da355265a874b46e4c46f464505e1a1e0477 100644 (file)
@@ -53,7 +53,7 @@ server s2 {
 
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index ec30f7c9a5aa9d7d0979517c35707256d2486b71..13729f650ccb53172da6eea46378f1b81a081c33 100644 (file)
@@ -9,7 +9,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 0dda7b60777ef9d880f59505e15690ed1cdcaf49..f412daf5cb3afe053659e618c5615dbcb409455e 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 3 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 1941fa3bdccff7345766dab1c9251efabb6245a3..1f37c9f1f7309ab02d4331f1a0d4c36618f5430a 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
        txresp
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 7e5e9304768f850635c27533c192e8aa9d12b76f..f4e3bb203c0eeb9de11660ae4687c5fe5b97780c 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 8 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 93956a8f49bebec58a090437f95057eb454cd4c6..fc3dacae1498cf2a489c49cc09347e6d73235cd2 100644 (file)
@@ -55,7 +55,7 @@ server s2 {
     sendhex "20250000221100000078217fff24012501270000ffff22000a2600016100016226000163000164"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode tcp
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 6e1ff62a2e8f7ad26bd3a25a55d7a2d91a04252f..1633603823545df35bfacb18fec003032cf3c18c 100644 (file)
@@ -7,7 +7,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 10 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 40ea1d7aeef559f7130a0a83ae62e862b71aa018..dfda40ec3740a7b51edd50b30dceef779b271a9f 100644 (file)
@@ -14,7 +14,7 @@ server s2 {
        txresp -hdr "Connection: close"
 } -repeat 7 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 81f5e7d7a007789536001ad3b43a7c0aa16ab954..b10e45e54b99989cf6c70028ed9d9b0b2cd19d8f 100644 (file)
@@ -9,7 +9,7 @@ server s1 {
        txresp
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 67a6384549706b613e6bac645b15c7b440211f05..d5e317bb2c70109c83d7cc0aa447805b6186e688 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
        txresp
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index e9b57082c9051bf8744677f0324cf70945f30189..74acac8ff14d8dd6fe8956ec995ff5cdbb4f9706 100644 (file)
@@ -9,7 +9,7 @@ server s1 {
        txresp
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 2659c901fc359cd53edf2f312f1f58773094e8e5..acd46781f599186e608096a00cf5258bbb9f638e 100644 (file)
@@ -7,7 +7,7 @@ server s1 {
        txresp -hdr "Connection: close"
 } -repeat 3 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 3cdc20d4639e5bdaad0c428f678e24529ccb844b..abb2bccfa41475c10bdb92f05e735a168d066e99 100644 (file)
@@ -48,7 +48,7 @@ server s1 {
 
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 58e8befa1d7976af71e8af7cb44d326a773b5820..1ae210b65c0ecea8d622fa56fbff031cd158832a 100644 (file)
@@ -38,7 +38,7 @@ server s {
            -bodylen 16384
 } -start
 
-haproxy h -arg '-dW' -conf {
+haproxy h -conf {
     defaults
         mode http
         timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
index 692fa2ae4bda2fdc8d60c38892485dec86bb87ea..6b86360ad72af9ed5d32ea6e27d47fc95de2fb8b 100644 (file)
@@ -21,7 +21,7 @@ server s1 {
     txresp -hdr "Cookie: SRVID=S1"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
         log ${S1_addr}:${S1_port} len 2048 local0 debug err
 
index 053b978add57e7e0bd6d6cf2e670e36c4c92b7c0..f5ae9b9732c3a111298a54b4e53e66aca14b96c1 100644 (file)
@@ -7,7 +7,7 @@ server s1 {
        txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                timeout client 30s
                timeout server 30s
index 54621f8b628c78e6e2426480ce3b10ae7e3f609d..1ace744fad8f3b9a121138c3892c038a64fa1497 100644 (file)
@@ -6,7 +6,7 @@ varnishtest "Test the errofile directive in proxy sections"
 feature ignore_unknown_macro
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 7053b36a31dcfecf6e49a179165d787dc901839b..6d82f28280a76342db4849ae1148f449cbbcccad 100644 (file)
@@ -4,7 +4,7 @@ varnishtest "Test the http-error directive"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     http-errors errors-1
         errorfile 400  ${testdir}/errors/400-1.http
         errorfile 403  ${testdir}/errors/403-1.http
index 290fa6b827d741876e85732f526597fb7de78d6a..befec708e2df782177adfa70eb4b8d70ad36a184 100644 (file)
@@ -4,7 +4,7 @@ varnishtest "Test the custom errors for HTTP deny rules"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     http-errors errors-1
         errorfile 400  ${testdir}/errors/400-1.http
         errorfile 403  ${testdir}/errors/403-1.http
index 2f6e7d6ba7464bc0b9ee6fde90a5118adf44bc18..4bc2276741bc557f0d9624896c57c0625174f537 100644 (file)
@@ -4,7 +4,7 @@ varnishtest "Test the errorfiles directive"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     http-errors errors-1
         errorfile 400  ${testdir}/errors/400-1.http
         errorfile 403  ${testdir}/errors/403-1.http
index 74e8563f0930fb6afaeed9d11fe2b6631c94d175..b7750501c8e0198b9fe17249fa301e6e3b7ea3c2 100644 (file)
@@ -5,7 +5,7 @@ varnishtest "Test the HTTP return action with errorfiles"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     http-errors errors-2
         errorfile 400 ${testdir}/errors/400-2.http
 
index 4efb655ddaab71fa04c3b654b1f8c529db09966f..909d5250942c7e3ae70b6a579bf6f02457584f3b 100644 (file)
@@ -234,7 +234,7 @@ syslog S1 -level info {
 
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 768dfb8416d915f0ffa6c74d542a08451ae32f3a..63e194ae3e15a9ff9f7ed950827fedc3702545af 100644 (file)
@@ -4,7 +4,7 @@ feature ignore_unknown_macro
 
 #REQUIRE_VERSION=3.0
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 10c0594767bf8459ebdf6fa3cfe0909233e99b94..67aba14409493e439b105c571603f56e3cc57668 100644 (file)
@@ -113,7 +113,7 @@ server s1 {
          -body "response 4"
 } -repeat 3 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 7e17972e6f2d0ae344376de976af190746d8cbe9..c638f7d5b0fafc5233b3f20518446450309264e3 100644 (file)
@@ -13,7 +13,7 @@ server s1 {
 } -start
 
 # haproxy frontend
-haproxy hap -arg '-dW' -conf {
+haproxy hap -conf {
        defaults
                timeout client 30s
                timeout server 30s
index 40714021104368d8c627918ab9486d077e76bae6..637b664866c64c4efd0a262f51cc9db3e8fa1e61 100644 (file)
@@ -40,7 +40,7 @@ server s1 {
        # the next request is never received
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 6a52b9da4a69b761d7c021e56b8192992cf0366f..ea57f3d6be19d5d0d2b49f639f2f5368305b2907 100644 (file)
@@ -63,7 +63,7 @@ syslog S2 -level info {
     expect ~ "[^:\\[ ]*\\[[0-9]*\\]: .* .* fe2 be2/srv1 [0-9]*/[0-9]*/-1/-1/[0-9]* 503 .* - - SC-- .* .* \"GET /c6 HTTP/1\\.1\""
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
@@ -109,7 +109,7 @@ haproxy h1 -arg '-dW' -conf {
 } -start
 
 
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 9ecb078ff07a4a8c90b6fdb148a375ebead631b4..6b53bc4f4735416817fbcb530dd695349bdbe483 100644 (file)
@@ -30,7 +30,7 @@ server s1 {
           -body "last response"
 } -repeat 3 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 177d0c249924551f1210a5a6b299f16ca097b6c8..73916f224198e0ee033691c1ccd09fe0a0ace4c7 100644 (file)
@@ -34,7 +34,7 @@ server s1 {
           -body "last response"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 603f8ab9052b39756fc6fd598fba01da9c10e6c1..f02666f1f8b9a8e4ffb2aec800e5a630c557b6c8 100644 (file)
@@ -21,7 +21,7 @@ syslog S -level info {
     expect ~ "[^:\\[ ]*\\[[0-9]*\\]: .* .* fe1 be1/srv1 [0-9]*/[0-9]*/[0-9]*/[0-9]*/[0-9]* 200 .* - - ---- .* .* \"GET / HTTP/1\\.1\""
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         tune.bufsize    16384
         tune.maxrewrite 1024
index 5a70577486c09aea74815254b9e95f048c02160a..302db4ab4e01091104bd5f2c6db5d1463ed7fc97 100644 (file)
@@ -39,7 +39,7 @@ syslog S -level info {
        expect ~ "[^:\\[ ]*\\[[0-9]*\\]: .* .* fe2 be1/<NOSRV> [0-9]*/-1/-1/-1/[0-9]* 400 .* - - CR-- .* .* \"POST /2 HTTP/1\\.1\""
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                mode http
                timeout client  100
index bed2123499bdc84c03753cb2833efae6e5149d77..e86680bd55ee4004d514a815c05d9731033cdc66 100644 (file)
@@ -22,7 +22,7 @@ server s2 {
     txresp -status 200 -nolen -bodylen 1048576
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         log stderr len 4096 local0 debug
 
index d0333e379e508c8befec8146eac79c1a25dfc868..e2e9f32ddd04880eaee826166ee4f99d82f7203f 100644 (file)
@@ -26,7 +26,7 @@ server s1 {
     chunkedlen 0
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         log stderr len 4096 local0 debug
 
index 26532fe178cd738a89662e9f05fcfa9419b7737f..322dfe29acabd9d6ffc9f25cb04c8674a858e687 100644 (file)
@@ -76,7 +76,7 @@ server s2 {
         -hdr "Transfer-Encoding: gzip"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 01110db6f88f4767f132dd13c9db691d447da15c..a9f819117e7754f0b8eec5eb3189d14dda706a8d 100644 (file)
@@ -69,7 +69,7 @@ server s2 {
     send "1"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
index ba49fcc0e7fecdeb62bfe22e9662984e63f8fc18..46c98481ba831f9705aa19cee4bd381dba4b8178 100644 (file)
@@ -139,7 +139,7 @@ server srv_h1_h2c {
          -status 200
 } -start
 
-haproxy hap -arg '-dW' -conf {
+haproxy hap -conf {
        defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 3a8c1586da11d627cd1263344f1d63e67e28f467..3edbafbd10f7c70e711298501c69259ec4cf70ef 100644 (file)
@@ -17,7 +17,7 @@ syslog S1 -level info {
        expect ~ "^.* uri: GET https://hostname:80/ HTTP/2.0; host: {hostname:80}$"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index feae4a4863578b71483170bf323f6d7de2737386..99698133348559d4979bf5bbeb523881ad482d06 100644 (file)
@@ -8,7 +8,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(w
 feature ignore_unknown_macro
 
 # haproxy server
-haproxy hapsrv -arg '-dW' -conf {
+haproxy hapsrv -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -37,7 +37,7 @@ haproxy hapsrv -arg '-dW' -conf {
 } -start
 
 # haproxy LB
-haproxy hap -arg '-dW' -conf {
+haproxy hap -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index bd364de041b8baf296c6ed25df6e51226440387e..e674b87268ecbd3288766dbd9a7961cbccb03275 100644 (file)
@@ -59,7 +59,7 @@ server s1 {
        delay 0.05
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        #log stdout format raw daemon
        mode http
index 44c89ceccc9013aa490a2730a0a83507ec5111d1..aed55fe5153d1742d838a08ab3a30a0c5c78254e 100644 (file)
@@ -47,7 +47,7 @@ server s2 {
 
 # haproxy instance used as a server
 # generate a http/1.1 websocket response with the valid key
-haproxy hap_srv -arg '-dW' -conf {
+haproxy hap_srv -conf {
        defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -69,7 +69,7 @@ haproxy hap_srv -arg '-dW' -conf {
 
 # haproxy instance used as a server
 # generate a http/1.1 websocket response with an invalid key
-haproxy hap_srv_bad_key -arg '-dW' -conf {
+haproxy hap_srv_bad_key -conf {
        defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -89,7 +89,7 @@ haproxy hap_srv_bad_key -arg '-dW' -conf {
        http-after-response set-status 101 if { status eq 200 }
 } -start
 
-haproxy hap -arg '-dW' -conf {
+haproxy hap -conf {
        defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 82829a15fd4f6509b12311c2d9c918dab6ad332a..81b7b0dcf413ec817dceb92828949694676e2ccc 100644 (file)
@@ -7,7 +7,7 @@ server s1 {
    txresp
 } -repeat 2 -start
 
-haproxy h1 -W -S -arg '-dW' -conf {
+haproxy h1 -W -S -conf {
   defaults
     mode http
     timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index c250a5061a7255e9bf37e7d225a72b324abbdda8..f19b7c148b57db2ebb5f8c6d1a5c9082b9e2c711 100644 (file)
@@ -72,7 +72,7 @@ server s2 {
 
 
 # ipmask,hdr_ip tests with accept-proxy bind
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   defaults
     mode http
     timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -131,7 +131,7 @@ haproxy h1 -arg '-dW' -conf {
 } -start
 
 # concat,strcmp,word,field haproxy
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
   defaults
     mode http
     timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 1e355356987a12f1c4c750f589cf8f1721156ccc..cc726ab08f1b35ac5c02e2a8b7bf5c87472ed282 100644 (file)
@@ -17,7 +17,7 @@ server s2 {
         txresp
 }  -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   defaults common
       mode http
       timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -57,7 +57,7 @@ haproxy h1 -arg '-dW' -conf {
 } -start
 
 
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
   defaults common
       mode http
       timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -92,7 +92,7 @@ haproxy h2 -arg '-dW' -conf {
 
 } -start
 
-haproxy h3 -arg '-dW' -conf {
+haproxy h3 -conf {
   defaults base-http
       mode http
       timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 964adf59854cfe48d13fff45920257170b094d54..0f74a606e1f537c42f980ee237af06ac2f1991b3 100644 (file)
@@ -33,7 +33,7 @@ server s1 {
 
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index e1834190accb368d6d11085abcffc27587cead55..a8591604238516fff823570820ace6e30423c2bf 100644 (file)
@@ -6,7 +6,7 @@ varnishtest "Test IPv4/IPv6 except param for the forwardfor and originalto optio
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 11b34f2cdb910fefff149a6e8ef2065490a2f289..dd2c6e3fd0fa2e404b81426521d925b0e478cd12 100644 (file)
@@ -6,7 +6,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.8-dev0)'"
 feature ignore_unknown_macro
 
 #test: converters, parsing and header injection logic
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
@@ -53,7 +53,7 @@ haproxy h1 -arg '-dW' -conf {
 } -start
 
 #test: "default" and "no option forwarded"
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index a9b1e2d27c1db502115e1b3f21d0c6fb28ab3469..89ae0f6a6f5aba9619323988d805a18ba5e0dc84 100644 (file)
@@ -34,7 +34,7 @@ server s1 {
        expect req.http.be-hdr-crc == 3634102538
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        mode http
        timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index a7ba71741aaea00e5be63958023022a251800896..6d8f9ea3e8765ee741e5ff2602a361b0d27a5d3b 100644 (file)
@@ -24,7 +24,7 @@ server s5 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
        http-err-codes  220 +300-499 -300-399  # only 220, 400-499 remain
        http-fail-codes -550-580 +555,599,556-566
index 90e8afaf941283df316f87cf075137248d8344c3..871cc27730a862431429613086ebb3a865addb58 100644 (file)
@@ -18,7 +18,7 @@ server s1 {
           -body "This is a body"
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 91ba4e55d869ac1427d04e4efa7c1808ec9cb12d..ea4e95672e0a2295778089887e9c80bbb12d50ee 100644 (file)
@@ -4,7 +4,7 @@ varnishtest "Test the HTTP return action"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index de4d35451c14c87e5ae8e9351144c53295625f05..a743b10b4efe5007dbc3b7f5d2f5b6f4f668b5d2 100644 (file)
@@ -5,7 +5,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.6-dev0)'"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index ee063304565ff01197eba66420e8ce7ece4e7bcd..923d19fa5837401fb3c9c01fa32dba8f98fc262d 100644 (file)
@@ -2,7 +2,7 @@ varnishtest "Ensure mapfile ordering is preserved when loading the file"
 feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev0)'"
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   defaults
     mode http
     timeout connect  "${HAPROXY_TEST_TIMEOUT-5s}"
index b00b1361ef700493dacfb73c747185743e637692..e8ed0336399c022a5a5e8ccb6c503225b424f508 100644 (file)
@@ -31,7 +31,7 @@ server s4 {
    txresp -body "test1 after del map ok"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   defaults
     mode http
     log global
index e1e6ba66ea4058d0e54314336824df7cbea92c09..c3b21fbde7e846b0878461d7da8b31fc26d46168 100644 (file)
@@ -32,7 +32,7 @@ server s1 {
    txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   global
     log ${S1_addr}:${S1_port} local0 debug err
 
index 31481aa7742778ceaba5e34f190cbac75e2340ca..0a9063050ae4a0c29cb11af6636561c9016eaa90 100644 (file)
@@ -10,7 +10,7 @@ server s1 {
     txresp -hdr "connection: close"
 } -repeat 70 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 06d6303eaf4d6f1143efba43812d6505a69ebb67..971cbe2d5d7b52f461fb5a2f13c1e5faf26d65eb 100644 (file)
@@ -24,7 +24,7 @@ server s1 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 80832609b808c830955a66c00a822f835dc04317..4b26e33c67ee17c5d33bb5f5fcbb8330638aa4ec 100644 (file)
@@ -61,7 +61,7 @@ server s9 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 684324db871ed71c44d52f6ea6736ed5982dc3ca..89a4548f7ee6ad183d1b720cd81168ee3ae8520e 100644 (file)
@@ -60,7 +60,7 @@ server s2 {
 
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         tune.bufsize 2048
         tune.maxrewrite 128
index 360cb2d86d5838d59029182e329dfedb992af44a..a112bc51e0f9d9d64d068ae118dec9be6af69af9 100644 (file)
@@ -54,7 +54,7 @@ syslog Slog9 -level info {
     expect ~ "^.*timeout: 5000 3000.*$"
 } -start
 
-haproxy hap -arg '-dW' -conf {
+haproxy hap -conf {
     defaults
         timeout connect 5s
         timeout client 5s
index e1bd5578c623f303a61b0cf2346b8566b35a21d9..57a2ee23978bc9b630944f265ee89e40963668dd 100644 (file)
@@ -21,7 +21,7 @@ server s1 -repeat 24 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 27a4b6e8645d25b3da3a7e7f5dc27989e913e88e..f2b89e491830d4c03955e46232f8c19266c49699 100644 (file)
@@ -45,7 +45,7 @@ syslog Slg_1 -level info {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: .* lr=.*/h1/cfg:49"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         nbthread 1
 
index 6b3299463cb3e3c510b33b034e9e06edd70ee36d..5c56e653dc7e862901f8c37959258f035430b101 100644 (file)
@@ -33,7 +33,7 @@ syslog Slg_2 -level info {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: .* \"GET /client_c8 HTTP/1.1\""
 } -repeat 50 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                nbthread 1
 
index 02c5277cceef1c756c9475354156eab6f54e99b8..a9223ee01a7ebdf739ab27aed24ad9af9766d690 100644 (file)
@@ -37,7 +37,7 @@ syslog Slg24 -level info {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: .* \"GET /backup HTTP/1.1\""
 } -repeat 1 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                mode http
                option httplog
index 87e55afb09ef7507daf9cadfac2e2323b23e224a..3977f4ca5def9916ea078fbf52c5ff331e16286f 100644 (file)
@@ -12,7 +12,7 @@ syslog Slg1 -level info {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: .* \"GET /client_c1 HTTP/1.1\""
 } -repeat 50 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                mode http
                option httplog
index 5e9fe34ce33145b87a149cffd5cccc9d4e5208f3..0aeb338d4dc60b5d0d162c83ca32dc60a776d521 100644 (file)
@@ -110,7 +110,7 @@ syslog Slg6 -level info {
     expect ~ ".* haproxy ${h1_pid} .* txn_close"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
                timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
index 0bddfe347240d9d74d1592b7e0f35d06f9135dc1..6dd50d2fac6686045d03139b91ae0407af771b0d 100644 (file)
@@ -19,7 +19,7 @@ syslog Slg_1 -level info {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: .* hpo=/r/4 hp=http://localhost/r/4 hu=http://localhost/r/4\\?q=4 hq=\\?q=4"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         nbthread 1
 
index 914b23fdba5c4290d62b478aa3375c558a9852fa..44312af9fe8ca47c5cc4ae53a3bc2e427caaf46d 100644 (file)
@@ -33,7 +33,7 @@ syslog Slg_1 -level notice {
     expect ~ \"dip\":\"${h1_fe_1_addr}\",\"dport\":\"${h1_fe_1_port}.*\"ts\":\"[cC-][D-]\",\"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         log ${Slg_1_addr}:${Slg_1_port} local0
 
index 037a3f5feeb27eb736e1e7981b0af02000147b8b..5cfdf1a7e6c2e9f94b4ab2d653476ba04ad7b943 100644 (file)
@@ -33,7 +33,7 @@ syslog Slog {
     expect ~ "[^:\\[ ]\\[[0-9]*\\]: Tc=[0-9]* Td=[0-9]* Th=[0-9]* Tt=[0-9]* Tw=[0-9]*$"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         lua-load ${testdir}/bad_http_clt_req_duration.lua
 
index 73a1b3d462b27c1c86393849c074b48870fad0bd..7bed3fd8e547d6297f2d694557590f636bbdb6ab 100644 (file)
@@ -24,7 +24,7 @@ syslog Slog -level info -repeat 100 {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Ta=[0-9]* Tc=[0-9]* Td=[0-9]* Th=[0-9]* Ti=[0-9]* Tq=[0-9]* TR=[0-9]* Tr=[0-9]* Tt=[0-9]* Tw=[0-9]*"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 1680dc9cd0f11dd0c535a5267a915bd911634f51..0a846af5951548a5d728924a61d49b7f9d65cd9e 100644 (file)
@@ -3,7 +3,7 @@ varnishtest "Lua: txn:get_priv() scope"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         lua-load ${testdir}/h_txn_get_priv.lua
 
index b148bb11209065051718e7626094462d58909dd4..11c7d629ba83eaca270205f62a26ecaa35b8a535 100644 (file)
@@ -9,7 +9,7 @@ feature ignore_unknown_macro
 
 #REQUIRE_OPTIONS=LUA
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
 
     global
         lua-load ${testdir}/httpclient_action.lua
index bce63308e4472f9e582fadfda55c907195095939..bf53b5281775a4a1044bbdb9d05f18857ac893a6 100644 (file)
@@ -36,7 +36,7 @@ server s3 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         lua-load ${testdir}/lua_httpclient.lua
 
index a3b1308da82159456bef664a225a2e8e25a146e5..3d0cd1572789005e70e75e42878e1db6d8887a6c 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
     txresp -bodylen 20
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         lua-load ${testdir}/lua_socket.lua
 
index 01c0bb1fb3f1679ce5aea6447ff65dc53aea01dc..51b5dfc5125b3dedd0ef0b88deb057cdc41e92b5 100644 (file)
@@ -3,7 +3,7 @@ varnishtest "Lua: set_var"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index ada62cf10e9f39949d2bfb9b6aa649726f3d8a1f..3cf79bdfb1535726c41ec2a872c14b1ecc958246 100644 (file)
@@ -5,7 +5,7 @@ varnishtest "Lua: txn:get_priv() scope"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 1e83b58cb6645ea0cd8177226cde351cbc8a2943..e370d098fcc339e6aad1804dd896b141203c557d 100644 (file)
@@ -4,7 +4,7 @@ varnishtest "Lua: txn:get_priv() scope"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         lua-load ${testdir}/txn_get_priv.lua
         lua-load ${testdir}/txn_get_priv-print_r.lua
index efafa11c0624091735604bce87e59a3679dfdbdd..995d42624dbe1747d24a8e11ff5d09abf1eb2ce1 100644 (file)
@@ -41,7 +41,7 @@ server s1 -repeat 2 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         lua-load ${testdir}/wrong_types_usage.lua
 
index 36f7ecc2681760c218278cfb15a059c9f3763746..208d350f6fd28964cb6823812585fc1c3cbcdacc 100644 (file)
@@ -10,7 +10,7 @@ syslog S1 -level notice {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Result=SUCCESS Bytes=[[:digit:]]+"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         lua-load ${testdir}/mailers.lua
         lua-load ${testdir}/healthcheckmail.lua
index 3c6ed6bbc1cf78a836fcf716bc24f26df6d6b2e9..147ff0dc7ded983911ff1a57ec2a0d242b3ca67b 100644 (file)
@@ -19,7 +19,7 @@ syslog S1 -level info {
 } -start
 
 
-haproxy h1 -W -S -arg '-dW' -conf {
+haproxy h1 -W -S -conf {
     global
        log ${S1_addr}:${S1_port} local0 info
 
index 4d22c367bdda5e84dbfe873890c736d3b79bde36..276488a1b8b731de6c0c61c93ea210cdf16e80e1 100644 (file)
@@ -6,7 +6,7 @@ feature ignore_unknown_macro
 server s1 {
 } -start
 
-haproxy h1 -W -S -arg '-dW' -conf {
+haproxy h1 -W -S -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 67589cf9da8617427239380f2b2a172981fdf82c..5c0cb4117c1f326cc3b58091e6e9b8f250fb9585 100644 (file)
@@ -3,7 +3,7 @@ feature ignore_unknown_macro
 
 #REGTEST_TYPE=slow
 
-haproxy h1 -arg "-L A" -arg '-dW' -conf {
+haproxy h1 -arg "-L A" -conf {
     defaults
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -25,7 +25,7 @@ haproxy h1 -arg "-L A" -arg '-dW' -conf {
         tcp-request content sc-inc-gpc0(0)
 }
 
-haproxy h2 -arg "-L B" -arg '-dW' -conf {
+haproxy h2 -arg "-L B" -conf {
     defaults
        mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -47,7 +47,7 @@ haproxy h2 -arg "-L B" -arg '-dW' -conf {
         http-request sc-inc-gpc0(0)
 }
 
-haproxy h3 -arg "-L C" -arg '-dW' -conf {
+haproxy h3 -arg "-L C" -conf {
     defaults
        mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
index d2df63f32206d8d328c1b0fe58ab6b35a57352b7..9f97ff54e5df62a0fff8540fb543523d8ea50b4c 100644 (file)
@@ -3,7 +3,7 @@ feature ignore_unknown_macro
 
 #REGTEST_TYPE=slow
 
-haproxy h1 -arg "-L A" -arg '-dW' -conf {
+haproxy h1 -arg "-L A" -conf {
     defaults
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -24,7 +24,7 @@ haproxy h1 -arg "-L A" -arg '-dW' -conf {
         tcp-request content sc-inc-gpc0(0)
 }
 
-haproxy h2 -arg "-L B" -arg '-dW' -conf {
+haproxy h2 -arg "-L B" -conf {
     defaults
         mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -44,7 +44,7 @@ haproxy h2 -arg "-L B" -arg '-dW' -conf {
         http-request sc-inc-gpc0(0)
 }
 
-haproxy h3 -arg "-L C" -arg '-dW' -conf {
+haproxy h3 -arg "-L C" -conf {
     defaults
         mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
index 45023883a18b9b1cfce1eae2fc14c34b7563388b..95e3d736e31c05e53291f46e5cdf95a2f62b7319 100644 (file)
@@ -4,7 +4,7 @@ feature ignore_unknown_macro
 
 #REGTEST_TYPE=slow
 
-haproxy h1 -arg "-L A" -arg '-dW' -conf {
+haproxy h1 -arg "-L A" -conf {
     defaults
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -28,7 +28,7 @@ haproxy h1 -arg "-L A" -arg '-dW' -conf {
         tcp-request content sc-inc-gpc0(0)
 }
 
-haproxy h2 -arg "-L B" -arg '-dW' -conf {
+haproxy h2 -arg "-L B" -conf {
     defaults
         mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -52,7 +52,7 @@ haproxy h2 -arg "-L B" -arg '-dW' -conf {
         http-request sc-inc-gpc0(0)
 }
 
-haproxy h3 -arg "-L C" -arg '-dW' -conf {
+haproxy h3 -arg "-L C" -conf {
     defaults
         mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -76,7 +76,7 @@ haproxy h3 -arg "-L C" -arg '-dW' -conf {
         http-request sc-inc-gpc0(0)
 }
 
-haproxy h4 -arg "-L D" -arg '-dW' -conf {
+haproxy h4 -arg "-L D" -conf {
     defaults
         mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
index 9f17cd493a6ee9bb682055841461afba46f2db4f..bf467084b8cf467c6aef14876d77d894ab7e376b 100644 (file)
@@ -4,7 +4,7 @@ feature ignore_unknown_macro
 #REQUIRE_OPTIONS=OPENSSL
 #REGTEST_TYPE=slow
 
-haproxy h1 -arg "-L A" -arg '-dW' -conf {
+haproxy h1 -arg "-L A" -conf {
     defaults
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -26,7 +26,7 @@ haproxy h1 -arg "-L A" -arg '-dW' -conf {
         tcp-request content sc-inc-gpc0(0)
 }
 
-haproxy h2 -arg "-L B" -arg '-dW' -conf {
+haproxy h2 -arg "-L B" -conf {
     defaults
         mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -48,7 +48,7 @@ haproxy h2 -arg "-L B" -arg '-dW' -conf {
         http-request sc-inc-gpc0(0)
 }
 
-haproxy h3 -arg "-L C" -arg '-dW' -conf {
+haproxy h3 -arg "-L C" -conf {
     defaults
         mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -70,7 +70,7 @@ haproxy h3 -arg "-L C" -arg '-dW' -conf {
         http-request sc-inc-gpc0(0)
 }
 
-haproxy h4 -arg "-L D" -arg '-dW' -conf {
+haproxy h4 -arg "-L D" -conf {
     defaults
         mode http
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
index 9571da9239874a479e1d608f543419c8e3c1a82a..21e6f4b52417a700bc75f153890afa46280d5f6a 100644 (file)
@@ -3,7 +3,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.9-dev2)'"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index b370f584675c7f674c92bb585310e82f64ca4963..82961e1007135ef60f705138cd023f0a251690d4 100644 (file)
@@ -27,7 +27,7 @@ server s1 -repeat 10 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         set-var proc.int12 int(12)
         set-var proc.int5  var(proc.str60,60),div(proc.int12)
index 65a526742c791beb2a59f2c0031ac1b13c3eb064..c1d26ada82f05a86cda122c5dcafabadae3f08e5 100644 (file)
@@ -9,7 +9,7 @@ server s1 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        timeout client 30s
        timeout server 30s
@@ -51,7 +51,7 @@ server s2 {
     txresp -hdr "Set-Cookie: cook1=0; cook2=123; cook3=22"
 } -start
 
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
     defaults
        timeout client 30s
        timeout server 30s
@@ -83,7 +83,7 @@ server s3 {
     txresp
 } -start
 
-haproxy h3 -arg '-dW' -conf {
+haproxy h3 -conf {
     defaults
        timeout client 30s
        timeout server 30s
@@ -118,7 +118,7 @@ server s4 {
            -hdr "Set-Cookie: cook4=1; cook5=2; cook6=3"
 } -start
 
-haproxy h4 -arg '-dW' -conf {
+haproxy h4 -conf {
     defaults
        timeout client 30s
        timeout server 30s
index 7eb815c43f6b1bb291c468c28a074cfbebe4c28b..2c2f60d9345a3035f6441c72b19c122456537bd8 100644 (file)
@@ -9,7 +9,7 @@ server s1 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 4497c0fd116cbd0ed6217a153e82158986a82e3b..eea17b188fb72d781b916b0394f7c7215f8cb74f 100644 (file)
@@ -2,7 +2,7 @@ varnishtest "so_name sample fetche Test"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
        timeout client 30s
        timeout server 30s
index c0548e89ac8eecb4ffb9391193d317bb799943cf..08233aac7be8dc97bd0f52b22bf4fed9bcd20af8 100644 (file)
@@ -12,7 +12,7 @@ server s2 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index ecd548b02bde83d4361ddf38fda04d1f86146833..e21c542c0ec2f4632144e97ae17e71e697cdd3cf 100644 (file)
@@ -8,7 +8,7 @@ server s1 {
         txresp
 }  -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   defaults common
       mode http
       timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 193129c65521caf6efb4bf5ffda0603f653b34bb..9312b1df91be553db0c1e6e60bc696a898e13a0e 100644 (file)
@@ -1,7 +1,7 @@
 varnishtest "Tests for fetching PROXY protocol v2 TLVs"
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 0a703cf9aa7e7c46c8dbb404a6c24f1bee6f07bd..26fe02e820f55f4575cba728656d2004a6de797c 100644 (file)
@@ -4,7 +4,7 @@ varnishtest "ub64dec sample fetche Test"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # WT: limit false-positives causing "HTTP header incomplete" due to
         # idle server connections being randomly used and randomly expiring
index 00aed387fc617a778f29da83ff996b66d5d4935b..29d474cf2c7cd6fa30d56ee967d3d41528196f77 100644 (file)
@@ -3,7 +3,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev5)'"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         # note below, str60 is purposely not defined so that the default is used
         set-var proc.int12 int(12)
index 807e5da39663f9c5f93ddf95a1c8c327cf6ecf36..3686a1f65f1d29f5b3075c49f7c6299a2a735342 100644 (file)
@@ -23,7 +23,7 @@ feature cmd "command -v grep"
 #EXCLUDE_TARGETS=freebsd,osx,generic
 #REGTEST_TYPE=devel
 
-haproxy h1 -W -S -arg '-dW' -conf {
+haproxy h1 -W -S -conf {
   global
     stats socket "${tmpdir}/h1/stats" level admin expose-fd listeners
 
index 72566a270c66b552a024c1250addcbb7e06f4e17..164d17274c697cc66d0fb73c4827999be444f078 100644 (file)
@@ -6,7 +6,7 @@ feature cmd "command -v curl"
 #EXCLUDE_TARGETS=freebsd,osx,generic
 #REGTEST_TYPE=devel
 
-haproxy h1 -W -S -arg '-dW' -conf {
+haproxy h1 -W -S -conf {
   global
     stats socket "${tmpdir}/h1/stats" level admin expose-fd listeners
 
index 59fcd90bb3ae3ae2eb655b7d684cbab5445054f2..e5b26d76bde3f95a6044f40bea41597b1f6f7e92 100644 (file)
@@ -62,7 +62,7 @@ syslog S1 -level notice {
        expect ~ "Health check for server be1/s5 succeeded."
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                stats socket "${tmpdir}/h1/stats" level admin
 
index c01bd1888bb7b7e2a72c17a126f27818d58f7d28..8c29305e7457e8bfe76a89c18fe9431da6cc5c5b 100644 (file)
@@ -9,7 +9,7 @@ server s1 {
        txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 732ee4e2ea1f26b3c344fd7b430474d010a744a5..48faee13ccfeb3da4b8927bd3e515dc9e1b7f8ce 100644 (file)
@@ -23,7 +23,7 @@ syslog S1 -level notice {
        expect ~ "Health check for server li-ssl/s3 succeeded."
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                stats socket "${tmpdir}/h1/stats" level admin
 
index 694aec3011bb8b1cc33cd4c60c68cd13e64a69c1..2377fb2e48ebddc8f25baf61e2cdee768798362a 100644 (file)
@@ -89,7 +89,7 @@ syslog S3 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                stats socket "${tmpdir}/h1/stats" level admin
 
index 72491f0bc3f2cf71ff757d98efa2d0822f90492a..e66764164ca3eda9f9e8cb114b1422541fb08630 100644 (file)
@@ -21,7 +21,7 @@ server s2 -repeat 3 {
          -body "resp from s2"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 8754d19967dca97c2732c35bfb83243a9ff3bcbd..61d241c2afb024ad408a003e3853b743d9aad3e6 100644 (file)
@@ -6,7 +6,7 @@ varnishtest "Delete server via cli"
 feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev0)'"
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 4acfe6517197cc2f67c3fb635a62f5d8b5a6142f..f82674f30ee8bc40a53d25f2bf82cdee53bc43d6 100644 (file)
@@ -9,7 +9,7 @@ feature ignore_unknown_macro
 server s1 {
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -24,7 +24,7 @@ haproxy h1 -arg '-dW' -conf {
         server www1 ${s1_addr}:${s1_port}
 } -start
 
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 56ef3f2836efb7e31b41ad9fbecf52feb2d860cb..fa6fe68c5d89e42a127db5a16af55376bd6b8759 100644 (file)
@@ -11,7 +11,7 @@ feature ignore_unknown_macro
 server s1 {
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         ssl-server-verify none
 
index e128fb68969a7bf65169181e07cf9eee169af874..152622c5e46756d10544ec96b66c95aa5952a558 100644 (file)
@@ -11,7 +11,7 @@ varnishtest "SPOE bug: missing configuration file"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf-BAD {} {
+haproxy h1 -conf-BAD {} {
        defaults
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
index 02e85dd5e3cd2bb71e5c3d6aee20436ae5f61f93..6c6379ec33f59c0a589fc42214263787da752e3d 100644 (file)
@@ -20,7 +20,7 @@ server s1 -repeat 2 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 977c824c54d74af360d59ad57ac26dbf747b975d..a07ec4e2a2a860bdd810816f0e0e12fdb7e08161 100644 (file)
@@ -10,7 +10,7 @@ feature ignore_unknown_macro
 #
 
 
-haproxy h1 -arg -V -arg '-dW' -conf-OK {
+haproxy h1 -arg -V -conf-OK {
     crt-store
        load crt "${testdir}/common.crt" key "${testdir}/common.key"
 
@@ -24,7 +24,7 @@ haproxy h1 -arg -V -arg '-dW' -conf-OK {
 
 }
 
-haproxy h2 -arg -V -arg '-dW' -conf-BAD {} {
+haproxy h2 -arg -V -conf-BAD {} {
 
     listen ssl-lst
         bind "${tmpdir}/ssl.sock" ssl crt ${testdir}/common.pem strict-sni
index cb1bfb3d0e524a9fc6c8871047c8af240d9ca380..3a2beccb64091db1ce82b05b5cf0dd8e713c7873 100644 (file)
@@ -18,7 +18,7 @@ server s1 -repeat 2 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index d85c586f75bf33ed5f7fc77706011cc9f1df259a..b7730f558350696480066b3e343eef021c0cbcbf 100644 (file)
@@ -17,7 +17,7 @@ server s1 -repeat 3 {
          -body "resp from s1"
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                stats socket "${tmpdir}/h1/stats" level admin
 
index 84539ad317c7108a10576545c274f2564ae5a08d..9fa90673f6bbaedd8c6b63f3fc16f513137e5e4a 100644 (file)
@@ -7,7 +7,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && openssl_version_atleast(1
 feature cmd "command -v openssl && command -v socat"
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         stats socket "${tmpdir}/h1/stats" level admin
         issuers-chain-path "${testdir}/issuers-chain-path/ca/"
index 2f61bd07f850f8aef04e8aba6236e993d3c008d4..6b7515bf870cb702fbf6bbe1cb2ebeb274987d70 100644 (file)
@@ -13,7 +13,7 @@ syslog Slg1 -level info {
     expect ~ "[^:\\[ ]\\[${h1_pid}\\]: .* \"GET /client_c1 HTTP/1.1\""
 } -repeat 50 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
        global
                insecure-fork-wanted
        defaults
index 3d7d5e060664d03ff92aacc8a9b1d56172c57277..7e8a9f19d0d1f2dc9d0393c26083767d177d0a0f 100644 (file)
@@ -19,7 +19,7 @@ server s1 -repeat 2 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 8164f8a818837220c17582e3ef6572b53e546734..8575f26449822f71d5bcf540a7af2210dd0ed870 100644 (file)
@@ -19,7 +19,7 @@ server s1 -repeat 3 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 2908d495d707f9e8c52e47e267fa57f987ecc178..bcaf96b19bd7b91682cb5b5a44ffe2bd9b86bf3a 100644 (file)
@@ -45,7 +45,7 @@ feature ignore_unknown_macro
 # This test will only be the most basic one where we check that ocsp response
 # loading still works as expected.
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -115,7 +115,7 @@ syslog Syslog_ocsp -level notice {
     barrier b2 sync
 } -start
 
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -184,7 +184,7 @@ syslog Syslog_ocsp3 -level notice {
     barrier b3 sync
 } -start
 
-haproxy h3 -arg '-dW' -conf {
+haproxy h3 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -258,7 +258,7 @@ syslog Syslog_ocsp4 -level notice {
     barrier b4 sync
 } -start
 
-haproxy h4 -arg '-dW' -conf {
+haproxy h4 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -374,7 +374,7 @@ syslog Syslog_ocsp5 -level notice {
     barrier b5 sync
 } -start
 
-haproxy h5 -arg '-dW' -conf {
+haproxy h5 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -458,7 +458,7 @@ syslog Syslog_ocsp6 -level notice {
     barrier b6 sync
 } -start
 
-haproxy h6 -arg '-dW' -conf {
+haproxy h6 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -536,7 +536,7 @@ syslog Syslog_ocsp7 -level notice {
     barrier b7 sync
 } -start
 
-haproxy h7 -arg '-dW' -conf {
+haproxy h7 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -601,7 +601,7 @@ process p7 -wait
 # instance is removed (via del ssl crt-list).
 #
 
-haproxy h8 -arg '-dW' -conf {
+haproxy h8 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
@@ -697,7 +697,7 @@ syslog Syslog_ocsp9 -level notice {
 } -start
 
 
-haproxy h9 -arg '-dW' -conf {
+haproxy h9 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index d43198b6ea62a8980966a617f9ce022b96111abb..c773f134ca3d781b64b2673ae3ffd332075ed7c5 100644 (file)
@@ -23,7 +23,7 @@ server s1 -repeat 3 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index feaf34489af2a83b81abd657c749c9a27c077d72..2e5aebbdaa2f4b9c2c68fde9b872a00fc2a0cc8c 100644 (file)
@@ -25,7 +25,7 @@ server s1 -repeat 4 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index b94af0ff56e14b0ff9c107d361996d76206db7af..6373498dee2634b22abe46c5bffaf3a134771451 100644 (file)
@@ -29,7 +29,7 @@ server s1 -repeat 9 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 35941e6792d17f459465e0bf2ec26c196c64815a..3b3c0b343a654d99e9d98be03165dbe3afe9e2e2 100644 (file)
@@ -26,7 +26,7 @@ server s1 -repeat 9 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 3ab740e6c8dccad3ee64c3be327bdbc7a38c8195..ed5fdb5c735ed9f4ee4664472e6bbf02f0937689 100644 (file)
@@ -21,7 +21,7 @@ server s1 -repeat 3 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 01e2cdf4f1ab79ce8716b10766b643ccd2231035..86cab001735516ea2ef7b6f5baf7c7948ced8006 100644 (file)
@@ -28,7 +28,7 @@ server s1 -repeat 4 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 2602b97e9c0d982f3246f23494aa9ca2618ff9f2..55d8df0efa2c96e19172f9d66a93eead0a82676e 100644 (file)
@@ -14,7 +14,7 @@ server s1 -repeat 4 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 23515376272bf5062047a0189a642f69bbe0b189..08969ba2b32f090246bfa0231dee55d48e788245 100644 (file)
@@ -25,7 +25,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(B
 feature cmd "command -v socat && command -v openssl"
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 889860c525f1794b5688cf130c73e3e1060fcbb8..9d032769c8daf4b44168a7b5cd0c24b6b9e372ad 100644 (file)
@@ -9,7 +9,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.8-dev7)'"
 feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && openssl_version_atleast(1.0.2)'"
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 3f7f085a6a5f9d411bc6dafd06eaf9f816ea9da2..a223a9c18ba886e097bf9171aa8165b2bcc77374 100644 (file)
@@ -23,7 +23,7 @@ server s1 -repeat 3 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index aa3995e8646f4550e85cea2ce20c670fb909f720..6b770822c94eb9704b38aa9a4ff146063467a049 100644 (file)
@@ -10,7 +10,7 @@ server s1 -repeat 3 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index f6c87da85e4ff230529f8ac2f6ec8c9b24de9840..843d85af47a7d3a35c1b27cee2f0a0730660a7bc 100644 (file)
@@ -14,7 +14,7 @@ server s1 -repeat 6 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 6d08ccaaa70a8363e7d5aa07a52eae7fd8b82371..551679177e6651604960a8b63c1c1adc2c6041fe 100644 (file)
@@ -9,7 +9,7 @@ server s1 -repeat 3 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 9c4d5ec575dbcad33b5a61a466d3f0a279f29225..5ffd2d8bdfe0313e05e2844e10b1f92041664569 100644 (file)
@@ -37,7 +37,7 @@ syslog Slg_cust_fmt -level info {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 3f4116d30cc11c6a962d6160b466135f3294457d..88a3ccbe4d5fe17aac16106daeb12d53704b6817 100644 (file)
@@ -20,7 +20,7 @@ server s1 -repeat 7 {
   txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index a76a7c941e3d0556e51e6b32f6b8cb8cd0da0e5e..5fe7c88aa2fb192e0b2f13262997dbc5b942ea52 100644 (file)
@@ -29,7 +29,7 @@ server s1 -repeat 8 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
         stats socket "${tmpdir}/h1/stats" level admin
 
@@ -65,7 +65,7 @@ haproxy h1 -arg '-dW' -conf {
         server s1 ${s1_addr}:${s1_port}
 } -start
 
-haproxy h2 -arg '-dW' -conf {
+haproxy h2 -conf {
     global
         stats socket "${tmpdir}/h2/stats" level admin
 
@@ -92,7 +92,7 @@ haproxy h2 -arg '-dW' -conf {
         server s1 ${s1_addr}:${s1_port}
 } -start
 
-haproxy h3 -arg '-dW' -conf {
+haproxy h3 -conf {
     global
         stats socket "${tmpdir}/h3/stats" level admin
 
index 93683d8a699a7d3b3038007a376ec8fd2dd39a31..a3c54553c679e1b550998f97f46acf776175a238 100644 (file)
@@ -166,7 +166,7 @@ syslog Slg_bcknd_fe -level info {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 97dab56e94e61830a84aa69aa9e788b42c231641..56a208bccdd8ee97c91b8806c2ae70e289725225 100644 (file)
@@ -9,7 +9,7 @@ server s1 -repeat 3 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 2cef9888186563095320a42cdd3a4e41c401c06d..ace27d877bdc0863780d7ec3b16ca274724f6355 100644 (file)
@@ -25,7 +25,7 @@ server s1 -repeat 6 {
 } -start
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index a310be8f07d2f7aacc6d8a2020a52d7f2db1d2be..d7244eeb4d88517b07f0f3989487c0769e197ffa 100644 (file)
@@ -13,7 +13,7 @@ server s1 -repeat 84 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
    global
       # forced to 1 here, because there is a cached session per thread
       nbthread 1
index 9fc7422b2c303e034ea2946fd6da7c0e949e64a8..2841d1cc63527392d3315ba0d902b84a8545a193 100644 (file)
@@ -9,7 +9,7 @@ server s1 -repeat 3 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 0f56bad2306c598b2eb5ccfca8a3ef8b2c7a174a..d70327b0b17676d94a51e61422b79335686ff151 100644 (file)
@@ -10,7 +10,7 @@ server s1 -repeat 4 {
     txresp
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     global
     .if !ssllib_name_startswith(AWS-LC)
         tune.ssl.default-dh-param 2048
index 73316afc78d8e46499d2818c74b48872e45f520d..4275731fe60f448b1c66472cfae473dd30c3625f 100644 (file)
@@ -22,7 +22,7 @@ varnishtest "OpenSSL bug: Random crashes"
 feature ignore_unknown_macro
 
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   global
   .if !ssllib_name_startswith(AWS-LC)
     tune.ssl.default-dh-param 2048
index 501bb561c46ed052e0f59a772e672902248e33ec..0173916198c569b54d32953f9935705a94230607 100644 (file)
@@ -18,7 +18,7 @@ server s1 {
 } -start
 
 
-haproxy h1 -arg "-m 1024" -arg '-dW' -conf {
+haproxy h1 -arg "-m 1024" -conf {
 } -start
 
 haproxy h1 -cli {
@@ -26,7 +26,7 @@ haproxy h1 -cli {
        expect ~ ".*Maxconn: (29000|28000)\n.*"
 }
 
-haproxy h2 -arg "-m 384" -arg '-dW' -conf {
+haproxy h2 -arg "-m 384" -conf {
 } -start
 
 haproxy h2 -cli {
@@ -34,7 +34,7 @@ haproxy h2 -cli {
        expect ~ ".*Maxconn: (11000|10000)\n.*"
 }
 
-haproxy h3 -arg "-m 256" -arg '-dW' -conf {
+haproxy h3 -arg "-m 256" -conf {
 } -start
 
 haproxy h3 -cli {
@@ -44,7 +44,7 @@ haproxy h3 -cli {
 
 # 1 SSL front but no back
 
-haproxy h4 -arg "-m 256" -arg '-dW' -conf {
+haproxy h4 -arg "-m 256" -conf {
        defaults
                mode http
                timeout connect 1s
@@ -63,7 +63,7 @@ haproxy h4 -cli {
 
 # 1 SSL back but not front
 
-haproxy h5 -arg "-m 256" -arg '-dW' -conf {
+haproxy h5 -arg "-m 256" -conf {
        defaults
                mode http
                timeout connect 1s
@@ -84,7 +84,7 @@ haproxy h5 -cli {
 
 # 1 SSL front and 1 back
 
-haproxy h6 -arg "-m 256" -arg '-dW' -conf {
+haproxy h6 -arg "-m 256" -conf {
        defaults
                mode http
                timeout connect 1s
index 89a9259bd23758d577ed9dcb76bd540ca599e564..654e9cf3db116cf280ce393ee6d1623623f7b611 100644 (file)
@@ -6,38 +6,38 @@ feature ignore_unknown_macro
 #
 # anonymous defaults section cannot define TCP/HTTP rules
 #
-haproxy h1 -arg '-dW' -conf-BAD {} {
+haproxy h1 -conf-BAD {} {
     defaults
         http-request set-header X-Hdr 1
 }
 
-haproxy h2 -arg '-dW' -conf-BAD {} {
+haproxy h2 -conf-BAD {} {
     defaults
         http-response set-header X-Hdr 1
 }
 
-haproxy h3 -arg '-dW' -conf-BAD {} {
+haproxy h3 -conf-BAD {} {
     defaults
         http-after-request set-header X-Hdr 1
 }
 
-haproxy h4 -arg '-dW' -conf-BAD {} {
+haproxy h4 -conf-BAD {} {
     defaults
         tcp-request connection accept
 }
 
-haproxy h5 -arg '-dW' -conf-BAD {} {
+haproxy h5 -conf-BAD {} {
     defaults
         tcp-request session accept
 }
 
-haproxy h6 -arg '-dW' -conf-BAD {} {
+haproxy h6 -conf-BAD {} {
     defaults
         tcp-request inspect-delay 5s
         tcp-request content accept
 }
 
-haproxy h7 -arg '-dW' -conf-BAD {} {
+haproxy h7 -conf-BAD {} {
     defaults
         tcp-response inspect-delay 5s
         tcp-response content accept
@@ -47,7 +47,7 @@ haproxy h7 -arg '-dW' -conf-BAD {} {
 # defaults section defining TCP/HTTP rules cannot be used to init another
 # defaults section
 #
-haproxy h8 -arg '-dW' -conf-BAD {} {
+haproxy h8 -conf-BAD {} {
     defaults invalid
         tcp-response inspect-delay 5s
         tcp-response content accept
@@ -60,7 +60,7 @@ haproxy h8 -arg '-dW' -conf-BAD {} {
 # defaults section defining TCP/HTTP rules cannot be used to init a listen
 # section
 #
-haproxy h9 -arg '-dW' -conf-BAD {} {
+haproxy h9 -conf-BAD {} {
     defaults invalid
         tcp-request inspect-delay 5s
         tcp-request content accept
@@ -76,7 +76,7 @@ haproxy h9 -arg '-dW' -conf-BAD {} {
 # backend sections at the same time
 #
 #
-haproxy h10 -arg '-dW' -conf-BAD {} {
+haproxy h10 -conf-BAD {} {
     defaults invalid
         tcp-request inspect-delay 5s
         tcp-request content accept
@@ -95,7 +95,7 @@ haproxy h10 -arg '-dW' -conf-BAD {} {
 # defaults section defining 'tcp-request connection' or 'tcp-request session'
 # rules cannot be used to init backend sections
 #
-haproxy h11 -arg '-dW' -conf-BAD {} {
+haproxy h11 -conf-BAD {} {
     defaults invalid
         tcp-request connection accept
 
@@ -104,7 +104,7 @@ haproxy h11 -arg '-dW' -conf-BAD {} {
         server www 127.0.0.1:80
 }
 
-haproxy h12 -arg '-dW' -conf-BAD {} {
+haproxy h12 -conf-BAD {} {
     defaults invalid
         tcp-request session accept
 
@@ -117,7 +117,7 @@ haproxy h12 -arg '-dW' -conf-BAD {} {
 # defaults section defining 'tcp-response content' rules cannot be used to init
 # a frontend section
 #
-haproxy h13 -arg '-dW' -conf-BAD {} {
+haproxy h13 -conf-BAD {} {
     defaults invalid
         tcp-response inspect-delay 5s
         tcp-response content accept
@@ -127,7 +127,7 @@ haproxy h13 -arg '-dW' -conf-BAD {} {
         bind "fd@${feh10}"
 }
 
-haproxy h14 -arg -V -arg '-dW' -conf-OK {
+haproxy h14 -arg -V -conf-OK {
     defaults tcp
        timeout client 30s
        timeout server 30s
@@ -145,7 +145,7 @@ haproxy h14 -arg -V -arg '-dW' -conf-OK {
 # SRV/TAB arguments without an explicit proxy name are not allowed.
 #
 
-haproxy h15 -arg '-dW' -conf-BAD {} {
+haproxy h15 -conf-BAD {} {
     defaults invalid
         mode http
         http-request set-header x-test "%[srv_conn(www)]"
@@ -154,7 +154,7 @@ haproxy h15 -arg '-dW' -conf-BAD {} {
         server www 127.0.0.1:80
 }
 
-haproxy h16 -arg '-dW' -conf-BAD {} {
+haproxy h16 -conf-BAD {} {
     defaults invalid
         mode http
         http-request track-sc0 src
@@ -165,7 +165,7 @@ haproxy h16 -arg '-dW' -conf-BAD {} {
         server www 127.0.0.1:80
 }
 
-haproxy h17 -arg -V -arg '-dW' -conf-OK {
+haproxy h17 -arg -V -conf-OK {
     defaults common
        timeout client 30s
        timeout server 30s
index c69c53f4136e081d154dd025e536c82b8c00ef2e..533765fc61f8b0d07ef72578d13730495ae7d1b2 100644 (file)
@@ -26,7 +26,7 @@ feature ignore_unknown_macro
 server s1 {
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     # Configuration file of 'h1' haproxy instance.
     defaults
         mode   http
index 2b6903417e8ae579d43b83a6b784d347a275baef..bdf8869bee30bbb154107aba886e64166610b42a 100644 (file)
@@ -1,7 +1,7 @@
 varnishtest "stick table: src_conn_rate"
 feature ignore_unknown_macro
 
-haproxy h0 -arg '-dW' -conf {
+haproxy h0 -conf {
        defaults
                mode http
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index d7a69136e4f3b3efe4f38dd57ccffef91b0493e5..f0307cb210075e880944713647c34d8c5c4bd60c 100644 (file)
@@ -10,7 +10,7 @@ server s0 {
        txresp
 } -start
 
-haproxy h0 -arg '-dW' -conf {
+haproxy h0 -conf {
        defaults
                timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
                timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
index d346991830ab8e32bca180532e7125d5187734e7..23c9a9afd1dc38de54b441ad73a286e077ce8342 100644 (file)
@@ -41,7 +41,7 @@ server s4 {
     txresp -hdr "Server: be2/s4"
 } -repeat 2 -start
 
-haproxy h1 -arg "-L A" -arg '-dW' -conf {
+haproxy h1 -arg "-L A" -conf {
     defaults
         mode http
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -104,7 +104,7 @@ server s8 {
 } -repeat 2 -start
 
 
-haproxy h2 -arg "-L B" -arg '-dW' -conf {
+haproxy h2 -arg "-L B" -conf {
     defaults
         mode http
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
index 675a0d59f12d9ade8d71359b34648bf9f71aac49..0dc1148f9cfefeda0cbb952505377f3a4faa4688 100644 (file)
@@ -32,7 +32,7 @@ server s2 {
     txresp -hdr "Server: s2"
 } -repeat 8 -start
 
-haproxy h1 -arg "-L A" -arg '-dW' -conf {
+haproxy h1 -arg "-L A" -conf {
     defaults
         mode http
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
@@ -73,7 +73,7 @@ haproxy h1 -arg "-L A" -arg '-dW' -conf {
         bind "fd@${fe}"
 }
 
-haproxy h2 -arg "-L B" -arg '-dW' -conf {
+haproxy h2 -arg "-L B" -conf {
     defaults
         mode http
         timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
index 7a48ffdec5971a956e7b98e73739210794be74dd..fc91f257d0f9fa7ce83f5d721a2e4180e0db1403 100644 (file)
@@ -2,7 +2,7 @@ varnishtest "Check that we are able to read a unique-id from PROXYv2"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index 0bd4f833c4cb6df28707c862607ebd6379b6b4f8..0607b2a4fa620a9f75ec7b81bb6e4679e3303e07 100644 (file)
@@ -7,7 +7,7 @@ server s1 {
     txresp
 } -repeat 2 -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
     defaults
         mode http
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index b8a9d868d6c78631c4f70d1876fd01eef4b96235..8c05f4306bbfc921efce1afa1163bf4cd483bc45 100644 (file)
@@ -10,7 +10,7 @@ server s1 {
         expect req.http.x-test1-bck == "def_back"
 }  -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   defaults common
       mode http
       timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
index e27201caeafc31a424283b0ddb46d1f8cddba00b..8b292c38654ed50817716f727889b313511b7bcf 100644 (file)
@@ -5,7 +5,7 @@ varnishtest "Verifies the absence of (null) in 'show stats' header"
 
 feature ignore_unknown_macro
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
 } -start
 
 haproxy h1 -cli {
index 7f477b2c56fd20c3d531c18645c9690d329507de..7830ae5b45dd150f19229dc5c94915f5668251d3 100644 (file)
@@ -5,7 +5,7 @@ feature ignore_unknown_macro
 server s1 {
 } -start
 
-haproxy h1 -arg '-dW' -conf {
+haproxy h1 -conf {
   global
     # WT: limit false-positives causing "HTTP header incomplete" due to
     # idle server connections being randomly used and randomly expiring
index 79dd8e9d8bf4770688e018ea066791c6043b31c2..551151675820ec9663e83ffce118b4e9bc59ae0d 100755 (executable)
@@ -312,7 +312,7 @@ _version() {
 
 
 HAPROXY_PROGRAM="${HAPROXY_PROGRAM:-${PWD}/haproxy}"
-HAPROXY_ARGS="${HAPROXY_ARGS--dM -dI}"
+HAPROXY_ARGS="${HAPROXY_ARGS--dM -dI -dW}"
 VTEST_PROGRAM="${VTEST_PROGRAM:-vtest}"
 VTEST_TIMEOUT="${VTEST_TIMEOUT:-10}"
 TESTDIR="${TMPDIR:-/tmp}"