diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-01 19:44:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-01 19:54:04 +0100 |
commit | 7d8d08c484958a90f5d5744894b9bc2f723bee4e (patch) | |
tree | d829ba1558ceb4371d0f38a76d6717bcdca84e7d /test/stderr/0463 | |
parent | 2944124ccb62cbf64e44bc8e0894fb30307514da (diff) |
Support TTL from SOA for NXDOMAIN & NODATA cache entries. Bug 1395
Diffstat (limited to 'test/stderr/0463')
-rw-r--r-- | test/stderr/0463 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stderr/0463 b/test/stderr/0463 index 13b77a886..694d9df8b 100644 --- a/test/stderr/0463 +++ b/test/stderr/0463 @@ -19,6 +19,7 @@ checking domains DNS lookup of ten-1 (MX) using fakens DNS lookup of ten-1 (MX) gave NO_DATA returning DNS_NODATA + writing neg-cache entry for ten-1-MX-41, ttl 3600 Address records are not being sought ten-1 in "!@mx_any"? yes (end of list) calling all router @@ -27,6 +28,8 @@ all router called for x@ten-1 DNS lookup of ten-1 (MX) using fakens DNS lookup of ten-1 (MX) gave NO_DATA returning DNS_NODATA + writing neg-cache entry for ten-1-MX-c1, ttl 3600 + writing neg-cache entry for ten-1-AAAA-c1, ttl 3600 DNS lookup of ten-1 (A) using fakens DNS lookup of ten-1 (A) succeeded fully qualified name = ten-1.test.ex @@ -44,6 +47,7 @@ checking domains DNS lookup of ten-1.test.ex (MX) using fakens DNS lookup of ten-1.test.ex (MX) gave NO_DATA returning DNS_NODATA + writing neg-cache entry for ten-1.test.ex-MX-41, ttl 3600 Address records are not being sought ten-1.test.ex in "!@mx_any"? yes (end of list) calling all router @@ -52,6 +56,8 @@ all router called for x@ten-1.test.ex DNS lookup of ten-1.test.ex (MX) using fakens DNS lookup of ten-1.test.ex (MX) gave NO_DATA returning DNS_NODATA + writing neg-cache entry for ten-1.test.ex-MX-c1, ttl 3600 + writing neg-cache entry for ten-1.test.ex-AAAA-c1, ttl 3600 DNS lookup of ten-1.test.ex (A) using fakens DNS lookup of ten-1.test.ex (A) succeeded fully qualified name = ten-1.test.ex |