[master] 4dbe1de Try to ensure the core dump happens before the test ends

Poul-Henning Kamp phk at FreeBSD.org
Sat Feb 18 23:17:05 CET 2017


commit 4dbe1de2aaf8928bcdf943886c0b837db65d96c2
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat Feb 18 22:16:37 2017 +0000

    Try to ensure the core dump happens before the test ends

diff --git a/bin/varnishtest/tests/t02004.vtc b/bin/varnishtest/tests/t02004.vtc
index cfb5c4d..27442ca 100644
--- a/bin/varnishtest/tests/t02004.vtc
+++ b/bin/varnishtest/tests/t02004.vtc
@@ -19,6 +19,8 @@ varnish v1 -cliok "param.set debug +syncvsl"
 client c1 {
 	stream 1 {
 		txreq -hdr :authority foo.bar -pad cotton
-		delay 3
 	} -run
+	expect_close
 } -run
+
+varnish v1 -wait-stopped



More information about the varnish-commit mailing list