summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faulet <cfaulet@haproxy.com>2023-05-16 08:04:00 +0200
committerChristopher Faulet <cfaulet@haproxy.com>2023-05-17 09:21:01 +0200
commit4ab27a24035fab4c784897da9d7cf51222f2987c (patch)
tree69891f17dbf532197a3655d9933bc010ee5b6117
parent2d5a5665fe6c03f1fae1af22d21138347d9acab1 (diff)
downloadhaproxy-4ab27a24035fab4c784897da9d7cf51222f2987c.tar.gz
REGTESTS: log: Reduce response inspect-delay for last_rule.vtc
Because of the previous fix, log/last_rule.vtc script is failing. The inspect-delay is no longer shorten when the end of the message is reached. Thus WAIT_END acl is trully respected. 10s is too high and hit the Vtext timeout, making the script fails.
-rw-r--r--reg-tests/log/last_rule.vtc2
1 files changed, 1 insertions, 1 deletions
diff --git a/reg-tests/log/last_rule.vtc b/reg-tests/log/last_rule.vtc
index e69516654..c69ebd8e2 100644
--- a/reg-tests/log/last_rule.vtc
+++ b/reg-tests/log/last_rule.vtc
@@ -69,7 +69,7 @@ haproxy h1 -conf {
# /hrqvar, /hrqacc1, /hrqred1, /hrqrej1, /hrqrej2,
# /hrsacc1, /hrsred1, /hrsrej1, /hrsrej2
- tcp-response inspect-delay 10s
+ tcp-response inspect-delay 1s
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 }