Skip Menu |

This queue is for tickets about the SQL-Interp CPAN distribution.

Report information
The Basics
Id: 81857
Status: resolved
Priority: 0/
Queue: SQL-Interp

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

Bug Information
Severity: Important
Broken in: 1.21
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/dbi.t t/sql_interp.t are hit by that. Find a sample fail report at: XXX 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: there is a dependency on DBI and DBI (currently with versions 1.622 and 1.622_921) itself is affected by the randomization. So you may have to force install DBI and then inspect the problems with the SQL::Interp test suite. HTH&&Thanks&&Regards,
Hi, perl 5.18.0 is out. Please fix this issue.
Thanks for the nudge, I'll take a look.
Bump?
A pull request is welcome, or I still plan to address this soon myself: https://github.com/markstos/SQL-Interp Thanks for the bump.