[master] f3eedb2 Subtly change this test-case.

Poul-Henning Kamp phk at varnish-cache.org
Thu Jun 6 10:35:11 CEST 2013


commit f3eedb220246c5e6e1768ae752af52c0387084a1
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Jun 6 08:34:08 2013 +0000

    Subtly change this test-case.
    
    We may have to retire it, it is quite flakey overall for reasons that
    are not worth the bother to work around.

diff --git a/bin/varnishtest/tests/r01030.vtc b/bin/varnishtest/tests/r01030.vtc
index 4f95d70..8b7d403 100644
--- a/bin/varnishtest/tests/r01030.vtc
+++ b/bin/varnishtest/tests/r01030.vtc
@@ -39,7 +39,7 @@ client c1 {
 	expect resp.status == 201
 } -run
 
-delay 0.1
+#delay 0.1
 varnish v1 -expect bans_tests_tested == 0
 
 delay 1.0
@@ -57,7 +57,7 @@ client c2 {
 	expect resp.status == 201
 } -run
 
-delay 0.1
+#delay 0.1
 varnish v1 -expect bans_tests_tested == 1
 
 delay 1.1



More information about the varnish-commit mailing list