Commit 7a144781 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Stabilize this test with a short sleep

parent 836f1283
......@@ -47,21 +47,26 @@ client c1 {
txreq -url "/1" -hdr "foo: foo1"
rxresp
expect resp.status == 200
expect resp.http.x-varnish == 1001
expect resp.bodylen == 1
txreq -url "/1" -hdr "Foo: foo2"
rxresp
expect resp.status == 200
expect resp.http.x-varnish == 1003
expect resp.bodylen == 2
delay .1
txreq -url "/1" -hdr "foo: foo1"
rxresp
expect resp.status == 200
expect resp.http.x-varnish == "1005 1002"
expect resp.bodylen == 1
txreq -url "/1" -hdr "Foo: foo2"
rxresp
expect resp.status == 200
expect resp.http.x-varnish == "1006 1004"
expect resp.bodylen == 2
# Purge on hit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment