Skip Menu |

This queue is for tickets about the Tie-DBI CPAN distribution.

Report information
The Basics
Id: 2419
Status: resolved
Priority: 0/
Queue: Tie-DBI

People
Owner: TODDR [...] cpan.org
Requestors: gabor [...] perl.org.il
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.91
Fixed in: (no value)



Subject: test failes on connect
I get the following when running make test. (perl 5.8.0, os: linux) PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/DBI.....ok 1/32DBI connect('test','root',...) failed: missing "=" after "test" in connection info string at t/DBI.t line 97 t/DBI.....NOK 2Died at t/DBI.t line 128. t/DBI.....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-32 Failed 31/32 tests, 3.12% okay t/RDBM....ok 1/20TIEHASH: Can't open dbi:Pg:test, missing "=" after "test" in connection info string at t/RDBM.t line 47 t/RDBM....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-20 Failed 19/20 tests, 5.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/DBI.t 255 65280 32 31 96.88% 2-32 t/RDBM.t 255 65280 20 19 95.00% 2-20 Failed 2/2 test scripts, 0.00% okay. 50/52 subtests failed, 3.85% okay. make: *** [test_dynamic] Error 2
Looking at the code, there seems to be a special connect string for Pg. Please re-open if this problem persists.