Commit 00ad6d20 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Nils Goroll

stabilize b63.vtc

parent 1d767f46
......@@ -45,6 +45,10 @@ varnish v1 -vcl+backend {
}
} -start
logexpect l1 -v v1 -g raw {
expect * * ExpKill EXP_Rearm
} -start
client c1 {
txreq -url "/1"
rxresp
......@@ -76,6 +80,9 @@ client c2 {
client c1 -wait
client c2 -wait
# Make sure the expiry has happened
logexpect l1 -wait
client c3 {
delay .1
# We should now get a HIT on the 404:
......
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