[4.1] fd089d6 PPC requires a larger file storage
PÃ¥l Hermunn Johansen
hermunn at varnish-software.com
Thu Dec 14 13:41:06 UTC 2017
commit fd089d6fbfc6be62a5c1e798815a1e1242ebc88e
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date: Thu Nov 16 13:39:06 2017 +0100
PPC requires a larger file storage
I'm guessing this is due to rounding. All test cases involving file
stevedore has a minimum 10m file in the test, was silly to attempt a
smaller one in this test.
Fixes: #2496
diff --git a/bin/varnishtest/tests/r02429.vtc b/bin/varnishtest/tests/r02429.vtc
index 02c8450..81e42f0 100644
--- a/bin/varnishtest/tests/r02429.vtc
+++ b/bin/varnishtest/tests/r02429.vtc
@@ -4,7 +4,7 @@ server s1 {
accept
} -start
-varnish v1 -arg "-s Transient=file,${tmpdir}/_.file,1m" -vcl+backend {
+varnish v1 -arg "-s Transient=file,${tmpdir}/_.file,10m" -vcl+backend {
sub vcl_backend_error {
synthetic("foo");
return (deliver);
More information about the varnish-commit
mailing list