REGTESTS: h1_host_normalization : Add a barrier to not mix up log messages
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 19 Jun 2023 17:00:52 +0000 (19:00 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Jun 2023 10:49:39 +0000 (12:49 +0200)
commit8fe3a33328eed8e9203058b55f9d22572ca085fa
treedc2c35698628a85b869e03059f4c2cfe6baf1c6f
parentbd88998678997b30fe84858d76177ce558c090c6
REGTESTS: h1_host_normalization : Add a barrier to not mix up log messages

Depending on the timing, time to time, the log messages can be mixed. A
client can start and be fully handled by HAProxy (including its log message)
before the log message of the previous client was emitted or received.  To
fix the issue, a barrier was added to be sure to eval the "expect" rule on
logs before starting the next client.
reg-tests/http-messaging/h1_host_normalization.vtc