1 message in com.mysql.lists.perlCoredump/failed tests.
FromSent OnAttachments
Oliver Jones18 Feb 2002 19:56 
Subject:Coredump/failed tests.
From:Oliver Jones (oli@deeper.co.nz)
Date:02/18/2002 07:56:38 PM
List:com.mysql.lists.perl

Hello. I'm not a list subscriber so please CC directly to me as well as the list.

I built MySQL 3.23.48 from a SRPM obtained from mysql.com. Everything went fine. I used CPAN to download DBD-mysql-2.1011 and built it. Then when I run "make test" I get the following:

[root] duality:~/.cpan/build/DBD-mysql-2.1011# 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/00base............ok t/10dsnlist.........ok t/20createdrop......ok t/30insertfetch.....ok t/40bindparam.......ok t/40blobs...........ok t/40listfields......ok t/40nulls...........ok t/40numrows.........ok t/50chopblanks......ok t/50commit..........ok, 14/30 skipped: No transactions t/60leaks...........skipped test on this platform t/ak-dbd............ok t/akmisc............FAILED test 44 Failed 1/351 tests, 99.72% okay t/dbdadmin..........dubious Test returned status 0 (wstat 139, 0x8b) test program seems to have generated a core DIED. FAILED tests 5-20 Failed 16/20 tests, 20.00% okay t/insertid..........ok t/mysql2............ok t/mysql.............FAILED test 23 Failed 1/68 tests, 98.53% okay Failed Test Status Wstat Total Fail Failed List of Failed

-------------------------------------------------------------------------------- t/akmisc.t 351 1 0.28% 44 t/dbdadmin.t 0 139 20 16 80.00% 5-20 t/mysql.t 68 1 1.47% 23 1 test and 14 subtests skipped. Failed 3/18 test scripts, 83.33% okay. 18/764 subtests failed, 97.64% okay. make: *** [test_dynamic] Error 29

Cores and failed tests don't look good. I'm running RedHat 7.1 with an upgraded Perl (5.6.1) which was built from an SRPM from RawHide.

Any ideas on why the Mysql modules are dumping etc?

Regards