Skip to content

Commit

Permalink
Momentarily revert "For e29.vtc, also execute a reasonably complex re…
Browse files Browse the repository at this point in the history
…gex match"

This reverts commit 2cae359.

See #4033
  • Loading branch information
nigoroll committed Dec 21, 2023
1 parent 2cae359 commit 6c83401
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bin/varnishtest/tests/e00029.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,25 @@ server s1 {
} -start

varnish v1 -arg "-p feature=+esi_include_onerror" -vcl+backend {
sub vcl_deliver {
# ref r01576.vtc
set resp.http.torture =
req.url + "${string,repeat,128,AB}" ~ "^/(A{1,2}B)+$";
}
sub vcl_backend_response {
set beresp.do_esi = true;
set beresp.do_gzip = true;
}
} -start

logexpect l1 -v v1 -g raw {
fail add * VCL_Error {Regexp matching failed}
expect * * VCL_Error {^ESI depth limit reached}
expect 0 = VCL_Error {^ESI depth limit reached}
expect * * VCL_Error {^ESI depth limit reached}
expect 0 = VCL_Error {^ESI depth limit reached}
expect * * VCL_Error {^ESI depth limit reached}
expect 0 = VCL_Error {^ESI depth limit reached}
#... more
fail clear
} -start

client c1 {
txreq -hdr "Host: foo" -hdr "Accept-Encoding: gzip"
rxresp
expect resp.status == 200
} -run

logexpect l1 -wait

0 comments on commit 6c83401

Please sign in to comment.