Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 17808
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: rcooper [...] dwford.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.56
Fixed in: (no value)



Subject: Net-DNS test 11-inet6.t fails with ran 10 of 11 tests
The IPV6 test suit fails with only ran 10 of 11 tests, it appears to correctly identify my lack of IPV6 support and skipp all tests but it appears it only had 10 tests. If I change: use Test::More tests=>11; to use Test::More tests=>10; then the test suite completes correctly. Perl Info: Summary of my perl5 (revision 5.0 version 8 subversion 0) OS Info: Redhat 7.3 Kernel 2.4.18 BIND 9.2.3rc2 make test TEST_VERBOSE=1 info: t/11-inet6.................1..11 ok 1 - use Net::DNS; ok 2 # skip Socket6 and or IO::Socket::INET6 not loaded # You will need to install these modules for IPv6 transport support ok 3 # skip Socket6 and or IO::Socket::INET6 not loaded # You will need to install these modules for IPv6 transport support ok 4 # skip Socket6 and or IO::Socket::INET6 not loaded # You will need to install these modules for IPv6 transport support ok 5 # skip Socket6 and or IO::Socket::INET6 not loaded # You will need to install these modules for IPv6 transport support ok 6 # skip Socket6 and or IO::Socket::INET6 not loaded # You will need to install these modules for IPv6 transport support ok 7 # skip Socket6 and or IO::Socket::INET6 not loaded # You will need to install these modules for IPv6 transport support ok 8 # skip Socket6 and or IO::Socket::INET6 not loaded # You will need to install these modules for IPv6 transport support ok 9 # skip Socket6 and or IO::Socket::INET6 not loaded # You will need to install these modules for IPv6 transport support ok 10 # skip Socket6 and or IO::Socket::INET6 not loaded # You will need to install these modules for IPv6 transport support # Looks like you planned 11 tests but only ran 10. dubious
Subject: Re: [rt.cpan.org #17808] Net-DNS test 11-inet6.t fails with ran 10 of 11 tests
Date: Wed, 22 Feb 2006 19:07:56 +0100
To: bug-Net-DNS [...] rt.cpan.org
From: "Olaf M. Kolkman" <olaf [...] dacht.net>
Thanks, this test-script bug roared its ugly head pretty soon after the release. I'll release a new version sometime this week. --Olaf Guest via RT wrote: Show quoted text
>Wed Feb 22 12:28:35 2006: Request 17808 was acted upon. >Transaction: Ticket created by guest > Queue: Net-DNS > Subject: Net-DNS test 11-inet6.t fails with ran 10 of 11 tests > Owner: Nobody > Requestors: rcooper@dwford.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=17808 > > > >The IPV6 test suit fails with only ran 10 of 11 tests, it appears to >correctly identify my lack of IPV6 support and skipp all tests but it >appears it only had 10 tests. If I change: >use Test::More tests=>11; to use Test::More tests=>10; then the test >suite completes correctly. > >Perl Info: >Summary of my perl5 (revision 5.0 version 8 subversion 0) > >OS Info: > >Redhat 7.3 Kernel 2.4.18 >BIND 9.2.3rc2 > > >make test TEST_VERBOSE=1 info: > >t/11-inet6.................1..11 >ok 1 - use Net::DNS; >ok 2 # skip Socket6 and or IO::Socket::INET6 not loaded ># You will need to install these modules for IPv6 transport support >ok 3 # skip Socket6 and or IO::Socket::INET6 not loaded ># You will need to install these modules for IPv6 transport support >ok 4 # skip Socket6 and or IO::Socket::INET6 not loaded ># You will need to install these modules for IPv6 transport support >ok 5 # skip Socket6 and or IO::Socket::INET6 not loaded ># You will need to install these modules for IPv6 transport support >ok 6 # skip Socket6 and or IO::Socket::INET6 not loaded ># You will need to install these modules for IPv6 transport support >ok 7 # skip Socket6 and or IO::Socket::INET6 not loaded ># You will need to install these modules for IPv6 transport support >ok 8 # skip Socket6 and or IO::Socket::INET6 not loaded ># You will need to install these modules for IPv6 transport support >ok 9 # skip Socket6 and or IO::Socket::INET6 not loaded ># You will need to install these modules for IPv6 transport support >ok 10 # skip Socket6 and or IO::Socket::INET6 not loaded ># You will need to install these modules for IPv6 transport support ># Looks like you planned 11 tests but only ran 10. >dubious > > >