Skip Menu |

This queue is for tickets about the DBIx-Class-Storage-DBI-mysql-backup CPAN distribution.

Report information
The Basics
Id: 105039
Status: new
Priority: 0/
Queue: DBIx-Class-Storage-DBI-mysql-backup

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

Bug Information
Severity: (no value)
Broken in: 0.04
Fixed in: (no value)



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.