New issue 144 by nsoll...@gmail.com: Cpan shell build/install
http://code.google.com/p/perlwikipedia/issues/detail?id=144
What steps will reproduce the problem?
1. install / build from perl cpan shell
2.
3.
What is the expected output? What do you see instead?
installation of MediaWiki::Bot
List of failed checks
What version of the product are you using? On what operating system?
version: 3.2.6
Linux Debian Lenny
Please provide any additional information below.
t/04_revert.t .................. 1/2
# Failed test 'Reverted successfully'
# at t/04_revert.t line 31.
# got: '0.381481322533549'
# expected: '0.944425795533792
#
# == MediaWiki::Bot tests (02_edit.t) ==
#
# 0.120864783038513'
t/04_revert.t .................. 2/2 # Looks like you failed 1 test of 2.
t/04_revert.t .................. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/20_get_allusers.t ............ 1/1
# Failed test 'Got 10 users'
# at t/20_get_allusers.t line 16.
# got: '11'
# expected: '10'
# Looks like you failed 1 test of 1.
t/20_get_allusers.t ............ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/04_revert.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/20_get_allusers.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=47, Tests=283, 650 wallclock secs ( 0.10 usr 0.05 sys + 6.45 cusr
1.00 csys = 7.60 CPU)
Result: FAIL
Failed 2/47 test programs. 2/283 subtests failed.
make: *** [test_dynamic] Error 255
LIFEGUARD/MediaWiki-Bot-3.2.6.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports LIFEGUARD/MediaWiki-Bot-3.2.6.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
LIFEGUARD/MediaWiki-Bot-3.2.6.tar.gz : make_test NO
Comment #1 on issue 144 by mike.lifeguard: Cpan shell build/install
http://code.google.com/p/perlwikipedia/issues/detail?id=144
Thank you for your report. The test 04_revert.t is known to be fragile, but
it isn't clear how we can best fix it - see issue 137.
Test 20_get_allusers.t should not be failing, however. I'll investigate
shortly.