Skip Menu |

This queue is for tickets about the Net-Google-FederatedLogin CPAN distribution.

Report information
The Basics
Id: 81565
Status: resolved
Priority: 0/
Queue: Net-Google-FederatedLogin

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.7.1
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 test t/non_cgi.t is hit by that. Find a sample fail report at: http://www.cpantesters.org/cpan/report/2ada5828-317e-11e2-84f0-4bb5a290f8f5 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,
On Fri Nov 30 00:25:26 2012, 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 test > > t/non_cgi.t > > is hit by that. Find a sample fail report at: > > http://www.cpantesters.org/cpan/report/2ada5828-317e-11e2-84f0- > 4bb5a290f8f5 > > You can read more about the commit at >
http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abed69bddeec3 Show quoted text
> > You may have to run the test several times until the randomization > causes a fail. > > HTH&&Thanks&&Regards,
Ah, great, thanks for the info. I had seen some of those reports and had a quick look, but hadn't been able to reproduce and hadn't had the time to look deeper. I'll hopefully be able to fix it this weekend.