[master] 7abd9d3 Try to make these two tests more predictable.
Poul-Henning Kamp
phk at FreeBSD.org
Tue Mar 14 20:08:06 CET 2017
commit 7abd9d3310b67c3e05b226d8ebefa9606d6b6bc9
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Mar 14 19:06:07 2017 +0000
Try to make these two tests more predictable.
diff --git a/bin/varnishtest/tests/t02006.vtc b/bin/varnishtest/tests/t02006.vtc
index c95feb0..58b33e3 100644
--- a/bin/varnishtest/tests/t02006.vtc
+++ b/bin/varnishtest/tests/t02006.vtc
@@ -21,12 +21,12 @@ client c1 {
-hdr content-length 7 \
-nostrend
- txdata \
- -data request
-
rxhdrs
expect resp.status == 100
+ txdata \
+ -data request
+
rxwinup
rxresp
expect resp.status == 200
diff --git a/bin/varnishtest/tests/t02007.vtc b/bin/varnishtest/tests/t02007.vtc
index e9068da..a3d44be 100644
--- a/bin/varnishtest/tests/t02007.vtc
+++ b/bin/varnishtest/tests/t02007.vtc
@@ -26,12 +26,12 @@ client c1 {
-hdr content-length 7 \
-nostrend
- txdata \
- -data request
-
rxhdrs
expect resp.status == 100
+ txdata \
+ -data request
+
rxwinup
rxresp
expect resp.status == 200
More information about the varnish-commit
mailing list