Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Module-Used CPAN distribution.

Report information
The Basics
Id: 81553
Status: resolved
Priority: 0/
Queue: Test-Module-Used

People
Owner: tsucchi [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.2.3
Fixed in: (no value)



Subject: Test failures due to hash randomisation in perl 5.17.6
Since bleadperl v5.17.5-518-g7dc8663 your tests are failing frequently. That commit introduced hash key randomization and it seems at least the tests t/005_used_module.t t/015_used_ok_fail.t t/016_ok_fail1.t t/017_ok_fail2.t are hit by that. Find a sample fail report at: http://www.cpantesters.org/cpan/report/5ca9383a-31db-11e2-9e06-1db0a290f8f5 You can read more about the commit at http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abed69bddeec3 You may have to run the test several times until the randomization causes a fail. HTH&&Thanks&&Regards,
Dear Andreas, Thank you very much for reporting this problem. I shipped version 0.2.4 that is fixed the problem. Regards, On 2012-11月-29 木 17:53:09, ANDK wrote: Show quoted text
> Since bleadperl v5.17.5-518-g7dc8663 your tests are failing > frequently. > That commit introduced hash key randomization and it seems at least > the > tests > > t/005_used_module.t > t/015_used_ok_fail.t > t/016_ok_fail1.t > t/017_ok_fail2.t > > are hit by that. Find a sample fail report at: > > http://www.cpantesters.org/cpan/report/5ca9383a-31db-11e2-9e06- > 1db0a290f8f5 > > You can read more about the commit at >
http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abe d69bddeec3 Show quoted text
> > You may have to run the test several times until the randomization > causes a fail. > > HTH&&Thanks&&Regards,