]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: log: Reduce again response inspect-delay for last_rule.vtc
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 May 2023 09:08:51 +0000 (11:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 May 2023 09:12:25 +0000 (11:12 +0200)
It was previously reduced from 10s to 1s but it remains too high, espeically
for the CI. It may be drastically reduced to 100ms. Idea is to just be sure
we will wait for the response before evaluating the TCP rules.

reg-tests/log/last_rule.vtc

index c69ebd8e21c4eff92f9c4fea1125e4fadce0c1bc..f2b89e491830d4c03955e46232f8c19266c49699 100644 (file)
@@ -69,7 +69,7 @@ haproxy h1 -conf {
        #  /hrqvar, /hrqacc1, /hrqred1, /hrqrej1, /hrqrej2,
        #  /hrsacc1, /hrsred1, /hrsrej1, /hrsrej2
 
-       tcp-response inspect-delay 1s
+       tcp-response inspect-delay 100ms
         tcp-request  content set-var(txn.path) path  # must have no effect
         tcp-request  content accept if { var(txn.path) -m beg /trqacc1 /hrqrej1 }
         tcp-request  content reject if { var(txn.path) -m beg /trqrej1 }