r4518 - trunk/varnish-cache/bin/varnishtest/tests

phk at projects.linpro.no phk at projects.linpro.no
Mon Feb 1 13:40:44 CET 2010


Author: phk
Date: 2010-02-01 13:40:44 +0100 (Mon, 01 Feb 2010)
New Revision: 4518

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/c00029.vtc
Log:
Add an explanation I spent too long figuring out on my own.



Modified: trunk/varnish-cache/bin/varnishtest/tests/c00029.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00029.vtc	2010-02-01 10:36:52 UTC (rev 4517)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00029.vtc	2010-02-01 12:40:44 UTC (rev 4518)
@@ -85,6 +85,9 @@
         expect resp.http.X-Saint != "yes"
 	expect resp.http.X-Restarts == "1"
 
+	# The saintmode_threshold should kick in now
+	# so expect no more restarts
+
         txreq -url "/three"
         rxresp
         expect resp.status == 200



More information about the varnish-commit mailing list