On Thu, 12 Jun 2003, Cosimo Streppone wrote:
> Date: Thu, 12 Jun 2003 14:59:30 +0000
> Hi Rudy,
>
Hi Cosimo,
First off, Thank you!
> 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.
That is good! In a good-that-we-caught-it sort of way :)
> I cannot understand if these are caused by my setup...
Yes and no. How about we say that your setup exposes a bug in DBD::Pg.
>
> OS : Linux RedHat 7.3
> Pg : 7.3.3
> Perl : 5.6.1
Is this the perl that came with 5.6.1? If so, I'll set up a RH 7.3
system to see if I can duplicated the problem. If you are not using the
default perl, can you send me the output of 'perl -V'
> Please tell if I can test and/or report something more to help.
>
See above.
>
> Output of `make test'
> -----------------------------------------------------------------------
>
> [1020].cosimo@satcli03://~/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::Harnessqw(&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
Hum, Looks like there is a problem in bind(). David reported something,
and I am noticing some weirdness there but only when perl is compiled with
-O6.
The rest of the test are binding values to placeholders which would
explain why they are failing.
Rudy