[master] a04abff76 Revert "vtc: Attempt at stabilizing t02020"

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Sep 1 15:46:05 UTC 2021


commit a04abff768331e3e44b0e932ab2090438129e985
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Sep 1 17:45:22 2021 +0200

    Revert "vtc: Attempt at stabilizing t02020"
    
    This reverts commit f6ee60cb6c3791568e08da013f0ebc16004d9640.
    
    A better attempt is on its way.

diff --git a/bin/varnishtest/tests/t02020.vtc b/bin/varnishtest/tests/t02020.vtc
index d1bd95c32..77738e17f 100644
--- a/bin/varnishtest/tests/t02020.vtc
+++ b/bin/varnishtest/tests/t02020.vtc
@@ -15,12 +15,10 @@ server s1 {
 } -start
 
 varnish v1 -vcl+backend {
-	import std;
 	import vtc;
 	sub vcl_recv {
 		if (req.url == "/3") {
 			vtc.barrier_sync("${b1_sock}");
-			std.cache_req_body(128k);
 		}
 	}
 } -start
@@ -28,7 +26,6 @@ varnish v1 -vcl+backend {
 varnish v1 -cliok "param.set feature +http2"
 varnish v1 -cliok "param.reset h2_initial_window_size"
 varnish v1 -cliok "param.reset h2_rx_window_low_water"
-varnish v1 -cliok "param.set fetch_chunksize 129k"
 varnish v1 -cliok "param.set debug +syncvsl"
 
 client c1 {


More information about the varnish-commit mailing list