Skip Menu |

This queue is for tickets about the HTTP-Validate CPAN distribution.

Report information
The Basics
Id: 105319
Status: resolved
Worked: 10 min
Priority: 0/
Queue: HTTP-Validate

People
Owner: MMCCLENN [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Possible hash randomization problems in test suite (0.47)
The following failure in t/06-messages.t indicates a hash randomization problem: # Failed test 'error media_type' # at t/06-messages.t line 178. # got: 'media_type 'ct' : 'json', 'html'' # expected: 'media_type 'ct' : 'html', 'json'' # Looks like you failed 1 test of 37. # Failed test 'check custom messages' # at t/06-messages.t line 226. # Looks like you failed 1 test of 2. t/06-messages.t .... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests
Updated the failing test to remove hash-order dependency.