[master] 877f011 Wait a bit before trying to start/use varnishd again

Tollef Fog Heen tfheen at varnish-cache.org
Mon Feb 13 10:34:23 CET 2012


commit 877f011eda4a1c83f7b5f1fa7e537e16f752e63c
Author: Rogier 'DocWilco' Mulhuijzen <github at bsdchicks.com>
Date:   Wed Jan 18 10:51:16 2012 +0100

    Wait a bit before trying to start/use varnishd again

diff --git a/bin/varnishtest/tests/p00007.vtc b/bin/varnishtest/tests/p00007.vtc
index 78aa8fb..7dc2e68 100644
--- a/bin/varnishtest/tests/p00007.vtc
+++ b/bin/varnishtest/tests/p00007.vtc
@@ -53,6 +53,8 @@ varnish v1 -cliok "debug.persistent s0 dump"
 # Panic worker so second segment does not get closed
 varnish v1 -clierr 400 "debug.panic.worker"
 
+delay 0.5
+
 # start again
 varnish v1 -start
 
diff --git a/bin/varnishtest/tests/v00010.vtc b/bin/varnishtest/tests/v00010.vtc
index 45dbc79..b44fc13 100644
--- a/bin/varnishtest/tests/v00010.vtc
+++ b/bin/varnishtest/tests/v00010.vtc
@@ -42,6 +42,8 @@ varnish v1 -cliok "start"
 varnish v1 -wait-running
 sema r1 sync 2
 
+delay 0.5
+
 client c1 {
 	txreq -url "/"
 	rxresp



More information about the varnish-commit mailing list