You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Jason Wilson <jw...@vistabroadband.com> on 2007/08/10 06:05:35 UTC

Net::DNS t/10-recurse test fails

Hello,

I hope I'm doing this right. I'm trying to install an SA required 
module, Net::DNS, and it fails one of the tests.

Running "make test" I see the following:

t/10-recurse...............1..12
ok 1 - use Net::DNS::Resolver::Recurse;
ok 2 - The object isa Net::DNS::Resolver::Recurse
ok 3 - hints() set
ok 4 - sanity check worked
ok 5 - got a packet
ok 6 - answer has RRs
ok 7 - got a packet
ok 8 - anwer section had RRs
Server [206.176.250.54] did not give answers at 
/root/Net-DNS-0.61/blib/lib/Net/DNS/Resolver/Recurse.pm line 86.
Server [206.176.250.54] did not give answers at 
/root/Net-DNS-0.61/blib/lib/Net/DNS/Resolver/Recurse.pm line 86.

not ok 9
#   Failed test in t/10-recurse.t at line 92.
#          got: undef
#     expected: '3'
# Looks like you planned 12 tests but only ran 9.
# Looks like you failed 1 test of 9 run.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 9-12
        Failed 4/12 tests, 66.67% okay

I've searched around, and can't find any reason why this might be 
happening. Any help would be greatly appreciated.