Commit 72fba6f5 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Failure coverage for vcl_recv

Refs #3303
parent f989ab24
varnishtest "failure in vcl_recv"
varnish v1 -vcl {
import vtc;
backend be none;
sub vcl_recv {
return (fail);
}
sub vcl_hash {
vtc.panic("unreachable");
}
} -start
client c1 {
txreq
rxresp
expect resp.status == 503
} -run
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