]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTEST/MINOR: remove health-check that can make the test fail
authorPiBa-NL <PiBa.NL.dev@gmail.com>
Sat, 8 Dec 2018 20:36:55 +0000 (21:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Dec 2018 23:11:09 +0000 (00:11 +0100)
The reg-tests/log/b00000.vtc should not try to perform a health-check
of server s1 as it only allows 1 request/connection

reg-tests/log/b00000.vtc

index 99a81cd905faa3fbcd36ff440276933604409f36..53387048cbfb9ed851c2597bddc9614cb8373080 100644 (file)
@@ -50,7 +50,7 @@ frontend fe1
     default_backend    be_app
 
 backend be_app
-    server app1 ${s1_addr}:${s1_port} check
+    server app1 ${s1_addr}:${s1_port}
 } -start
 
 client c1 -connect ${h1_fe_1_sock} {