[master] f0e979206 SQUASHME: Avoid a cache hit in the test case

Nils Goroll nils.goroll at uplex.de
Wed Mar 10 11:07:07 UTC 2021


commit f0e9792067102a8804efc0392656a5e34ceeb59f
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Mar 8 23:06:34 2021 +0100

    SQUASHME: Avoid a cache hit in the test case
    
    When it was in its own file it worked fine...

diff --git a/bin/varnishtest/tests/c00034.vtc b/bin/varnishtest/tests/c00034.vtc
index 47366287e..d5432a430 100644
--- a/bin/varnishtest/tests/c00034.vtc
+++ b/bin/varnishtest/tests/c00034.vtc
@@ -204,7 +204,7 @@ varnish v1 -vcl+backend ""
 
 client c2 {
 	stream 1 {
-		txreq -hdr "range" "bytes=0-1"
+		txreq -url /3 -hdr "range" "bytes=0-1"
 		rxresp
 		expect resp.status == 206
 		expect resp.http.content-length == 2


More information about the varnish-commit mailing list