[master] 305e69c Tweak size-sensitive test case for 32bit systems

Poul-Henning Kamp phk at FreeBSD.org
Tue Aug 19 00:48:34 CEST 2014


commit 305e69cc4beb84a8eded9bcf9d27e6cbff3113c5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Aug 18 22:48:18 2014 +0000

    Tweak size-sensitive test case for 32bit systems

diff --git a/bin/varnishtest/tests/r01140.vtc b/bin/varnishtest/tests/r01140.vtc
index da71446..098a653 100644
--- a/bin/varnishtest/tests/r01140.vtc
+++ b/bin/varnishtest/tests/r01140.vtc
@@ -4,7 +4,7 @@ server s1 {
 	# This response should almost completely fill the storage
 	rxreq
 	expect req.url == /url1
-	txresp -bodylen 1048308
+	txresp -bodylen 1048408
 
 	# The next one should not fit in the storage, ending up in transient
 	# with zero ttl (=shortlived)
@@ -31,7 +31,7 @@ client c1 {
 	txreq -url /url1
 	rxresp
 	expect resp.status == 200
-	expect resp.bodylen == 1048308
+	expect resp.bodylen == 1048408
 } -run
 
 delay .1



More information about the varnish-commit mailing list