Skip Menu |

This queue is for tickets about the Dancer-Plugin-Database-Core CPAN distribution.

Report information
The Basics
Id: 102005
Status: resolved
Priority: 0/
Queue: Dancer-Plugin-Database-Core

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

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



Subject: Possible hash randomization problems in test suite (0.08_02)
The test suite may fail like this: # Failed test 'Got expected SQL for INSERT with scalarrefs untouched' # at t/01-handle.t line 115. # got: 'INSERT INTO "tablename" ("two","one") VALUES (?,NOW())' # expected: 'INSERT INTO "tablename" ("one","two") VALUES (NOW(),?)' # Looks like you failed 1 test of 18. t/01-handle.t ..... This looks like a possible hash randomization issue...
On 2015-02-08 15:13:40, SREZIC wrote: Show quoted text
> The test suite may fail like this: > > # Failed test 'Got expected SQL for INSERT with scalarrefs untouched' > # at t/01-handle.t line 115. > # got: 'INSERT INTO "tablename" ("two","one") VALUES (?,NOW())' > # expected: 'INSERT INTO "tablename" ("one","two") VALUES (NOW(),?)' > # Looks like you failed 1 test of 18. > t/01-handle.t ..... > > This looks like a possible hash randomization issue...
Seems to be fixed in 0.08_03.