Skip Menu |

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

Report information
The Basics
Id: 81498
Status: resolved
Priority: 0/
Queue: Test-Weaken

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

Bug Information
Severity: Important
Broken in: 3.020000
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/ignore.t is hit by that. Find a sample fail report at: http://www.cpantesters.org/cpan/report/a4ece182-31db-11e2- bb56-3ae2a290f8f5 You can read more about the commit at http://perl5.git.perl.org/perl .git/commit/7dc8663964c66a698d 31bbdc8e8abed69bddeec3 You may have to run the test several times until the randomization causes a fail. HTH&&Thanks&&Regards,
Thanks. I saw some of those failing reports. I thought at first it was Data::Dumper formatting. Either way best not have the tests depend on precise output and sequence. New version 3.022 hopefully fixing it.