[master] dc9dd43 Take another stab at stabilizing this test.

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 16 11:47:39 CET 2015


commit dc9dd430c9816a6034299badc8996aaeb639163f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 16 10:47:22 2015 +0000

    Take another stab at stabilizing this test.

diff --git a/bin/varnishtest/tests/v00044.vtc b/bin/varnishtest/tests/v00044.vtc
index 1424689..b89b73f 100644
--- a/bin/varnishtest/tests/v00044.vtc
+++ b/bin/varnishtest/tests/v00044.vtc
@@ -14,7 +14,7 @@ varnish v1 -vcl {
 	}
 } -start
 
-varnish v1 -cliok "param.set vcl_cooldown 3"
+varnish v1 -cliok "param.set vcl_cooldown 1"
 
 # We only have one vcl yet
 varnish v1 -expect VBE.vcl1.default.happy >= 0
@@ -50,7 +50,7 @@ varnish v1 -expect VBE.vcl1.default.happy >= 0
 varnish v1 -expect VBE.vcl2.default.happy >= 0
 
 # and the unused one should go cold
-delay 4
+delay 3
 varnish v1 -expect !VBE.vcl2.default.happy
 
 # Mark the used warm and use it the other



More information about the varnish-commit mailing list