r3093 - trunk/varnish-cache/bin/varnishtest/tests
phk at projects.linpro.no
phk at projects.linpro.no
Thu Aug 14 16:47:37 CEST 2008
Author: phk
Date: 2008-08-14 16:47:37 +0200 (Thu, 14 Aug 2008)
New Revision: 3093
Modified:
trunk/varnish-cache/bin/varnishtest/tests/c00015.vtc
trunk/varnish-cache/bin/varnishtest/tests/v00006.vtc
Log:
Be more careful about concurrency.
Modified: trunk/varnish-cache/bin/varnishtest/tests/c00015.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00015.vtc 2008-08-14 06:32:15 UTC (rev 3092)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00015.vtc 2008-08-14 14:47:37 UTC (rev 3093)
@@ -29,7 +29,7 @@
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 @@
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 @@
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"
Modified: trunk/varnish-cache/bin/varnishtest/tests/v00006.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/v00006.vtc 2008-08-14 06:32:15 UTC (rev 3092)
+++ trunk/varnish-cache/bin/varnishtest/tests/v00006.vtc 2008-08-14 14:47:37 UTC (rev 3093)
@@ -62,7 +62,7 @@
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
More information about the varnish-commit
mailing list