[master] a9aa47768 Cut this test down to a reasonable size for the VTEST boxes

Poul-Henning Kamp phk at FreeBSD.org
Tue Nov 6 19:36:12 UTC 2018


commit a9aa477687c6939011e31801f01efa6df9530ec4
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Nov 6 19:35:14 2018 +0000

    Cut this test down to a reasonable size for the VTEST boxes

diff --git a/bin/varnishtest/tests/v00041.vtc b/bin/varnishtest/tests/v00041.vtc
index 09977744a..7d14b388f 100644
--- a/bin/varnishtest/tests/v00041.vtc
+++ b/bin/varnishtest/tests/v00041.vtc
@@ -53,7 +53,7 @@ varnish v1 -arg "-p debug=+vclrel -p workspace_client=1m" -vcl+backend {
 		std.log("perf    1 " + debug.priv_perf(1));
 		std.log("perf   10 " + debug.priv_perf(10));
 		std.log("perf  100 " + debug.priv_perf(100));
-		std.log("perf 1000 " + debug.priv_perf(1000));
+		// std.log("perf 1000 " + debug.priv_perf(1000));
 		return (deliver);
 	}
 


More information about the varnish-commit mailing list