[master] 00da3e1 I guess none of these two test can be reliably sync'ed across platforms, but I'm not quite sure I know why...

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


commit 00da3e166b80a5f68e3710ee05bd536959c87089
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue May 5 13:08:08 2015 +0000

    I guess none of these two test can be reliably sync'ed across
    platforms, but I'm not quite sure I know why...

diff --git a/bin/varnishtest/tests/c00034.vtc b/bin/varnishtest/tests/c00034.vtc
index e9f6145..ee75995 100644
--- a/bin/varnishtest/tests/c00034.vtc
+++ b/bin/varnishtest/tests/c00034.vtc
@@ -127,7 +127,6 @@ server s1 {
 	send "0123456789"
 	send "0123456789"
 	send "0123456789"
-	sema r1 sync 2
 	send "0123456789"
 	send "0123456789"
 
@@ -161,9 +160,7 @@ client c1 {
 	rxresphdrs
 	expect resp.status == 206
 	expect resp.http.Content-Range == "bytes 20-99/100"
-	recv 10
-	sema r1 sync 2
-	recv 70
+	recv 80
 	expect_close
 } -run
 



More information about the varnish-commit mailing list