]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: server: fix dynamic server with checks test
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Aug 2021 13:34:04 +0000 (15:34 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Aug 2021 13:34:04 +0000 (15:34 +0200)
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.

reg-tests/server/cli_add_check_server.vtc

index ba6f4a3e078d4e2be4172deb9493fab1b0f561bc..576ef3c4203aece3f9ee91711cfceaff1c531195 100644 (file)
@@ -8,6 +8,7 @@ barrier b1 cond 2 -cyclic
 barrier b2 cond 2 -cyclic
 
 server s1 {
+       rxreq
        txresp
 } -start