[4.0] d861c18 This file was named wrong, and the test does not make sense anymore, since the backend health information is in the fetch thread

Andreas Plesner apj at mutt.dk
Tue Apr 1 15:09:56 CEST 2014


commit d861c18fc97d74068e58337be86b306e0920b075
Author: Andreas Plesner <apj at mutt.dk>
Date:   Mon Mar 31 12:39:39 2014 +0200

    This file was named wrong, and the test does not make sense anymore, since the backend health information is in the fetch thread

diff --git a/bin/varnishtest/tests/r01228.vcl b/bin/varnishtest/tests/r01228.vcl
deleted file mode 100644
index 1cb7e01..0000000
--- a/bin/varnishtest/tests/r01228.vcl
+++ /dev/null
@@ -1,21 +0,0 @@
-varnishtest "req.backend.healthy in vcl_deliver"
-
-server s1 {
-	rxreq
-	txresp
-} -start
-
-varnish v1 -vcl+backend {
-
-	import ${vmod_std};
-
-	sub vcl_deliver {
-	    set resp.http.x-foo = std.healthy(req.backend);
-	}
-} -start
-
-client c1 {
-	txreq
-	rxresp
-	expect resp.status == 200
-} -run



More information about the varnish-commit mailing list