[master] c85c4ecb4 vtc: Another recursive resolver breaking m11

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 12 05:26:08 UTC 2021


commit c85c4ecb4502ebc2da0f0cb394ff13ed02868bbb
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Aug 12 07:17:21 2021 +0200

    vtc: Another recursive resolver breaking m11
    
    Something DNS always breaks when I join a new network.

diff --git a/bin/varnishtest/tests/m00011.vtc b/bin/varnishtest/tests/m00011.vtc
index 243e5daf6..11cb16aec 100644
--- a/bin/varnishtest/tests/m00011.vtc
+++ b/bin/varnishtest/tests/m00011.vtc
@@ -37,7 +37,7 @@ varnish v1 -vcl+backend {
 		set resp.http.port4 = std.port(debug.get_ip());
 		std.timestamp("2001:db8::");
 
-		debug.store_ip(std.ip("2001::db8::", "[::1]"));
+		debug.store_ip(std.ip("2001::db8::", "[::1]", resolve = false));
 		set resp.http.ip5 = debug.get_ip();
 		set resp.http.port5 = std.port(debug.get_ip());
 		std.timestamp("2001::db8::");


More information about the varnish-commit mailing list