Subject: | Possible hash randomization problems in test suite |
The pass/fail overview at http://matrix.cpantesters.org/?dist=DBIx-Class-Storage-DBI-mysql-backup%200.04 shows an increased number of failures for perl 5.17.x and later. This and diffs in the test output like this:
got:
# REPLACE INTO `cd` (`title`, `artist`, `id`) VALUES ('album1', '1', '1');
expected:
# REPLACE INTO `cd` (`id`, `title`, `artist`) VALUES ('1', 'album1', '1');
indicates that there's a hash randomization problem in the test suite.