Commit e8155dad authored by Nils Goroll's avatar Nils Goroll

Polish testcase

we only use one passed and one piped requests, so our servers should
only ever see two requests.

Motivated by a failure on fedora armv7hl, which I do not understand:

**   c1    === txreq -url /1 -hdr "pipe: true"
**** c1    txreq|GET /1 HTTP/1.1\r
**** c1    txreq|pipe: true\r
**** c1    txreq|Host: 127.0.0.1\r
**** c1    txreq|\r
**   c1    === rxresp
**** dT    3.832
**** c1    rxhdrlen = 0
---- c1    HTTP header is incomplete
**** dT    3.833
parent 2b9f4ae4
varnishtest "shard director LAZY - d18.vtc"
server s1 -repeat 3 {
server s1 -repeat 2 {
rxreq
txresp -body "ech3Ooj"
} -start
server s2 -repeat 3 {
server s2 -repeat 2 {
rxreq
txresp -body "ieQu2qua"
} -start
server s3 -repeat 3 {
server s3 -repeat 2 {
rxreq
txresp -body "xiuFi3Pe"
} -start
......
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