Skip Menu |

This queue is for tickets about the Config-Any CPAN distribution.

Report information
The Basics
Id: 25143
Status: resolved
Priority: 0/
Queue: Config-Any

People
Owner: Nobody in particular
Requestors: danielmcbrearty [...] gmail.com
Cc:
AdminCc:

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



Subject: make tests fails
I went to upgrade one of my boxes today, and had probs with failing tests. I sent an email to the module owner (rataxis@cpan.org) but got a "550 - the lights are out" reply from cpan. here's what happened (below). Looks like one of the test modules has a simple error, so I force installed. Thought you should know though ... this was with perl 5.8.8 thanks Daniel root@roomatthetop:/root/.cpan/build/Config-Any-0.06# make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-use..........ok t/10-branches.....ok t/20-parse........ok 18/54 skipped: various reasons t/50-general......ok t/51-ini..........ok 9/9 skipped: various reasons t/52-json.........ok t/53-perl.........ok t/54-xml..........ok 2/2 skipped: Couldn't Load XML plugin t/55-yaml.........ok t/61-features.....ok 1/10# Looks like you planned 10 tests but only ran 9. t/61-features.....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 10 Failed 1/10 tests, 90.00% okay (less 9 skipped tests: 0 okay, 0.00%) t/pod-coverage....skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............skipped all skipped: Test::Pod 1.14 required for testing POD Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/61-features.t 255 65280 10 2 20.00% 10 2 tests and 38 subtests skipped. Failed 1/12 test scripts, 91.67% okay. 1/98 subtests failed, 98.98% okay. make: *** [test_dynamic] Error 255 root@roomatthetop:/root/.cpan/build/Config-Any-0.06# perl -Ilib t/61- features.t 1..10 ok 1 # skip File loading backend for INI not found ok 2 # skip File loading backend for INI not found ok 3 # skip File loading backend for INI not found ok 4 # skip File loading backend for INI not found ok 5 # skip File loading backend for INI not found ok 6 # skip File loading backend for INI not found ok 7 # skip File loading backend for INI not found ok 8 # skip File loading backend for INI not found ok 9 # skip File loading backend for INI not found # Looks like you planned 10 tests but only ran 9.
From: joel [...] fysh.org
Thanks for reporting this. Turns out, when I wrote t/61_features.t (which tests some INI-specific features, and has a skip rule which skips the tests if you don't have the INI parsing backend installed) it worked fine, but then I added another test, updated the test plan correctly, but failed to ++ the number of tests to skip as well. For a quick fix, the tests on 0.06 should pass if you edit t/61_features.t and change the skip line from 9 to 10. I've released 0.06_01 to CPAN this evening which has the fix in. It should be on CPAN mirrors in a few hours, depending how often they update. You'll be able to get it from the PAUSE upload FTP right now if you're desperate though. My apologies for the hassle. /joel
Resolved in version 0.06_01.
Subject: Re: [rt.cpan.org #25143] make tests fails
Date: Sun, 25 Feb 2007 20:49:59 +0100
To: bug-Config-Any [...] rt.cpan.org
From: "Daniel McBrearty" <danielmcbrearty [...] gmail.com>
thanks. no hassle at all - I figured it was only the # tests that was wrong, so I just went ahead and installed anyhow. glad it was an easy fix .. BTW when I mailed your @cpan address, it bounced ... cheers D On 2/25/07, Joel Bernstein via RT <bug-Config-Any@rt.cpan.org> wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=25143 > > > Thanks for reporting this. Turns out, when I wrote t/61_features.t > (which tests some INI-specific features, and has a skip rule which skips > the tests if you don't have the INI parsing backend installed) it worked > fine, but then I added another test, updated the test plan correctly, > but failed to ++ the number of tests to skip as well. For a quick fix, > the tests on 0.06 should pass if you edit t/61_features.t and change the > skip line from 9 to 10. > > I've released 0.06_01 to CPAN this evening which has the fix in. It > should be on CPAN mirrors in a few hours, depending how often they > update. You'll be able to get it from the PAUSE upload FTP right now if > you're desperate though. > > My apologies for the hassle. > > /joel > >
-- Daniel McBrearty email : danielmcbrearty at gmail.com www.engoi.com : the multi - language vocab trainer BTW : 0873928131
PAUSE email settings fixed. Thanks for the pointer.