Skip Menu |

This queue is for tickets about the DBIx-Class-Schema-Loader CPAN distribution.

Report information
The Basics
Id: 60318
Status: resolved
Priority: 0/
Queue: DBIx-Class-Schema-Loader

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

Bug Information
Severity: Normal
Broken in: 0.07001
Fixed in: (no value)



Subject: Test failure on x86_64
Test t/10sqlite_common.t fails, apparently when deserializing data: [guillomovitch@klodia DBIx-Class-Schema-Loader-0.07001]$ prove -l t/10sqlite_common.t t/10sqlite_common.t .. 1/217 # Failed test 'Loader initialization' # at t/lib/dbixcsl_common_tests.pm line 225. # Byte order is not compatible at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al) line 380, at /usr/lib/perl5/vendor_perl/5.10.1/Lingua/EN/Tagger.pm line 167 # Failed test 'correct number of files generated' # at t/lib/dbixcsl_common_tests.pm line 248. # got: undef # expected: '44' # Failed test 'Expected loader warning' # at t/lib/dbixcsl_common_tests.pm line 271. # got: '1' # expected: '3' # Can't stat ./t/_common_dump: Aucun fichier ou dossier de ce type # at t/lib/dbixcsl_common_tests.pm line 227 # Failed test 'Missing PK warning' # at t/lib/dbixcsl_common_tests.pm line 273. # got: '0' # expected: '1' Use of uninitialized value $file_count in numeric ne (!=) at t/lib/dbixcsl_common_tests.pm line 286. # Looks like you planned 217 tests but ran 4. # Looks like you failed 4 tests of 4 run.
Subject: Re: [rt.cpan.org #60318] Test failure on x86_64
Date: Sat, 14 Aug 2010 11:47:43 -0400
To: bug-DBIx-Class-Schema-Loader [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] cpan.org>
Actually never mind, I would've gotten test failures on amd64 from cpantesters, so it's probably something wrong with the perl on your machine. "Guillaume Rousse via RT" <bug-DBIx-Class-Schema-Loader@rt.cpan.org> wrote: Show quoted text
>Fri Aug 13 15:07:43 2010: Request 60318 was acted upon. >Transaction: Ticket created by GROUSSE > Queue: DBIx-Class-Schema-Loader > Subject: Test failure on x86_64 > Broken in: 0.07001 > Severity: Normal > Owner: Nobody > Requestors: grousse@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60318 > > > >Test t/10sqlite_common.t fails, apparently when deserializing data: > >[guillomovitch@klodia DBIx-Class-Schema-Loader-0.07001]$ prove -l >t/10sqlite_common.t >t/10sqlite_common.t .. 1/217 ># Failed test 'Loader initialization' ># at t/lib/dbixcsl_common_tests.pm line 225. ># Byte order is not compatible at ../../lib/Storable.pm (autosplit into >../../lib/auto/Storable/_retrieve.al) line 380, at >/usr/lib/perl5/vendor_perl/5.10.1/Lingua/EN/Tagger.pm line 167 > ># Failed test 'correct number of files generated' ># at t/lib/dbixcsl_common_tests.pm line 248. ># got: undef ># expected: '44' > ># Failed test 'Expected loader warning' ># at t/lib/dbixcsl_common_tests.pm line 271. ># got: '1' ># expected: '3' ># Can't stat ./t/_common_dump: Aucun fichier ou dossier de ce type ># at t/lib/dbixcsl_common_tests.pm line 227 > ># Failed test 'Missing PK warning' ># at t/lib/dbixcsl_common_tests.pm line 273. ># got: '0' ># expected: '1' >Use of uninitialized value $file_count in numeric ne (!=) at >t/lib/dbixcsl_common_tests.pm line 286. ># Looks like you planned 217 tests but ran 4. ># Looks like you failed 4 tests of 4 run. >
Subject: Re: [rt.cpan.org #60318] Test failure on x86_64
Date: Sat, 14 Aug 2010 08:38:59 -0400
To: bug-DBIx-Class-Schema-Loader [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] cpan.org>
Looks like a bug in Lingua::EN::Tagger, probably something to do with the way it stores word lists. "Guillaume Rousse via RT" <bug-DBIx-Class-Schema-Loader@rt.cpan.org> wrote: Show quoted text
>Fri Aug 13 15:07:43 2010: Request 60318 was acted upon. >Transaction: Ticket created by GROUSSE > Queue: DBIx-Class-Schema-Loader > Subject: Test failure on x86_64 > Broken in: 0.07001 > Severity: Normal > Owner: Nobody > Requestors: grousse@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=60318 > > > >Test t/10sqlite_common.t fails, apparently when deserializing data: > >[guillomovitch@klodia DBIx-Class-Schema-Loader-0.07001]$ prove -l >t/10sqlite_common.t >t/10sqlite_common.t .. 1/217 ># Failed test 'Loader initialization' ># at t/lib/dbixcsl_common_tests.pm line 225. ># Byte order is not compatible at ../../lib/Storable.pm (autosplit into >../../lib/auto/Storable/_retrieve.al) line 380, at >/usr/lib/perl5/vendor_perl/5.10.1/Lingua/EN/Tagger.pm line 167 > ># Failed test 'correct number of files generated' ># at t/lib/dbixcsl_common_tests.pm line 248. ># got: undef ># expected: '44' > ># Failed test 'Expected loader warning' ># at t/lib/dbixcsl_common_tests.pm line 271. ># got: '1' ># expected: '3' ># Can't stat ./t/_common_dump: Aucun fichier ou dossier de ce type ># at t/lib/dbixcsl_common_tests.pm line 227 > ># Failed test 'Missing PK warning' ># at t/lib/dbixcsl_common_tests.pm line 273. ># got: '0' ># expected: '1' >Use of uninitialized value $file_count in numeric ne (!=) at >t/lib/dbixcsl_common_tests.pm line 286. ># Looks like you planned 217 tests but ran 4. ># Looks like you failed 4 tests of 4 run. >
Le Lun 16 Aoû 2010 09:40:57, rkitover@cpan.org a écrit : Show quoted text
> Looks like a bug in Lingua::EN::Tagger, probably something to do with > the way it stores word lists.
Indeed. Despite being a pure-perl package, Lingua::EN::Tagger serialize some default word list at installation in a way that makes it arch-dependant.