Subject: | Tests fail on postgres 8.4.1 |
Looks like the time based column types are broken somehow?
t/01use.t ...................... ok
t/02pod.t ...................... ok
t/03podcoverage.t .............. ok
t/04kwalitee.t ................. skipped: Test::Kwalitee not installed
t/10sqlite_common.t ............ ok
t/11mysql_common.t ............. skipped: You need to set the
DBICTEST_MYSQL_DSN, _USER, and _PASS environment variables
t/12pg_common.t ................ 135/195
# Failed test 'INTERVAL without precision has no 'size' column_info'
# at t/12pg_common.t line 127.
# Failed test 'TIME without precision has no 'size' column_info'
# at t/12pg_common.t line 127.
# Failed test 'TIME WITHOUT TIME ZONE without precision has no 'size'
column_info'
# at t/12pg_common.t line 127.
# Failed test 'TIME WITH TIME ZONE without precision has no 'size'
column_info'
# at t/12pg_common.t line 127.
# Failed test 'TIMESTAMP without precision has no 'size' column_info'
# at t/12pg_common.t line 127.
# Failed test 'TIMESTAMP WITHOUT TIME ZONE without precision has no
'size' column_info'
# at t/12pg_common.t line 127.
# Failed test 'TIMESTAMP WITH TIME ZONE without precision has no
'size' column_info'
# at t/12pg_common.t line 127.
# Looks like you failed 7 tests of 195.
t/12pg_common.t ................ Dubious, test returned 7 (wstat 1792,
0x700)
Failed 7/195 subtests
t/13db2_common.t ............... skipped: You need to set the
DBICTEST_DB2_DSN, _USER, and _PASS environment variables
t/14ora_common.t ............... skipped: You need to set the
DBICTEST_ORA_DSN, _USER, and _PASS environment variables
t/15sybase_common.t ............ skipped: You need to set the
DBICTEST_SYBASE_DSN, _USER, and _PASS environment variables
t/16mssql_common.t ............. skipped: You need to set the
DBICTEST_MSSQL_DSN, _USER, and _PASS environment variables
t/16mssql_odbc_common.t ........ skipped: You need to set the
DBICTEST_MSSQL_ODBC_DSN, _USER, and _PASS environment variables
t/20invocations.t .............. ok
t/21misc_fatal.t ............... ok
t/22dump.t ..................... ok
t/23dumpmore.t ................. ok
t/24loader_subclass.t .......... ok
t/25backcompat_v4.t ............ ok
t/40overwrite_modifications.t .. ok
t/45relationships.t ............ ok
Test Summary Report
-------------------
t/12pg_common.t (Wstat: 1792 Tests: 195 Failed: 7)
Failed tests: 160, 175-180
Non-zero exit status: 7
Files=20, Tests=884, 10 wallclock secs ( 0.15 usr 0.02 sys + 5.84 cusr
0.59 csys = 6.60 CPU)
Result: FAIL