]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTEST: checks: Fix sync condition for agent-check
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2020 06:10:36 +0000 (08:10 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2020 09:07:00 +0000 (11:07 +0200)
commitcb436f0c291c716fea5162adf5b111c5ddc9cc3b
tree4faa61519d91c1f222a052519504214f18129ac8
parent1a200d6bd5b6523fc7ff7424cc3b369db0495546
REGTEST: checks: Fix sync condition for agent-check

agent-check.vtc script fails time to time because the 2nd cli command is sent to
early. Waiting for the connection close in the s1 server should be enough to be
sure the server state is updated.
reg-tests/checks/agent-check.vtc