[master] b0e6629ae Revert "Fix test temporarily"

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Feb 20 16:00:07 UTC 2020


commit b0e6629ae87db8ce41df02b101ed4c9e66b75190
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Feb 20 16:05:05 2020 +0100

    Revert "Fix test temporarily"
    
    This reverts commit 54e7d45b7553791ea64fcf8376e23afd1034bc8e.
    
    However instead of reverting to the previous domain, I picked a
    different one that I hope will not turn out controversial.

diff --git a/bin/varnishtest/tests/v00016.vtc b/bin/varnishtest/tests/v00016.vtc
index 10c80fbf3..7a0252320 100644
--- a/bin/varnishtest/tests/v00016.vtc
+++ b/bin/varnishtest/tests/v00016.vtc
@@ -85,7 +85,7 @@ varnish v1 -errvcl {Regexp compilation error:} {
 varnish v1 -errvcl {resolves to too many addresses} {
 	backend b { .host = "127.0.0.1"; }
 	sub vcl_recv {
-		if (remote.ip == "www.varnish-cache.org") {}
+		if (remote.ip == "fastly.com") {}
 	}
 }
 


More information about the varnish-commit mailing list