Skip Menu |

This queue is for tickets about the DBD-Mock CPAN distribution.

Report information
The Basics
Id: 11732
Status: resolved
Priority: 0/
Queue: DBD-Mock

People
Owner: stevan.little [...] gmail.com
Requestors: ivor.williams [...] lch.com
Cc:
AdminCc:

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



Subject: DBD::Mock test failures, building on Solaris
Show quoted text
cpan> install DBD::Mock
Running install for module DBD::Mock Running make for S/ST/STEVAN/DBD-Mock-0.24.tar.gz Is already unwrapped into directory /home/williami/.cpan/build/DBD-Mock-0.24 Has already been processed within this session Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_basic.................................ok t/10_db_handle.............................ok t/11_dr_handle.............................ok t/12_db_can_connect........................dubious Test returned status 0 (wstat 138, 0x8a) after all the subtests completed successfully t/13_misc_mock_attr........................ok t/14_db_parser.............................dubious Test returned status 0 (wstat 139, 0x8b) after all the subtests completed successfully t/15_prepare_cached........................ok t/16_mock_attribute_aliases................ok t/20_st_execute_empty......................ok t/25_st_execute_bound_params...............ok t/30_st_execute_pass_params................ok t/35_st_fetch_records......................ok t/36_mock_add_resultset_test...............ok t/37_st_can_connect........................ok t/40_mock_statement_track..................ok t/45_mock_statement_track_iterator.........ok t/50_db_pool...............................ok t/60_DBD_Mock_Session_test.................dubious Test returned status 0 (wstat 138, 0x8a) after all the subtests completed successfully t/61_DBD_Mock_Session_bound_params_test....dubious Test returned status 0 (wstat 138, 0x8a) after all the subtests completed successfully t/pod......................................ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/12_db_can_connect.t 0 138 23 0 0.00% ?? t/14_db_parser.t 0 139 29 0 0.00% ?? t/60_DBD_Mock_Session_test.t 0 138 56 0 0.00% ?? t/61_DBD_Mock_Session_bound_param 0 138 24 0 0.00% ?? Failed 4/20 test scripts, 80.00% okay. 0/448 subtests failed, 100.00% okay. *** Error code 11 make: Fatal error: Command failed for target `test_dynamic' Show quoted text
>> perl -v
This is perl, v5.6.1 built for sun4-solaris Copyright 1987-2001, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page.
Downloaded version 0.28 - this is working fine: williami@otcdv2:/home/williami/bld/DBD-Mock-0.28: make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "- e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000_basic............................ok t/001_db_handle........................ok t/002_dr_handle........................ok t/003_db_can_connect...................ok t/004_misc_mock_attr...................ok t/005_db_parser........................ok t/006_prepare_cached...................ok t/007_mock_attribute_aliases...........ok t/008_db_connect_cached................ok t/009_info.............................ok t/010_rollback.........................ok t/011_st_execute_empty.................ok t/012_st_handle........................ok t/013_st_execute_bound_params..........ok t/014_st_execute_pass_params...........ok t/015_st_fetch_records.................ok t/016_mock_add_resultset_test..........ok t/017_st_can_connect...................ok t/018_mock_statement_track.............ok t/019_mock_statement_track_iterator....ok t/020_db_pool..........................ok t/021_DBD_Mock_Session.................ok t/022_DBD_Mock_Session_bound_params....ok t/023_statement_failure................ok t/024_selcol_fetchhash.................ok t/998_pod..............................ok t/999_pod_coverage.....................ok All tests successful. Files=27, Tests=531, 6 wallclock secs ( 3.58 cusr + 1.29 csys = 4.87 CPU)