[master] 24d8af2 Improve stability of this test case

Poul-Henning Kamp phk at FreeBSD.org
Sat May 16 11:42:04 CEST 2015


commit 24d8af28eaf122c0ed70b1a4a7e5d6fc78028d3f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat May 16 09:41:49 2015 +0000

    Improve stability of this test case

diff --git a/bin/varnishtest/tests/r01086.vtc b/bin/varnishtest/tests/r01086.vtc
index dc2e0b3..2dd6e2b 100644
--- a/bin/varnishtest/tests/r01086.vtc
+++ b/bin/varnishtest/tests/r01086.vtc
@@ -22,9 +22,8 @@ server s1 {
 
 	delay .2
 
-	chunked "FOOBAR"
-
 	non-fatal
+	chunked "FOOBAR"
 	chunkedlen 0
 
 	accept
@@ -51,10 +50,12 @@ server s1 {
 
 	delay .2
 
+	non-fatal
 	chunked "FOOBAR"
-
 	chunkedlen 0
 
+	accept
+
 } -start
 
 varnish v1 -vcl+backend {



More information about the varnish-commit mailing list