[master] a2cdf9ede vtc: An older pcre2 may say "recursion"

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Aug 3 08:06:07 UTC 2021


commit a2cdf9ede244ef562023b07afcd906cdd110f908
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Aug 3 10:04:07 2021 +0200

    vtc: An older pcre2 may say "recursion"

diff --git a/bin/varnishtest/tests/r01576.vtc b/bin/varnishtest/tests/r01576.vtc
index b95cc8301..7cc73e089 100644
--- a/bin/varnishtest/tests/r01576.vtc
+++ b/bin/varnishtest/tests/r01576.vtc
@@ -41,7 +41,7 @@ client c1 {
 } -run
 
 logexpect l1 -v v1 {
-	expect * * VCL_Error "(match|depth) limit exceeded"
+	expect * * VCL_Error "(match|depth|recursion) limit exceeded"
 } -start
 
 # This should fail with default params and JIT/no-JIT


More information about the varnish-commit mailing list