Skip Menu |

This queue is for tickets about the PRANG CPAN distribution.

Report information
The Basics
Id: 121573
Status: resolved
Priority: 0/
Queue: PRANG

People
Owner: Nobody in particular
Requestors: mutant.nz [...] gmail.com
Cc:
AdminCc:

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



Subject: Tests intermittently fail
The tests are intermittently failing, in particularly 22-round-tripping.t This seems to be because it's getting "umlout" and "guillemets" reversed in some places (see Octothorope.pm test library). Unsure of why this is happening, or if it's being cause by new Moose or perl. It seems likely this is not just a problem in the tests though.
On 2017-05-09 04:23:10, Mutant wrote: Show quoted text
> The tests are intermittently failing, in particularly 22-round- > tripping.t > > This seems to be because it's getting "umlout" and "guillemets" > reversed in some places (see Octothorope.pm test library). > > Unsure of why this is happening, or if it's being cause by new Moose > or perl. It seems likely this is not just a problem in the tests > though.
I see the failures only with perl >= 5.18, never with perl < 5.18. So it could be perl's hash randomization, which was introduced in perl 5.18 (to be more exact, in the devel version 5.17.6).
On Mon May 15 14:48:40 2017, SREZIC wrote: Show quoted text
> > I see the failures only with perl >= 5.18, never with perl < 5.18. So > it could be perl's hash randomization, which was introduced in perl > 5.18 (to be more exact, in the devel version 5.17.6).
Thanks, I suspected it might be this.
Should hopefully be fixed now. It was related to hash randomisation (see Changes for full details).