Commit 98d8216f authored by Geoff Simmons's avatar Geoff Simmons

Test deletion of keys in KEY_Fini().

parent 8931b5fd
......@@ -658,3 +658,17 @@ client c1 {
} -run
logexpect l1 -wait
# Discard all VCLs that import ece, to exercise deleting keys in
# KEY_Fini().
varnish v1 -vcl {backend b { .host = "${bad_ip}"; }}
varnish v1 -cli "vcl.discard vcl1"
varnish v1 -cli "vcl.discard vcl2"
varnish v1 -cli "vcl.discard vcl3"
varnish v1 -cli "vcl.discard vcl4"
varnish v1 -cli "vcl.discard vcl5"
varnish v1 -cli "vcl.discard vcl6"
delay 1
varnish v1 -cli "vcl.list"
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