r4644 - trunk/varnish-cache/bin/varnishtest/tests
phk at varnish-cache.org
phk at varnish-cache.org
Fri Mar 26 12:31:21 CET 2010
Author: phk
Date: 2010-03-26 12:31:20 +0100 (Fri, 26 Mar 2010)
New Revision: 4644
Modified:
trunk/varnish-cache/bin/varnishtest/tests/e00003.vtc
Log:
Add another client cycle, to make sure there is no difference between
miss/hit ESI processing
Modified: trunk/varnish-cache/bin/varnishtest/tests/e00003.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/e00003.vtc 2010-03-24 12:41:53 UTC (rev 4643)
+++ trunk/varnish-cache/bin/varnishtest/tests/e00003.vtc 2010-03-26 11:31:20 UTC (rev 4644)
@@ -29,6 +29,11 @@
rxresp
expect resp.bodylen == 65
expect resp.status == 200
+ # test that there is no difference on miss/hit
+ txreq
+ rxresp
+ expect resp.bodylen == 65
+ expect resp.status == 200
}
client c1 -run
More information about the varnish-commit
mailing list