[4.1] debcb99 Increase delay in r02035.vtc

Martin Blix Grydeland martin at varnish-software.com
Mon Dec 5 16:00:06 CET 2016


commit debcb99d1b69eba863a17cc7f1749e53ce0c5e1b
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Mon Dec 5 15:58:10 2016 +0100

    Increase delay in r02035.vtc
    
    Increase the Nagle-avoidance delay in r02035.vtc to make the test case
    less timing sensitive.

diff --git a/bin/varnishtest/tests/r02035.vtc b/bin/varnishtest/tests/r02035.vtc
index d74dd00..401e86d 100644
--- a/bin/varnishtest/tests/r02035.vtc
+++ b/bin/varnishtest/tests/r02035.vtc
@@ -8,7 +8,7 @@ server s1 {
 	# would be in the same packet as the headers, and would end
 	# up as pipelined data. Pipelined data wouldn't create a streaming
 	# data event, breaking the test case.
-	delay 0.5
+	delay 1
 	send_n 10 "A"
 	# Sema r1 halts the backend thread until client c1 is finished.
 	sema r1 sync 2



More information about the varnish-commit mailing list