Subject: | DBD:PG test failes |
bash-2.05b$ make test
Running Mkbootstrap for DBD::Pg ()
chmod 644 Pg.bs
rm -f blib/arch/auto/DBD/Pg/Pg.so
LD_RUN_PATH="/local/opt/postgresql/lib" cc -shared -L/usr/local/lib Pg.o dbdimp.o quote.o types.o -o blib/arch/auto/DBD/Pg/Pg.so -L/local/opt/postgresql/lib -lpq
chmod 755 blib/arch/auto/DBD/Pg/Pg.so
cp Pg.bs blib/arch/auto/DBD/Pg/Pg.bs
chmod 644 blib/arch/auto/DBD/Pg/Pg.bs
PERL_DL_NONLAZY=1 /site/perl-5.8.4/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00basic...........ok
t/01connect.........#
# Program Version
# DBD::Pg 1.32
# PostgreSQL 7.3.5
# DBI 1.43
t/01connect.........ok
t/01constants.......ok
t/01setup...........ok
t/02attribs.........Can't set DBI::db=HASH(0x81cfc58)->{CrazyDiamond}: unrecognised attribute or invalid value at t/02attribs.t line 94.
# Failed test (t/02attribs.t at line 96)
Can't set DBI::st=HASH(0x8223d88)->{CrazyDiamond}: unrecognised attribute or invalid value at t/02attribs.t line 106.
# Failed test (t/02attribs.t at line 108)
t/02attribs.........ok 13/92# Failed test (t/02attribs.t at line 270)
# got: undef
# expected: '0'
t/02attribs.........ok 91/92# Looks like you failed 3 tests of 92.
t/02attribs.........dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 4, 6, 39
Failed 3/92 tests, 96.74% okay
t/03dbmethod........ok
t/03smethod.........ok
t/04misc............ok
t/05arrays..........ok
15/17 skipped: Array support not implemented
t/12placeholders....ok
t/99_pod............ok
t/99cleanup.........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/02attribs.t 3 768 92 3 3.26% 4 6 39
15 subtests skipped.
Failed 1/12 test scripts, 91.67% okay. 3/349 subtests failed, 99.14% okay.
make: *** [test_dynamic] Error 255
bash-2.05b$