From: Amaury Denoyelle Date: Fri, 6 Aug 2021 13:34:04 +0000 (+0200) Subject: REGTESTS: server: fix dynamic server with checks test X-Git-Tag: v2.5-dev4~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a026783bd75cdd80343e5568e8d6492478fba41f;p=thirdparty%2Fhaproxy.git REGTESTS: server: fix dynamic server with checks test Add a missing 'rxreq' statement in first server. Without it the test is unstable. The issue is frequent when running with one thread only. This should fix github issue #1342. --- diff --git a/reg-tests/server/cli_add_check_server.vtc b/reg-tests/server/cli_add_check_server.vtc index ba6f4a3e07..576ef3c420 100644 --- a/reg-tests/server/cli_add_check_server.vtc +++ b/reg-tests/server/cli_add_check_server.vtc @@ -8,6 +8,7 @@ barrier b1 cond 2 -cyclic barrier b2 cond 2 -cyclic server s1 { + rxreq txresp } -start