[master] e2e4542 Give up synchronizing the last test.

Poul-Henning Kamp phk at FreeBSD.org
Tue May 5 15:03:04 CEST 2015


commit e2e45424a36f6de70850cbede2713bb8a3a0783f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue May 5 13:02:51 2015 +0000

    Give up synchronizing the last test.

diff --git a/bin/varnishtest/tests/c00034.vtc b/bin/varnishtest/tests/c00034.vtc
index 434b826..e9f6145 100644
--- a/bin/varnishtest/tests/c00034.vtc
+++ b/bin/varnishtest/tests/c00034.vtc
@@ -141,7 +141,6 @@ server s1 {
 	send "0123456789"
 	send "0123456789"
 	send "0123456789"
-	sema r2 sync 2
 	send "0123456789"
 	send "0123456789"
 } -start
@@ -174,13 +173,9 @@ client c1 {
 	# Closed C-L because we cannot use C-L
 	txreq -url /2 \
 		-hdr "Range: bytes=2-5" \
-		-hdr "Connection: close" \
 		-hdr "Accept-encoding: gzip"
-	rxresphdrs
+	rxresp
 	expect resp.status == 206
 	expect resp.http.Content-Range == "bytes 2-5/*"
 	expect resp.http.Content-Length == 4
-	sema r2 sync 2
-	recv 4
-	expect_close
 } -run



More information about the varnish-commit mailing list