[master] 2b1b002 This test is quite sensitive to DNS trouble, so extend client impatience to make -t argument controlling

Poul-Henning Kamp phk at FreeBSD.org
Mon Oct 10 12:11:04 CEST 2016


commit 2b1b0022b529920393d61b65855302a9984c0814
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 10 10:10:12 2016 +0000

    This test is quite sensitive to DNS trouble, so extend client
    impatience to make -t argument controlling

diff --git a/bin/varnishtest/tests/m00011.vtc b/bin/varnishtest/tests/m00011.vtc
index 1c51a07..acf3912 100644
--- a/bin/varnishtest/tests/m00011.vtc
+++ b/bin/varnishtest/tests/m00011.vtc
@@ -19,6 +19,8 @@ varnish v1 -vcl+backend {
 } -start
 
 client c1 {
+	# Allow for DNS trouble with bogos domains
+	timeout 60
 	txreq
 	rxresp
 	expect resp.http.foo0 == "${localhost}"



More information about the varnish-commit mailing list