[master] df5ce64 Retire this test-case again, it fails after the change to socket (re)open code.
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Mon Mar 16 15:25:50 CET 2015
    
    
  
commit df5ce641f9f529e1dc525d5d29aac8579fee082c
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 16 14:25:31 2015 +0000
    Retire this test-case again, it fails after the change to
    socket (re)open code.
diff --git a/bin/varnishtest/tests/c00069.vtc b/bin/varnishtest/tests/c00069.vtc
deleted file mode 100644
index 76c4b56..0000000
--- a/bin/varnishtest/tests/c00069.vtc
+++ /dev/null
@@ -1,21 +0,0 @@
-varnishtest "Test failure if our listen socket gets stolen"
-
-server s1 {
-	rxreq
-	txresp
-} -start
-
-varnish v1 -arg "-a :0" -vcl+backend {} -start
-
-client c1 {
-	txreq
-	rxresp
-	expect resp.status == 200
-} -run
-
-varnish v1 -stop
-
-# Now have another varnish steal the listen socket
-varnish v2 -arg "-a ${v1_addr}:${v1_port}" -vcl+backend {} -start
-
-varnish v1 -clierr 300 "start"
    
    
More information about the varnish-commit
mailing list