[4.0] f54e14f Tweak size-sensitive test case for 32bit systems
Lasse Karstensen
lkarsten at varnish-software.com
Mon Sep 22 16:38:23 CEST 2014
commit f54e14f64007f3fbeda2ce155620e1c065c3ada7
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
Conflicts:
bin/varnishtest/tests/r01140.vtc
diff --git a/bin/varnishtest/tests/r01140.vtc b/bin/varnishtest/tests/r01140.vtc
index 11e2a72..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 1048208
+ 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 == 1048208
+ expect resp.bodylen == 1048408
} -run
delay .1
More information about the varnish-commit
mailing list