[master] 4ba9d42ce vmod_debug_transport_vai: Coverage
Nils Goroll
nils.goroll at uplex.de
Mon Jul 14 17:46:04 UTC 2025
commit 4ba9d42cef28da0bfffe3c17a9595936db7ebebd
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Mon Jul 14 19:37:48 2025 +0200
vmod_debug_transport_vai: Coverage
Test chunked
Reduce number of repeats because of vtc_log limit
diff --git a/bin/varnishtest/tests/m00061.vtc b/bin/varnishtest/tests/m00061.vtc
index 04f3489b4..3ef261539 100644
--- a/bin/varnishtest/tests/m00061.vtc
+++ b/bin/varnishtest/tests/m00061.vtc
@@ -35,28 +35,28 @@ varnish v1 -cliok "param.set debug +syncvsl"
varnish v1 -cliok "param.set debug +req_state"
varnish v1 -cliok "param.set debug +processors"
-client c0 -repeat 16 -keepalive {
+client c0 -repeat 8 -keepalive {
txreq -hdr "Accept-Encoding: gzip"
rxresp
} -start
-client c1 -repeat 16 -keepalive {
+client c1 -repeat 8 -keepalive {
txreq
rxresp
expect resp.bodylen == 13113
expect req.body ~ "^hello "
} -start
-#client c2 -repeat 16 -keepalive {
-# txreq -url "/chunked"
-# rxresp
-# expect resp.http.Content-Length == <undef>
-# expect resp.bodylen == 13107
-#} -start
+client c2 -repeat 8 -keepalive {
+ txreq -url "/chunked"
+ rxresp
+ expect resp.http.Content-Length == <undef>
+ expect resp.bodylen == 13113
+} -start
client c0 -wait
client c1 -wait
-#client c2 -wait
+client c2 -wait
client c0 {
txreq -hdr "Accept-Encoding: gzip" -hdr "Last: Request"
More information about the varnish-commit
mailing list