Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MySQL-Diff CPAN distribution.

Report information
The Basics
Id: 6108
Status: resolved
Priority: 0/
Queue: MySQL-Diff

People
Owner: cpan [...] adamspiers.org
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

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



Subject: make test may fail
make test fails on this system: make test PERL_DL_NONLAZY=1 /usr/perl5.8.4d/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/all....NOK 4# Failed test 4 in t/all.t at line 490 # t/all.t line 490 is: ok(0); t/all....FAILED tests 4-42 Failed 39/42 tests, 7.14% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/all.t 42 39 92.86% 4-42 Failed 1/1 test scripts, 0.00% okay. 39/42 subtests failed, 7.14% okay. make: *** [test_dynamic] Error 255 Exit 2 The cause is that mysql is configured to not allow non-password connections. Maybe "make test" should not fail in this case, to make it easier to install via CPAN.pm Regards, Slaven
Should be fixed in 0.40 which was just uploaded to CPAN. Sorry for the ahem, delay.