Skip Menu |

This queue is for tickets about the Tree-Template-Declare CPAN distribution.

Report information
The Basics
Id: 82989
Status: resolved
Priority: 0/
Queue: Tree-Template-Declare

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

Bug Information
Severity: Important
Broken in: 0.4
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/05-mixed.t is hit by that. Find a sample fail report at: http://www.cpantesters.org/cpan/report/d0919e04-61e2-11e2-af17-432eeb6bec77 You can read more about the change at http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abed69bddeec3 or at http://www.perlmonks.org/?node_id=1005122 You may have to run the test several times until the randomization causes a fail. HTH&&Thanks&&Regards,
Thank you! I had noticed the failed reports for CPANTesters, but I apparently needed another push to actually fix the problem. I just uploaded version 0.5 which avoids the problem by using canonical serialisation.