projects
/
haproxy-2.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b11e1
)
REGTEST/MINOR: remove health-check that can make the test fail
author
PiBa-NL
<PiBa.NL.dev@gmail.com>
Sat, 8 Dec 2018 20:36:55 +0000
(21:36 +0100)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/reg-tests/log/b00000.vtc
b/reg-tests/log/b00000.vtc
index
99a81cd
..
5338704
100644
(file)
--- a/
reg-tests/log/b00000.vtc
+++ b/
reg-tests/log/b00000.vtc
@@
-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} {