[master] b76aae4 PPC requires a larger file storage

Martin Blix Grydeland martin at varnish-software.com
Thu Nov 16 12:41:05 UTC 2017


commit b76aae445d7ca956d96006deff39711d620ac1af
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