mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-03 18:52:04 +00:00
REGTEST/MINOR: remove health-check that can make the test fail
The reg-tests/log/b00000.vtc should not try to perform a health-check of server s1 as it only allows 1 request/connection
This commit is contained in:
parent
e6b11e1c73
commit
fefb9e3771
@ -50,7 +50,7 @@ frontend fe1
|
|||||||
default_backend be_app
|
default_backend be_app
|
||||||
|
|
||||||
backend be_app
|
backend be_app
|
||||||
server app1 ${s1_addr}:${s1_port} check
|
server app1 ${s1_addr}:${s1_port}
|
||||||
} -start
|
} -start
|
||||||
|
|
||||||
client c1 -connect ${h1_fe_1_sock} {
|
client c1 -connect ${h1_fe_1_sock} {
|
||||||
|
Loading…
Reference in New Issue
Block a user