[master] b7d5480 VMOD blob: increase workspace for a couple of vtc tests

Geoff Simmons geoff at uplex.de
Mon Sep 4 20:30:10 CEST 2017


commit b7d548087cba07f8afc25f3079455f737bdd0b57
Author: Geoff Simmons <geoff at uplex.de>
Date:   Mon Sep 4 20:28:45 2017 +0200

    VMOD blob: increase workspace for a couple of vtc tests

diff --git a/bin/varnishtest/tests/m00035.vtc b/bin/varnishtest/tests/m00035.vtc
index c9210c7..2dca6f3 100644
--- a/bin/varnishtest/tests/m00035.vtc
+++ b/bin/varnishtest/tests/m00035.vtc
@@ -1,6 +1,7 @@
 varnishtest "VMOD blob hex encode and decode"
 
-varnish v1 -vcl {
+# Some platforms need larger workspaces for this test
+varnish v1 -arg "-p workspace_client=256k" -vcl {
 	import blob;
 	import std;
 	backend b { .host = "${bad_ip}"; }
diff --git a/bin/varnishtest/tests/m00041.vtc b/bin/varnishtest/tests/m00041.vtc
index 8ddd7c0..b5cd490 100644
--- a/bin/varnishtest/tests/m00041.vtc
+++ b/bin/varnishtest/tests/m00041.vtc
@@ -1,6 +1,7 @@
 varnishtest "VMOD blob test transcode()"
 
-varnish v1 -vcl {
+# Some platforms need larger workspaces for this test
+varnish v1 -arg "-p workspace_client=256k" -vcl {
 	import blob;
 	import std;
 	backend b { .host = "${bad_ip}"; }



More information about the varnish-commit mailing list