We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00e39e commit 9d7f625Copy full SHA for 9d7f625
vmod/tests/debug_c00001.vtc
@@ -24,3 +24,9 @@ varnish v1 -clierr "104" "tell obj0"
24
varnish v1 -cliexpect "obj0: a b c" "tell obj0 a b c"
25
varnish v1 -cliexpect "obj0: a b c" "tell vcl1.obj0 a b c"
26
varnish v1 -cliexpect "obj1: a b c" "tell obj1 a b c"
27
+
28
+varnish v1 -vcl { backend proforma none; }
29
30
+varnish v1 -cliok "vcl.use vcl2"
31
+varnish v1 -cliok "vcl.state vcl1 cold"
32
+varnish v1 -cliexpect "obj0: a b c" "tell vcl1.obj0 a b c"
0 commit comments