]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: http_request_buffer: Add a barrier to not mix up log messages
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Sep 2022 17:46:28 +0000 (19:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Sep 2022 17:46:28 +0000 (19:46 +0200)
commit05ed05b84a4898122568df48bebfd59746ebe2a2
tree0c0f9395a214dcb1e6da55f2ddc471084bcf20f2
parentf348ecd67ae64ba9b2a10e9efe84e9091af42bb2
REGTESTS: http_request_buffer: 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.

This patch should fix the issue #1847. It may be backported to all branches
containing this reg-tests.
reg-tests/http-messaging/http_request_buffer.vtc