[5.2] 6b9b625 VMOD blob: increase workspace for a couple of vtc tests

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Thu Sep 7 06:59:06 UTC 2017


commit 6b9b625e5148e5342b0c37c016651470e9a2f96d
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