Skip Menu |

This queue is for tickets about the Class-DBI-DATA-Schema CPAN distribution.

Report information
The Basics
Id: 35364
Status: open
Priority: 0/
Queue: Class-DBI-DATA-Schema

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

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



Subject: cpantesters say PASS 44 : FAIL 38
cpantesters say PASS 44 : FAIL 38 (http://cpantesters.perl.org/show/Class-DBI-DATA-Schema.html) I peeked at some PASSes and they were only passing because the test was skipped due to missing (but undeclared) prerequisites. So I estimate this is a 100% FAIL at the moment. Here is one of the FAILs: PERL_DL_NONLAZY=1 /usr/perl5.8.8@33662/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/data.............. # Failed test 'We have one film automatically set up' # at t/data.t line 21. # got: '0' # expected: '1' Can't call method "rating" on an undefined value at t/data.t line 27. # Looks like you planned 10 tests but only ran 7. # Looks like you failed 1 test of 7 run. # Looks like your test died just after 7. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/10 subtests Thanks,
CC: bug-SQL-Translator [...] rt.cpan.org
Subject: Re: [rt.cpan.org #35364] cpantesters say PASS 44 : FAIL 38
Date: Thu, 24 Apr 2008 19:15:08 +0900
To: bug-Class-DBI-DATA-Schema [...] rt.cpan.org
From: "Tony Bowden" <tony [...] tmtm.com>
Show quoted text
> I peeked at some PASSes and they were only passing because the test was > skipped due to missing (but undeclared) prerequisites.
I added some debug info and it seems that this is because SQL::Translator is no longer converting the INSERT statement correctly: --- TRANSLATING INSERT INTO film (title, rating) VALUES ("Veronique", 15); from MySQL to SQLite : ...INTO... BEGIN TRANSACTION; COMMIT; ---- I can't see why this is happening right now. Tony
CC: bug-SQL-Translator [...] rt.cpan.org
Subject: Re: [rt.cpan.org #35364] cpantesters say PASS 44 : FAIL 38
Date: Thu, 24 Apr 2008 19:15:08 +0900
To: bug-Class-DBI-DATA-Schema [...] rt.cpan.org
From: "Tony Bowden" <tony [...] tmtm.com>
Show quoted text
> I peeked at some PASSes and they were only passing because the test was > skipped due to missing (but undeclared) prerequisites.
I added some debug info and it seems that this is because SQL::Translator is no longer converting the INSERT statement correctly: --- TRANSLATING INSERT INTO film (title, rating) VALUES ("Veronique", 15); from MySQL to SQLite : ...INTO... BEGIN TRANSACTION; COMMIT; ---- I can't see why this is happening right now. Tony