interchange / interchange6-schema

DBIC schema for Interchange 6
8 stars 7 forks source link

Odd test failure, old SQL::Abstract version #64

Closed racke closed 10 years ago

racke commented 10 years ago

Excerpt of http://www.cpantesters.org/cpan/report/9ae4640e-bd52-11e3-af19-d3d4f47782c0:

invalid key select in hash passed to _order_by_to_dq at /root/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/SQL/Abstract/Converter.pm line 679.
# Looks like your test exited with 255 before it could output anything.
t/base_attribute.t .......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests 
invalid key alias in hash passed to _order_by_to_dq at /root/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/SQL/Abstract/Converter.pm line 679.
# Looks like you planned 35 tests but ran 2.
# Looks like your test exited with 255 just after 2.
t/dbic_testdatabase.t ....... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 33/35 subtests 
Can't locate object method "_order_by_chunks" via package "DBIx::Class::SQLMaker::SQLite" at /root/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/DBIx/Class/Storage/DBIHacks.pm line 850.
# Looks like you planned 10 tests but ran 4.
# Looks like your test exited with 255 just after 4.
t/expire.t .................. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/10 subtests 
t/inflatecolumn_datetime.t .. ok
t/load.t .................... ok
t/manifest.t ................ skipped: Author tests not required for installation
invalid key result_class in hash passed to _order_by_to_dq at /root/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/SQL/Abstract/Converter.pm line 679.
# Looks like you planned 54 tests but ran 1.
# Looks like your test exited with 255 just after 1.
t/media.t ................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 53/54 subtests 
SysPete commented 10 years ago

SQL::Abstract::Converter is from SQL::Abstract 1.99_01 DEV so I don't think there is anything we can do here.

racke commented 10 years ago

Ok thanks a lot.