[4.1] 00ad6d205 stabilize b63.vtc

Nils Goroll nils.goroll at uplex.de
Wed Sep 26 07:26:10 UTC 2018


commit 00ad6d2055f5cbd8d462a7fca006481ec5b94b55
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jul 2 15:34:05 2018 +0000

    stabilize b63.vtc

diff --git a/bin/varnishtest/tests/b00063.vtc b/bin/varnishtest/tests/b00063.vtc
index 1adfe2680..da5a20448 100644
--- a/bin/varnishtest/tests/b00063.vtc
+++ b/bin/varnishtest/tests/b00063.vtc
@@ -45,6 +45,10 @@ varnish v1 -vcl+backend {
 	}
 } -start
 
+logexpect l1 -v v1 -g raw {
+	expect * *	ExpKill		EXP_Rearm
+} -start
+
 client c1 {
 	txreq -url "/1"
 	rxresp
@@ -76,6 +80,9 @@ client c2 {
 client c1 -wait
 client c2 -wait
 
+# Make sure the expiry has happened
+logexpect l1 -wait
+
 client c3 {
 	delay .1
 	# We should now get a HIT on the 404:


More information about the varnish-commit mailing list