Commit 394dcc71 authored by Geoff Simmons's avatar Geoff Simmons

add an expectation verifying that VBE stats for a backend still exist

immediately after deletion
parent abf5aec4
......@@ -44,6 +44,9 @@ client c1 {
# n_backend is not decremented until 60 seconds after backend cooldown
varnish v1 -expect MAIN.n_backend == 2
# The backend also still appears in the stats immediately after delete
varnish v1 -expect VBE.vcl1.be.happy == 0
# The deleted backend does not appear in the output of backend.list
# Verify this by inspecting the log
varnish v1 -cliok backend.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