Commit c582cefd authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Make t02011.vtc failures more visible

Seeing a test failure on vtest I think there might be a race here that I
hope to make more explicit next time it occurs.
parent 13ac4047
......@@ -32,7 +32,7 @@ varnish v1 -vcl+backend {
sub vcl_recv {
if (req.http.should == "reset") {
return (fail);
vtc.panic("Expected stream reset REFUSED_STREAM");
}
}
......
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