As I mentioned on dbi-users, I noticed this problem at home, as did another poster, as did the CPAN testers.

It seems that SQL-Statement 1.12 and 1.13 has a circular dependency on DBD-AnyData; that is, X's test suite requires Y, and Y's test suite requires X.

Even when I manually installed AnyData so SQL-Statement's test suite could get past that, there is still a problem since it seems to require DBD-Pg now, and several other drivers. SQL-Statement 1.11 didn't have these issues. All those dependencies seems inappropriate.

-- Darren Duncan

At 9:38 AM +0200 4/21/05, H.Merijn Brand wrote:
perl-5.8.5-dor/32, HP-UX 11.00, HP C-ANSI-C, DBI-1.48

t/00error............ok
t/01prepare..........ok
t/02executeDirect....ok
t/03executeDBD.......ok 1/18Use of uninitialized value in numeric eq (==) at
t/0 3executeDBD.t line 138.

#     Failed test (t/03executeDBD.t at line 138)
t/03executeDBD.......NOK 17# Looks like you failed 1 test of 18.
t/03executeDBD.......dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 17
        Failed 1/18 tests, 94.44% okay (less 1 skipped test: 16 okay, 88.89%)
t/04names............ok
t/05create...........ok
        1/5 skipped: No XBase installed
t/06group............ok
t/07case.............Can't locate DBD/AnyData.pm in @INC (@INC contains: /
pro/3g l/CPAN/SQL-Statement-1.13/blib/lib /pro/3gl/CPAN/SQL-Statement-1.13/
blib/arch /p ro/lib/perl5/5.8.5/PA-RISC2.0 /pro/lib/perl5/5.8.5 /pro/lib/
perl5/site_perl/5.8. 5/PA-RISC2.0 /pro/lib/perl5/site_perl/5.8.5 /pro/lib/
perl5/site_perl .) at t/07c ase.t line 23.
BEGIN failed--compilation aborted at t/07case.t line 23.
# Looks like your test died before it could output anything.
t/07case.............dubious
        Test returned status 255 (wstat 65280, 0xff00)
t/08join.............ok
t/09ops..............ok
t/10limit............ok
t/11functions........ok
t/12eval.............ok
t/13call.............ok
t/14allcols..........ok
Failed Test      Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/03executeDBD.t    1   256    18    1   5.56%  17
t/07case.t        255 65280    ??   ??       %  ??
2 subtests skipped.
Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56% okay.

Reply via email to