[master] df909f16c update for #2471

Poul-Henning Kamp phk at FreeBSD.org
Fri May 3 06:48:08 UTC 2019


commit df909f16c50bafdbe0c8edace2891600df29334e
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Apr 25 09:59:09 2019 +0200

    update for #2471

diff --git a/bin/varnishtest/tests/r02471.vtc b/bin/varnishtest/tests/r02471.vtc
index d9056ebc6..cbc2165e0 100644
--- a/bin/varnishtest/tests/r02471.vtc
+++ b/bin/varnishtest/tests/r02471.vtc
@@ -27,6 +27,7 @@ varnish v1 -cliexpect "cold    cold         0    vcl1" "vcl.list"
 
 
 # Grab hold of vcl1
+varnish v1 -cliok "vcl.state vcl1 auto"
 varnish v1 -cliok "vcl.use vcl1"
 client c1 {
 	txreq -url "/hold"
@@ -45,6 +46,7 @@ varnish v1 -cliok "vcl.state vcl1 cold"
 varnish v1 -cliexpect "cold    busy         [12]    vcl1" "vcl.list"
 
 # Release hold on vcl1
+varnish v1 -cliok "vcl.state vcl1 auto"
 varnish v1 -cliok "vcl.use vcl1"
 client c1 {
 	txreq -url "/release"


More information about the varnish-commit mailing list