]> err.no Git - varnish/commitdiff
Be more careful about concurrency.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 14 Aug 2008 14:47:37 +0000 (14:47 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 14 Aug 2008 14:47:37 +0000 (14:47 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3093 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/c00015.vtc
varnish-cache/bin/varnishtest/tests/v00006.vtc

index 505623a34360963da911a88a1aa1cd43a1e0dcbb..4bea77fbe6193c704251f8fc16217f46549ddbb2 100644 (file)
@@ -29,7 +29,7 @@ client c1 {
        expect resp.status == 200
        expect resp.http.content-length == 6
        expect resp.http.x-varnish == "1001"
-} -start
+} -run
 
 varnish v1 -cli "vcl.use vcl2"
 
@@ -39,7 +39,7 @@ client c2 {
        expect resp.status == 200
        expect resp.http.content-length == 7
        expect resp.http.x-varnish == "1002"
-} -start
+} -run
 
 varnish v1 -cli "vcl.use vcl1"
 
@@ -49,7 +49,7 @@ client c3 {
        expect resp.status == 200
        expect resp.http.content-length == 6
        expect resp.http.x-varnish == "1003 1001"
-} -start
+} -run
 
 varnish v1 -cli "vcl.show vcl2"
 varnish v1 -cli "vcl.discard vcl2"
index 04ff2553f941cc04c910474e87759e04ee538473..9839b796dedc66ad744e165b6e24087e8be91513 100644 (file)
@@ -62,7 +62,7 @@ varnish v1 -expect n_vcl_discard == 1
 client c1 {
        txreq -url /foo
        rxresp
-} -start
+} -run
 
 # The workthread should have released its VCL reference now
 # but we need to tickle the CLI to notice