Subject: | DBD::Pg 1.41 fails 4 tests |
Platform:
Linux Fedora Core 3 (i686)
Linux 2.6.10-1.770_FC3
Perl:
This is perl, v5.8.5 built for i386-linux-thread-multi
PostgreSQL:
postgresql-7.4.7-3.FC3.1
DBI:
1.40
t/03dbmethod........1..137
ok 1 - Connect to database for database handle method testing
not ok 2 - DB handle method "last_insert_id" given an error when no arguments are given
# Failed test (t/03dbmethod.t at line 67)
not ok 3 - DB handle method "last_insert_id" fails when given a non-existent sequence
# Failed test (t/03dbmethod.t at line 72)
not ok 4 - DB handle method "last_insert_id" fails when given a non-existent table
# Failed test (t/03dbmethod.t at line 78)
ok 5 - DB handle method "last_insert_id" works when given a valid sequence and an invalid table
not ok 6 - DB handle method "last_insert_id" returns a numeric value
# Failed test (t/03dbmethod.t at line 85)
# undef
# doesn't match '(?-xism:^\d+$)'
ok 7 - DB handle method "last_insert_id" works when given a valid table
...
# Looks like you failed 4 tests of 137.
dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 2-4, 6
Failed 4/137 tests, 97.08% okay
...
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/03dbmethod.t 4 1024 137 4 2.92% 2-4 6
17 subtests skipped.
Failed 1/15 test scripts, 93.33% okay. 4/412 subtests failed, 99.03% okay.