Rudy Lippan wrote:

DBD::Pg 1.30 is nearing release, and you can grab a copy of the latest
beta at:  http://www.remotelinux.com/rlippan/DBD-Pg-1.30_2.tar.gz

Hi Rudy,


here is the result of my tests, with either DBI 1.35 and 1.37
and Postgresql version 7.3.3.
I'm having several problems with the test scripts.
I cannot understand if these are caused by my setup...

OS    : Linux RedHat 7.3
Pg    : 7.3.3
Perl  : 5.6.1
DBI   : 1.35 and 1.37
DBD-PG: 1.30_2

First I was using DBD::Pg 1.22 with DBI 1.30 through 1.37 with
no problems. I upgraded from Postgresql 7.1.3 to 7.3.3 because >7.2
was a prerequisite.

Here I include output of `make test' with DBI 1.37. Hope that this
can be of any help. Output of testing with DBI 1.35 is very similar but
the number of failed subtests is 80 instead of 92.

Please tell if I can test and/or report something more to help.


Output of `make test' -----------------------------------------------------------------------

[EMAIL PROTECTED]://~/files/DBD-Pg-1.30_2
14:36:03$DBI_DSN=dbi:Pg:dbname=pg130test DBI_USER=postgres make test
/bin/sh -c true
/bin/sh -c true
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl/lib/5.6.1/linux 
-I/opt/perl/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; 
runtests @ARGV;' t/*.t
t/00basic...........ok
t/01connect.........ok
t/01constants.......ok
t/01setup...........ok
t/02prepare.........ok
t/03bind............dubious
       Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 5-11
       Failed 7/11 tests, 36.36% okay
t/04execute.........dubious
       Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 5-13
       Failed 9/13 tests, 30.77% okay
t/05fetch...........dubious
       Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 9-10
       Failed 2/10 tests, 80.00% okay (less 3 skipped tests: 5 okay, 50.00%)
t/06disconnect......ok
t/07reuse...........ok
t/08txn.............ok
t/09autocommit......ok
t/11quoting.........dubious
       Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-9
       Failed 8/9 tests, 11.11% okay
t/12placeholders....dubious
       Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 5-9
       Failed 5/9 tests, 44.44% okay
t/13pgtype..........ok
t/15funct...........dubious
       Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 11-71
       Failed 61/71 tests, 14.08% okay
t/99cleanup.........ok
Failed Test        Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03bind.t            0    11    11    7  63.64%  5-11
t/04execute.t         0    11    13    9  69.23%  5-13
t/05fetch.t           0    11    10    2  20.00%  9-10
t/11quoting.t         0    11     9    8  88.89%  2-9
t/12placeholders.t    0    11     9    5  55.56%  5-9
t/15funct.t           0    11    71   61  85.92%  11-71
3 subtests skipped.
Failed 6/17 test scripts, 64.71% okay. 92/201 subtests failed, 54.23% okay.
make: *** [test_dynamic] Error 11
[EMAIL PROTECTED]://~/files/DBD-Pg-1.30_2
14:36:30$


-- Cosimo




Reply via email to