At 8:37 PM -0700 4/21/05, Jeff Zucker wrote:
I'd much appreciate if those who experienced test failures could try again with
http://svn.perl.org/modules/SQL-Statement/trunk/SQL-Statement-1.14.tar.gz
Thanks!

I tried 2 different Perl installs, both under the same Mac OS X 10.3.8.

The system perl 5.8.1rc3-multithread, which I leave pristine and has no DBI installed, produced several skips but no fails:

Darren-Duncans-Computer:/Volumes/Programming160/SQL-Statement-1.14 darrenduncan$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00error............ok t/01prepare..........ok t/02executeDirect....ok t/03executeDBD.......skipped
all skipped: Requires DBI and DBD::File
t/04names............skipped
all skipped: DBI or DBD::File not available
t/05create...........skipped
all skipped: No DBI or DBD::File available
t/06group............skipped
all skipped: No DBI or DBD::File available
t/07case.............skipped
all skipped: No DBI or DBD::File available
t/08join.............skipped
all skipped: No DBD::File available
t/09ops..............ok t/10limit............ok t/11functions........ok t/12eval.............ok t/13call.............ok t/14allcols..........skipped
all skipped: No DBI or DBD::File available
All tests successful, 7 tests skipped.
Files=15, Tests=190, 6 wallclock secs ( 4.59 cusr + 0.85 csys = 5.44 CPU)


The newest perl 5.8.6-nothread that I compiled myself, and install CPAN modules under, produced errors; the newest DBI and its bundled DBD::File are installed:

Darren-Duncans-Computer:/Volumes/Programming160/SQL-Statement-1.14 darrenduncan$ make test
PERL_DL_NONLAZY=1 ../perl58 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00error............ok t/01prepare..........ok t/02executeDirect....ok t/03executeDBD.......NOK 17# Failed test (t/03executeDBD.t at line 138) t/03executeDBD.......ok 18/18# Looks like you failed 1 tests 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.............ok 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
2 subtests skipped.
Failed 1/15 test scripts, 93.33% okay. 1/239 subtests failed, 99.58% okay.
make: *** [test_dynamic] Error 2


So the current situation is much better than before, but still has issues. In fact, when DBI *is* installed, the errors look somewhat like the 1.13 problems.

-- Darren Duncan

Reply via email to