Commit 28956a65 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Make it possible to see how t02015 fails

I couldn't reproduce the failure reported by VTEST but hopefully this
will shed some light next time it happens.

Better diff with the --word-diff option.
parent 34d38f0b
...@@ -36,14 +36,12 @@ client c1 { ...@@ -36,14 +36,12 @@ client c1 {
} -run } -run
} -run } -run
shell { shell -match "^12345$" {
varnishncsa -n ${v1_name} -F '%{VSL:ReqAcct[5]}x' -d \ varnishncsa -n ${v1_name} -F '%{VSL:ReqAcct[5]}x' -d \
-q 'ReqHeader:stream == 1' | -q 'ReqHeader:stream == 1'
grep 12345
} }
shell { shell -match "^1000$" {
varnishncsa -n ${v1_name} -F '%{VSL:ReqAcct[5]}x' -d \ varnishncsa -n ${v1_name} -F '%{VSL:ReqAcct[5]}x' -d \
-q 'ReqHeader:stream == 3' | -q 'ReqHeader:stream == 3'
grep 1000
} }
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