[master] 72b94e6 We expect the backends to get into trouble

Poul-Henning Kamp phk at FreeBSD.org
Mon Oct 27 10:14:33 CET 2014


commit 72b94e69c1e32bd168a9b29120641bc1934fd87c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 27 09:14:12 2014 +0000

    We expect the backends to get into trouble

diff --git a/bin/varnishtest/tests/r00942.vtc b/bin/varnishtest/tests/r00942.vtc
index 171ceb3..164234d 100644
--- a/bin/varnishtest/tests/r00942.vtc
+++ b/bin/varnishtest/tests/r00942.vtc
@@ -21,9 +21,10 @@ server s1 -repeat 2 {
 
 	chunked "FOOBAR"
 
+	non-fatal
 	chunkedlen 0
-	expect_close
 	accept
+	fatal
 } -start
 
 varnish v1 \
diff --git a/bin/varnishtest/tests/r01086.vtc b/bin/varnishtest/tests/r01086.vtc
index d861a0d..dc2e0b3 100644
--- a/bin/varnishtest/tests/r01086.vtc
+++ b/bin/varnishtest/tests/r01086.vtc
@@ -24,9 +24,11 @@ server s1 {
 
 	chunked "FOOBAR"
 
+	non-fatal
 	chunkedlen 0
 
 	accept
+	fatal
 
 	# This one will not be streamed
 	rxreq



More information about the varnish-commit mailing list