Skip Menu |

This queue is for tickets about the OAI-Harvester CPAN distribution.

Report information
The Basics
Id: 74631
Status: resolved
Priority: 0/
Queue: OAI-Harvester

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

Bug Information
Severity: (no value)
Broken in: 1.14b
Fixed in: (no value)



Subject: 005.header.t tests failing for Net::OAI::Harvester module
t/003.error.t ............... ok t/005.header.t .............. 11/14 # Failed test 'errorCode()' # at t/005.header.t line 41. # Failed test 'errorString()' # at t/005.header.t line 42. # Failed test 'identifier()' # at t/005.header.t line 45. # got: '' # expected: 'oai:generic.eprints.org:399' # Failed test 'status' # at t/005.header.t line 46. # got: undef # expected: 'deleted' # Looks like you failed 4 tests of 14. t/005.header.t .............. Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/14 subtests t/006.resumption.t .......... ok t/010.identify.t ............ ok t/020.listmetadata.t ........ ok t/030.listidentifiers.t ..... ok t/035.listallidentifiers.t .. ok t/040.getrecord.t ........... ok t/050.listrecords.t ......... 3/? Wide character in print at /home/rob/svn/cap-libs- trunk/perl/lib/perl5/Test/Builder.pm line 1759. t/050.listrecords.t ......... 13/? Wide character in print at /home/rob/svn/cap-libs- trunk/perl/lib/perl5/Test/Builder.pm line 1759. Wide character in print at /home/rob/svn/cap-libs-trunk/perl/lib/perl5/Test/Builder.pm line 1759. t/050.listrecords.t ......... ok t/055.listallrecords.t ...... ok t/060.listsets.t ............ ok t/070.dump.t ................ ok Test Summary Report ------------------- t/005.header.t (Wstat: 1024 Tests: 14 Failed: 4) Failed tests: 11-14 Non-zero exit status: 4 Files=15, Tests=10748, 225 wallclock secs ( 4.72 usr 0.39 sys + 34.52 cusr 3.70 csys = 43.33 CPU) Result: FAIL Failed 1/15 test programs. 4/10748 subtests failed. THB/OAI-Harvester-1.14b.tar.gz ./Build test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports THB/OAI-Harvester-1.14b.tar.gz Running Build install Already done Failed during this command: THB/OAI-Harvester-1.14b.tar.gz : make_test NO ==== rob@dev:~/svn$ perl -v This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi Copyright 1987-2007, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. ==== rob@dev:~/svn$ uname -a Linux dev 2.6.35-23-server #41-Ubuntu SMP Wed Nov 24 12:12:17 UTC 2010 x86_64 GNU/Linux
One of the repositories used for the tests had a change in its identifier scheme, which I reacted to in developer versions of OAI-Harvester but unfortunately did not release timely... I just released version 1.15 based on 1.14_51 which seems to test o.k. on cpantesters. This new version should be visible on CPAN mirrors within the next couple of hours or so. Sorry for the mess Thomas Berger