From: tfheen Date: Mon, 20 Oct 2008 09:04:54 +0000 (+0000) Subject: No need to delay for varnishd to update stats, varnishtest does this for us X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7c8d0a1fe5e186879ba8d6a2a5a3d3f7548b6d1;p=varnish No need to delay for varnishd to update stats, varnishtest does this for us git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3328 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/b00001.vtc b/varnish-cache/bin/varnishtest/tests/b00001.vtc index 4bf4656a..92d37b8d 100644 --- a/varnish-cache/bin/varnishtest/tests/b00001.vtc +++ b/varnish-cache/bin/varnishtest/tests/b00001.vtc @@ -19,9 +19,6 @@ client c1 { expect resp.status == 200 } -run -# Give varnish a chance to update stats -delay .1 - varnish v1 -expect n_object == 0 varnish v1 -expect client_conn == 1 varnish v1 -expect client_req == 1