Skip to content

Commit

Permalink
VCL temperature does not matter for tell
Browse files Browse the repository at this point in the history
  • Loading branch information
nigoroll committed Nov 22, 2021
1 parent f00e39e commit 9d7f625
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vmod/tests/debug_c00001.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ varnish v1 -clierr "104" "tell obj0"
varnish v1 -cliexpect "obj0: a b c" "tell obj0 a b c"
varnish v1 -cliexpect "obj0: a b c" "tell vcl1.obj0 a b c"
varnish v1 -cliexpect "obj1: a b c" "tell obj1 a b c"

varnish v1 -vcl { backend proforma none; }

varnish v1 -cliok "vcl.use vcl2"
varnish v1 -cliok "vcl.state vcl1 cold"
varnish v1 -cliexpect "obj0: a b c" "tell vcl1.obj0 a b c"

0 comments on commit 9d7f625

Please sign in to comment.