[master] 12ace86 Stabilize this test a bit

Poul-Henning Kamp phk at FreeBSD.org
Thu May 21 23:39:58 CEST 2015


commit 12ace86f88c18a1ec85b18578e6f36ae2d95d501
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 21 21:39:43 2015 +0000

    Stabilize this test a bit

diff --git a/bin/varnishtest/tests/r00979.vtc b/bin/varnishtest/tests/r00979.vtc
index 46d7fa9..80ae0c2 100644
--- a/bin/varnishtest/tests/r00979.vtc
+++ b/bin/varnishtest/tests/r00979.vtc
@@ -2,11 +2,12 @@ varnishtest "r00979.vtc Test restart when do_stream in vcl_deliver"
 
 server s1 {
 	rxreq
-	txresp -status 200 -gzipbody "1"
+	txresp -hdr "Connection: close" -gzipbody "1"
 
+	expect_close
 	accept
 	rxreq
-	txresp -status 200 -body "11"
+	txresp -body "11"
 } -start
 
 varnish v1 -vcl+backend {



More information about the varnish-commit mailing list