Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 81638
Status: resolved
Priority: 0/
Queue: DBIx-Class

People
Owner: ribasushi [...] leporine.io
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.08204
Fixed in: 0.08205



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/resultset/as_subselect_rs.t t/sqlmaker/limit_dialects/generic_subq.t t/sqlmaker/limit_dialects/torture.t are hit by that. Find a sample fail report at: http://www.cpantesters.org/cpan/report/12eada76-3214-11e2-b91e-741ecdac6e64 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. Note: DBI itself also has tests that are affected by this change, so you probably have to "help" DBI to pass its tests. See ticket #81516. HTH&&Thanks&&Regards,
On Sun Dec 02 05:03:34 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 > tests > > t/resultset/as_subselect_rs.t > t/sqlmaker/limit_dialects/generic_subq.t > t/sqlmaker/limit_dialects/torture.t > > are hit by that. Find a sample fail report at:
Right... serves me right for no longer testing 5.8.1 ;) The fix for this is harder than it seems at first sight, I will take care of it in the coming days.