[master] 79a6261 Stabilize this test

Poul-Henning Kamp phk at FreeBSD.org
Tue Jan 10 15:53:05 CET 2017


commit 79a6261ef17cc97ef318b79996fa3a09750c3fdd
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Jan 10 14:51:52 2017 +0000

    Stabilize this test

diff --git a/bin/varnishtest/tests/u00002.vtc b/bin/varnishtest/tests/u00002.vtc
index a8485d9..4735cf5 100644
--- a/bin/varnishtest/tests/u00002.vtc
+++ b/bin/varnishtest/tests/u00002.vtc
@@ -7,6 +7,11 @@ server s1 {
 
 varnish v1 -vcl+backend {} -start
 
+# On fast systems the next varnishstat will return "inf" counters
+# if we don't give varnishd a chance to get going.
+
+delay 1
+
 process p1 {varnishstat -1 -n ${v1_name} -f ^LCK.vbe.destroy \
 	-f LCK.vbe.* -f LCK.mempool.* | tr '[1-9]' '0'} -run
 



More information about the varnish-commit mailing list