Re: Announce: DBD::Pg 1.30_2 (beta)

From: Rudy Lippan <rlippan(at)remotelinux(dot)com>
To: Cosimo Streppone <cstrep(at)satelgroup(dot)net>
Cc: Rudy Lippan <rlippan(at)remotelinux(dot)com>, <dbi-users(at)perl(dot)org>, "'DBI developers'" <dbi-dev(at)perl(dot)org>, <dbdpg-general(at)svr3(dot)postgresql(dot)org>, <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Announce: DBD::Pg 1.30_2 (beta)
Date: 2003-06-12 13:53:05
Message-ID: Pine.LNX.4.44.0306120940150.7610-100000@elfride.ineffable.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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](dot)cosimo(at)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::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

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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Cosimo Streppone 2003-06-12 14:59:30 Re: Announce: DBD::Pg 1.30_2 (beta)
Previous Message Bruce Momjian 2003-06-12 02:15:26 Re: pygresql build/install problems: use setup.py?