From 5238f4e268e9d4e5cc50cd9da677656df6e953cd Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Sun, 4 Mar 2007 23:42:32 +0000 Subject: [PATCH] 1.0.3.27: disable test for get-host-by-name for non-existing hosts * Many people have DNS setups where this test will always fail. --- contrib/sb-bsd-sockets/tests.lisp | 4 ++++ version.lisp-expr | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/sb-bsd-sockets/tests.lisp b/contrib/sb-bsd-sockets/tests.lisp index f0ceba2..420c123 100644 --- a/contrib/sb-bsd-sockets/tests.lisp +++ b/contrib/sb-bsd-sockets/tests.lisp @@ -196,6 +196,10 @@ (host-ent-name (get-host-by-address #(198 41 0 4))) "a.root-servers.net") +;;; These days lots of people seem to be using DNS servers that don't +;;; report resolving failures for non-existing domains. This test +;;; will fail there, so we've disabled it. +#+nil (deftest get-host-by-name-wrong (handler-case (get-host-by-name "foo.tninkpad.telent.net.") diff --git a/version.lisp-expr b/version.lisp-expr index 9cb9e45..540d01b 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.3.26" +"1.0.3.27" -- 1.7.10.4