Skip Menu |

This queue is for tickets about the Test-Pod-LinkCheck CPAN distribution.

Report information
The Basics
Id: 65752
Status: resolved
Priority: 0/
Queue: Test-Pod-LinkCheck

People
Owner: Nobody in particular
Requestors: DOHERTY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.004
Fixed in: (no value)



Subject: multiple test failures
http://sprunge.us/NSZG shows the failure: PERL_DL_NONLAZY=1 /home/mike/perl5/perlbrew/perls/perl-5.12.3/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ........ ok t/apocalypse.t ........ skipped: Test::Apocalypse required for validating the distribution # Failed test 'Test::More check on CPANPLUS' # at t/cpan_backend.t line 24. # got: '0' # expected: '1' # Failed test 'Test::More check on CPANPLUS (cached)' # at t/cpan_backend.t line 35. # got: '0' # expected: '1' # Looks like you failed 2 tests of 9. t/cpan_backend.t ...... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/9 subtests # Failed test 'LinkCheck test for blib/lib/Test/Pod/LinkCheck.pm' # at /home/mike/.cpan/build/Test-Pod-LinkCheck-0.004- tx0pdR/blib/lib/Test/Pod/LinkCheck.pm line 183. # Erroneous links: # * blib/lib/Test/Pod/LinkCheck.pm:574:5 - Unknown pod file 'Test::Pod::No404s' - module doesn't exist in CPAN # * blib/lib/Test/Pod/LinkCheck.pm:639:1 - Unknown pod file 'Test::Pod::No404s' - module doesn't exist in CPAN # Looks like you failed 1 test of 1. t/linkcheck.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests # Failed test 'LinkCheck test for blib/lib/Test/Pod/LinkCheck.pm' # at /home/mike/.cpan/build/Test-Pod-LinkCheck-0.004- tx0pdR/blib/lib/Test/Pod/LinkCheck.pm line 183. # Erroneous links: # * blib/lib/Test/Pod/LinkCheck.pm:574:5 - Unknown pod file 'Test::Pod::No404s' - module doesn't exist in CPAN # * blib/lib/Test/Pod/LinkCheck.pm:639:1 - Unknown pod file 'Test::Pod::No404s' - module doesn't exist in CPAN # Looks like you failed 1 test of 1. t/linkcheck_import.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests # Failed test 'ok for pass_cpan' # at t/simple.t line 105. # got: '0' # expected: '1' # Failed test 'actual_ok for pass_cpan' # at t/simple.t line 105. # got: '0' # expected: '1' # Looks like you failed 2 tests of 70. t/simple.t ............ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/70 subtests Test Summary Report ------------------- t/cpan_backend.t (Wstat: 512 Tests: 9 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 t/linkcheck.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/linkcheck_import.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/simple.t (Wstat: 512 Tests: 70 Failed: 2) Failed tests: 63-64 Non-zero exit status: 2 Files=6, Tests=82, 7 wallclock secs ( 0.09 usr 0.03 sys + 6.67 cusr 0.72 csys = 7.51 CPU) Result: FAIL Failed 4/6 test programs. 6/82 subtests failed. make: *** [test_dynamic] Error 2

Message body is not shown because it is too large.

Hello, Thanks very much for reporting this. CPANTesters has been sending me emails regularly about FAILs, darnit! I didn't have the tuits to attack this and re-organize the testsuite until now. I've just released 0.005 on CPAN which cleans up a few things and *should* make the tests pass. ( I sorta cheated - they're marked TODO heh ) Also, I've updated the POD to point out that this module definitely won't function properly if you don't have a configured CPAN.pm/CPANPLUS. Please let me know if 0.005 passes tests on your machine, and most importantly - functions as expected when you run it on your POD! Thanks again :) -- ~Apocalypse
Subject: Re: [rt.cpan.org #65752] multiple test failures
Date: Tue, 22 Feb 2011 18:53:10 -0800
To: bug-Test-Pod-LinkCheck [...] rt.cpan.org
From: Mike Doherty <doherty [...] cs.dal.ca>
On 11-02-21 01:59 PM, Apocalypse via RT wrote: Show quoted text
> Please let me know if 0.005 passes tests on your machine, and most > importantly - functions as expected when you run it on your POD! Thanks > again :)
It passes tests.
Hello, Thanks again for reporting this! I've just uploaded v0.007 to CPAN which fixes this. Please re-open if it still FAILs for you and I'll kick some ass :) -- ~Apocalypse