[master] b3bec3804 Allocate more -sfile space so the test also runs on ppc64el

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 18 13:26:06 UTC 2025


commit b3bec38045f7f0bc7aab3a75024136d0d14a9bf5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Aug 18 13:24:46 2025 +0000

    Allocate more -sfile space so the test also runs on ppc64el
    
    Fixes: #4379

diff --git a/bin/varnishtest/tests/r04036.vtc b/bin/varnishtest/tests/r04036.vtc
index babaac855..758ac0ea4 100644
--- a/bin/varnishtest/tests/r04036.vtc
+++ b/bin/varnishtest/tests/r04036.vtc
@@ -1,6 +1,6 @@
 varnishtest "Undefined storage properties"
 
-varnish v1 -arg "-s malloc=malloc -s file=file,${tmpdir}/file,2M" -vcl {
+varnish v1 -arg "-s malloc=malloc -s file=file,${tmpdir}/file,16M" -vcl {
 	backend be none;
 
 	sub vcl_recv {
@@ -11,5 +11,8 @@ varnish v1 -arg "-s malloc=malloc -s file=file,${tmpdir}/file,2M" -vcl {
 
 client c1 {
 	txreq
+
+	# The test-criteria is that varnishd does not panic.
 	rxresp
+	expect resp.status == 503
 } -run


More information about the varnish-commit mailing list