[master] 836f128 Add a couple of tiny delays to stabilize this test.
Poul-Henning Kamp
phk at FreeBSD.org
Mon Mar 24 13:51:47 CET 2014
commit 836f1283eff963c3a73d4fe7b4c0cf9b9bb50286
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Mar 24 12:51:25 2014 +0000
Add a couple of tiny delays to stabilize this test.
diff --git a/bin/varnishtest/tests/c00055.vtc b/bin/varnishtest/tests/c00055.vtc
index 4ecbe35..e02bc47 100644
--- a/bin/varnishtest/tests/c00055.vtc
+++ b/bin/varnishtest/tests/c00055.vtc
@@ -31,11 +31,15 @@ client c1 {
expect resp.bodylen == 2
} -run
+delay .1
+
client c1 {
txreq -req POST -nolen -hdr "Content-Length: 52"
delay .3
} -run
+delay .1
+
server s1 {
rxreq
txresp
More information about the varnish-commit
mailing list