]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTEST: Fix a typo about barrier type.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 20 Dec 2018 08:55:42 +0000 (09:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 20 Dec 2018 10:00:17 +0000 (11:00 +0100)
Fix a typo, furthermore there is no reason to use a barrier with "sock" as type
which are more varnish cache specific: used to synchronize the VCL.

reg-tests/checks/s00000.vtc

index 35d0a988e18128b41e21982b7ca7be55e89132fb..0aae83a5d47f58185b5bf4128551345ffe2faae4 100644 (file)
@@ -18,7 +18,7 @@ feature ignore_unknown_macro
 # before enabling the servers.
 
 # Cyclic barrier to synchonize the CLI with the syslog servers
-barrier b1 sock 5 -cyclic
+barrier b1 cond 5 -cyclic
 
 # These servers are there only for the health-check test.
 server s1 {