[master] 199998799 Remove superfluous server commands from test case
Nils Goroll
nils.goroll at uplex.de
Sat May 28 11:38:08 UTC 2022
commit 1999987992f667d33b27ec1bf5cc7472d457b599
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Sat May 28 13:21:29 2022 +0200
Remove superfluous server commands from test case
In d7695e488a003bd7b89279c50990864d4763dd8f, a legit caching case was turned
into an error case.
diff --git a/bin/varnishtest/tests/c00067.vtc b/bin/varnishtest/tests/c00067.vtc
index fff734c46..9c1b98775 100644
--- a/bin/varnishtest/tests/c00067.vtc
+++ b/bin/varnishtest/tests/c00067.vtc
@@ -4,9 +4,8 @@ server s1 {
rxreq
expect req.bodylen == 106
txresp -body "ABCD"
- rxreq
- expect req.bodylen == 108
- txresp -body "ABCDE"
+ # the second request fails on the client side and
+ # does not reach the backend
} -start
varnish v1 -vcl+backend {
More information about the varnish-commit
mailing list