[experimental-ims] 60490c9 Increase backend_workspace of r01038.vtc from 7k to 8k.

Geoff Simmons geoff at varnish-cache.org
Fri Feb 17 13:58:53 CET 2012


commit 60490c97e290e7abce77c0dbad88328604cf273d
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Feb 15 11:03:49 2012 +0100

    Increase backend_workspace of r01038.vtc from 7k to 8k.

diff --git a/bin/varnishtest/tests/r01038.vtc b/bin/varnishtest/tests/r01038.vtc
index 983b704..e10152f 100644
--- a/bin/varnishtest/tests/r01038.vtc
+++ b/bin/varnishtest/tests/r01038.vtc
@@ -45,7 +45,7 @@ server s1 {
 	txresp -body "foo8"
 } -start
 
-varnish v1 -arg "-p workspace_backend=7k" -vcl+backend {
+varnish v1 -arg "-p workspace_backend=8k" -vcl+backend {
 	sub vcl_fetch {
 		set beresp.do_esi = true;
 	}



More information about the varnish-commit mailing list