[master] 7cfe14da7 vtc: Retire irrelevant test case

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Sep 10 09:03:05 UTC 2021


commit 7cfe14da72407830114ff80e7075e5de38334035
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Sep 10 10:53:46 2021 +0200

    vtc: Retire irrelevant test case

diff --git a/bin/varnishtest/tests/r00263.vtc b/bin/varnishtest/tests/r00263.vtc
deleted file mode 100644
index 5b75b6f55..000000000
--- a/bin/varnishtest/tests/r00263.vtc
+++ /dev/null
@@ -1,24 +0,0 @@
-varnishtest "Test refcounting backends from director"
-
-# XXX: This test is probably not relevant with VMOD.directors
-
-varnish v1  -vcl {
-	import directors;
-
-	backend node1 { .host = "10.0.0.1"; .port = "80"; }
-	backend node2 { .host = "10.0.0.2"; .port = "80"; }
-	backend node3 { .host = "10.0.0.3"; .port = "80"; }
-
-	sub vcl_init {
-		new cluster = directors.random();
-		cluster.add_backend(node1, 1);
-		cluster.add_backend(node2, 1);
-		cluster.add_backend(node3, 1);
-	}
-
-	sub vcl_backend_fetch {
-		set bereq.backend = cluster.backend();
-	}
-} -start
-
-varnish v1 -wait


More information about the varnish-commit mailing list