[Dbix-class] Windows installation failure logs please

Todd W trwww at sbcglobal.net
Sat Jun 24 20:40:24 CEST 2006


From: "Matt S Trout" <dbix-class at trout.me.uk>


> Can everybody who's been having trouble on windows do a full test run,
then do
> a prove -l t/XXX.t for each failing one and capture the log output from
that
> please?
>
> I'd love to get to the bottom of this but the failure reports I see are
> different every time so we need more info if we're going to re-create and
fix
> the problems - and if it's all in one place (i.e. this thread) that should
> make it a bit easier :)
>

Hi Matt,

I know you asked for failing tests, but perhaps you'll feel better now :-)

I'm on Win2k Pro and I am unable to get the test suite to fail via
perl -MCPAN -e "test DBIx::Class"

I even installed the optional modules to see if perhaps there was a failure
in those tests. Works like a charm.

trwww

C:\perl\cpan\build\DBIx-Class-0.06003>nmake test

Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

        C:\Perl\bin\perl.exe Build --makefile_env_macros 1 test
t\02pod.............................skipped
        all skipped: Test::Pod 1.14 required
t\04dont_break_c3...................ok
t\05components......................ok
t\18inserterror.....................ok
t\19quotes..........................ok
t\20setuperrors.....................ok
t\26dumper..........................skipped
        all skipped: Set $ENV{DATA_DUMPER_TEST} to run this test
t\30dbicplain.......................ok
t\40resultsetmanager................ok
t\41orrible.........................ok
t\42toplimit........................ok
t\50fork............................skipped
        all skipped: Set $ENV{DBICTEST_FORK_STRESS} to run this test
t\51threads.........................skipped
        all skipped: Set $ENV{DBICTEST_THREAD_STRESS} to run this test
t\52cycle...........................ok
t\basicrels\01core..................ok
t\basicrels\04db....................ok
t\basicrels\05multipk...............ok
t\basicrels\06relationship..........ok
        1/26 skipped: relationship checking needs fixing
t\basicrels\07pager.................ok
t\basicrels\08inflate...............ok
t\basicrels\08inflate_has_a.........ok
t\basicrels\08inflate_serialize.....ok
t\basicrels\09update................ok
t\basicrels\10auto..................ok
t\basicrels\11mysql.................skipped
        all skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run
this test
t\basicrels\12pg....................skipped
        all skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this
test
 (note: creates and drops a table named artist!)
t\basicrels\13oracle................skipped
        all skipped: Set $ENV{DBICTEST_ORA_DSN}, _USER and _PASS to run this
test. Warning: This test drops and creates tables called 'artist', 'cd' and
'track'
t\basicrels\145db2..................skipped
        all skipped: Set $ENV{DBICTEST_DB2_DSN}, _USER and _PASS to run this
test
t\basicrels\14mssql.................skipped
        all skipped: Set $ENV{DBICTEST_MSSQL_DSN}, _USER and _PASS to run
this test
t\basicrels\15limit.................ok
t\basicrels\16joins.................ok
t\basicrels\17join_count............ok
t\basicrels\18self_referencial......ok
t\basicrels\19uuid..................ok
t\basicrels\20unique................ok
t\basicrels\21transactions..........ok
t\basicrels\22cascade_copy..........ok
t\basicrels\23cache.................ok
t\basicrels\24serialize.............ok
t\basicrels\25utf8..................ok
t\basicrels\26might_have............ok
t\cdbi-sweet-t\08pager..............ok
t\cdbi-t\01-columns.................DBD::SQLite::db prepare failed: no such
table: City(1) at dbdimp.c line 269 at
C:\perl\cpan\build\DBIx-Class-0.06003\blib\lib/DBIx/Class/Storage/DBI.pm
line 638.
t\cdbi-t\01-columns.................ok
        1/24 skipped: No column objects
t\cdbi-t\02-Film....................ok
        5/96 skipped: various reasons
t\cdbi-t\03-subclassing.............ok
t\cdbi-t\04-lazy....................ok
t\cdbi-t\06-hasa....................ok
t\cdbi-t\09-has_many................ok
t\cdbi-t\11-triggers................ok
t\cdbi-t\12-filter..................ok
t\cdbi-t\13-constraint..............ok
        2/23 skipped: No column objects
t\cdbi-t\14-might_have..............ok
t\cdbi-t\15-accessor................ok 6/53DBD::SQLite::db prepare_cached
failed: no such column: sheep(1) at dbdimp.c line 269 at
C:\perl\cpan\build\DBIx-Class-0.06003\blib\lib/DBIx/Class/Storage/DBI.pm
line 599.
t\cdbi-t\15-accessor................ok
t\cdbi-t\16-reserved................ok
t\cdbi-t\18-has_a...................ok
        9/41 skipped: Non-standard CDBI relationships not supported by
compat
t\cdbi-t\19-set_sql.................ok
t\cdbi-t\21-iterator................ok
t\cdbi-t\22-self_referential........ok
t\cdbi-t\30-pager...................ok
t\cdbi-t\98-failure.................ok 7/7closing dbh with active statement
hand
les
t\cdbi-t\98-failure.................ok
t\helperrels\01core.................ok
t\helperrels\04db...................ok
t\helperrels\05multipk..............ok
t\helperrels\06relationship.........ok
        1/26 skipped: relationship checking needs fixing
t\helperrels\07pager................ok
t\helperrels\08inflate..............ok
t\helperrels\08inflate_has_a........ok
t\helperrels\08inflate_serialize....ok
t\helperrels\09update...............ok
t\helperrels\10auto.................ok
t\helperrels\11mysql................skipped
        all skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run
this test
t\helperrels\12pg...................skipped
        all skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this
test
 (note: creates and drops a table named artist!)
t\helperrels\13oracle...............skipped
        all skipped: Set $ENV{DBICTEST_ORA_DSN}, _USER and _PASS to run this
test. Warning: This test drops and creates tables called 'artist', 'cd' and
'track'
t\helperrels\145db2.................skipped
        all skipped: Set $ENV{DBICTEST_DB2_DSN}, _USER and _PASS to run this
test
t\helperrels\14mssql................skipped
        all skipped: Set $ENV{DBICTEST_MSSQL_DSN}, _USER and _PASS to run
this test
t\helperrels\15limit................ok
t\helperrels\16joins................ok
t\helperrels\17join_count...........ok
t\helperrels\18self_referencial.....ok
t\helperrels\19uuid.................ok
t\helperrels\20unique...............ok
t\helperrels\21transactions.........ok
t\helperrels\22cascade_copy.........ok
t\helperrels\23cache................ok
t\helperrels\24serialize............ok
t\helperrels\25utf8.................ok
t\helperrels\26might_have...........ok
t\helperrels\26sqlt.................skipped
        all skipped: SQL::Translator required
All tests successful, 15 tests and 19 subtests skipped.
Files=88, Tests=1030, 469 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00
CPU)





More information about the Dbix-class mailing list