Commit 66b27ae1 authored by Nils Goroll's avatar Nils Goroll

even more s00010.vtc tweaking

Furhter lighten the load for the test to succeed on FreeBSD vtest,
hopefully.

Also, when stars align, we do not git the busy object (streaming) and do
not see chunked encoding.
parent 3d4bb424
...@@ -12,7 +12,7 @@ server s1 -repeat 2 { ...@@ -12,7 +12,7 @@ server s1 -repeat 2 {
fatal fatal
rxreq rxreq
txresp -nolen -hdr "Transfer-encoding: chunked" txresp -nolen -hdr "Transfer-encoding: chunked"
chunkedlen 100000 chunkedlen 65536
# make sure varnish is stuck in delivery # make sure varnish is stuck in delivery
barrier b1 sync barrier b1 sync
non_fatal non_fatal
...@@ -76,7 +76,7 @@ client c2 -rcvbuf 256 { ...@@ -76,7 +76,7 @@ client c2 -rcvbuf 256 {
rxresphdrs rxresphdrs
delay 0.8 delay 0.8
rxrespbody rxrespbody
expect resp.bodylen == 100000 expect resp.bodylen == 65536
} -start } -start
logexpect l0 -wait logexpect l0 -wait
...@@ -99,15 +99,17 @@ logexpect l2 -v v1 -g raw { ...@@ -99,15 +99,17 @@ logexpect l2 -v v1 -g raw {
} -start } -start
logexpect l3 -v v1 -q "ReqURL ~ \"^/$\"" { logexpect l3 -v v1 -X RespHeader:Transfer-Encoding \
-q "ReqURL ~ \"^/$\"" {
expect * * ReqURL "^/$" expect * * ReqURL "^/$"
expect * = RespHeader "^Transfer-Encoding" expect * = RespHeader "^Connection"
expect 0 = Debug "^Hit idle send timeout" expect 0 = Debug "^Hit idle send timeout"
} -start } -start
logexpect l4 -v v1 -q "ReqURL ~ \"^/longidlesend$\"" { logexpect l4 -v v1 -X RespHeader:Transfer-Encoding \
-q "ReqURL ~ \"^/longidlesend$\"" {
expect * * ReqURL "^/longidlesend$" expect * * ReqURL "^/longidlesend$"
expect * = RespHeader "^Transfer-Encoding" expect * = RespHeader "^Connection"
# no Hit idle send ... # no Hit idle send ...
expect 0 = Timestamp "^Resp" expect 0 = Timestamp "^Resp"
} -start } -start
...@@ -119,7 +121,7 @@ client c3 -rcvbuf 256 { ...@@ -119,7 +121,7 @@ client c3 -rcvbuf 256 {
rxresphdrs rxresphdrs
delay 1.8 delay 1.8
rxrespbody rxrespbody
expect resp.bodylen == 100000 expect resp.bodylen == 65536
} -start } -start
logexpect l2 -wait logexpect l2 -wait
......
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