On Wed, May 15, 2002 at 04:34:10PM -0600, Automated Perl Test Account wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplicate effort. > > -- > > running 7.2.1, created new db test for this test > > [robert@chaos DBD-Pg-1.13]$ make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib >-I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness >qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00basic...........ok > t/01connect.........ok > t/01setup...........ok > t/02prepare.........ok > t/03bind............ok > t/04execute.........FAILED tests 5-7 > Failed 3/10 tests, 70.00% okay > t/05fetch...........ok > t/06disconnect......ok > t/07reuse...........ok > t/08txn.............ok > t/09autocommit......ok > t/10transition......ok > t/11quoting.........ok > t/12placeholders....ok > t/13pgtype..........ok > t/99cleanup.........ok
This is because of a bug in the driver. The tests will continue to fail until I fix the code. Note also that I inherited this bug from the previous maintainer, who didn't have any unit tests to speak of. -jwb
