Hi Olaf,
I've a Mac with Mac OS X 10.4 and tried to execute this command:
$ perl -Iblib/lib t/11-inet6.t
1..5
ok 1 - use Net::DNS;
ok 2 - Preparing for v6 transport, got NS records for ripe.net
ok 3 - Preparing for v6 transport, got AAAA records for munnari.oz.au
#
# Using munnari.oz.au (2001:388:c02:4000:0:0:1:21) to query for ripe.net SOA
;; RESOLVER state:
;; domain =
;; searchlist =
;; nameservers = 2001:388:c02:4000:0:0:1:21
;; port = 53
;; srcport = 0
;; srcaddr = 0.0.0.0
;; tcp_timeout = 120
;; retrans = 5 retry = 4
;; usevc = 0 stayopen = 0 igntc = 0
;; defnames = 1 dnsrch = 1
;; recurse = 1 debug = 0
;; INET6 enabled
#
# The test below are skipped because of
# 'Send error: No route to host'
#
# This could be a indication that you actually do not have IPv6 connectivity
# Please try if 'ping6 2001:388:c02:4000:0:0:1:21' works before
contacting the maintainer
#
ok 4 # skip No answer available to analyse
ok 5 # skip No answer available to analyse
I don't know if this test i enough for you or not. Unfortunelly in my
home I haven't an IPv6 connectivity. I can make the same test on monday
at work with IPv6 support.
Let me know if you need this test with IPv6 or other.
Ciao,
Lorenzo Luconi Tromacchi
Show quoted text>
> Oh you mean the part just behind the few 100 lines of debug code
> is what I missed :-)
>
>
>
> t/10-recurse...............ok 8/12Server [10.0.1.1] did not give
> answers
> at
>
>/private/var/root/.cpan/build/test/netdns/blib/lib/Net/DNS/Resolver/Recurse.pm
> line 86.
> Server [10.0.1.1] did not give answers at
>
/private/var/root/.cpan/build/test/netdns/blib/lib/Net/DNS/Resolver/Recurse.pm
Show quoted text> line 86.
> # Failed test (t/10-recurse.t at line 62)
> # got: undef
> # expected: '3'
> # Looks like you planned 12 tests but only ran 9.
> t/10-recurse...............dubious
> Test returned status 4 (wstat 1024, 0x400)
> DIED. FAILED tests 9-12
> Failed 4/12 tests, 66.67% okay
>
>
> On 10-recurse:
>
> You are running your test against a recursive server on RFC1918 space.
> Changes are that beast is not connected to the Internet and you do not
> get the appropriate answers to actually start recursing. Hence the
> error.
>
> This is an error the tests do fail on more often, I do want to catch
> this failure Ignore it for now.
>
>
>
>
>
>
> t/11-escapedchars..........ok 96/141# disabling XS based dns_expand
> for
> a moment.
> t/11-escapedchars..........ok 99/141# Continuing to use the XS based
> dn_expand()
> t/11-escapedchars..........ok
>
> The test below 11-excapedchars is the relevant test in this context,
> that test uses the dn_expand function that is shipped with the
> package.
>
> Good to know that this compiles.
>
>
> t/11-inet6.................ok 5/6# Looks like you planned 6 tests but
> only ran 5.
> t/11-inet6.................dubious
>
>
> 11-inet6
>
> Hmmm this is suspicious... could you run
> perl -Iblib/lib t/11-inet6.t
> and provide me with the output. That would be very helpful.
>
>
> Thanks for the feedback, I appreciate it!.
>
> --Olaf