[master] a9531d1 Update test-case now that req->VSL is sized correctly

Poul-Henning Kamp phk at varnish-cache.org
Tue Oct 29 14:33:57 CET 2013


commit a9531d1e1b02369e3844c7eab26737bd6c189639
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Oct 29 13:33:44 2013 +0000

    Update test-case now that req->VSL is sized correctly

diff --git a/bin/varnishtest/tests/r01120.vtc b/bin/varnishtest/tests/r01120.vtc
index 97bc2e5..c55064a 100644
--- a/bin/varnishtest/tests/r01120.vtc
+++ b/bin/varnishtest/tests/r01120.vtc
@@ -8,7 +8,7 @@ server s1 {
 } -start
 
 varnish v1 \
-	-cliok "param.set workspace_client 8k" \
+	-cliok "param.set workspace_client 10k" \
 	-cliok "param.set workspace_backend 200k" \
 	-vcl+backend {
 } -start



More information about the varnish-commit mailing list