[master] aeee5b5 If we rely on VSL order, space the requests a fraction of a second to ensure this order

Poul-Henning Kamp phk at FreeBSD.org
Thu May 21 18:48:51 CEST 2015


commit aeee5b5ae13f6801ad1e41819faaa45fb92dc04d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu May 21 07:29:56 2015 +0000

    If we rely on VSL order, space the requests a fraction of a second
    to ensure this order

diff --git a/bin/varnishtest/tests/c00066.vtc b/bin/varnishtest/tests/c00066.vtc
index 18a9b67..ec88da6 100644
--- a/bin/varnishtest/tests/c00066.vtc
+++ b/bin/varnishtest/tests/c00066.vtc
@@ -44,11 +44,13 @@ client c1 {
 	rxresp
 	expect resp.status == 200
 	expect resp.msg == "OK"
+	delay .1
 
 	txreq -url "/synth"
 	rxresp
 	expect resp.status == 200
 	expect resp.msg == "Synth test"
+	delay .1
 
 	txreq -url "/error"
 	rxresp



More information about the varnish-commit mailing list