Skip Menu |

This queue is for tickets about the Geo-Address-Formatter CPAN distribution.

Report information
The Basics
Id: 107533
Status: open
Priority: 0/
Queue: Geo-Address-Formatter

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

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



Subject: Test failures because of different order
t/blackbox/countries.t may fail like this: # Failed test 'es - 41.39266,2.19790' # at t/blackbox/countries.t line 53. # got: 'Avinguda del Bogatell, Biblioteca Xavier Benguerel, 17, 08005 Barcelona, Spain' # expected: 'Biblioteca Xavier Benguerel, Avinguda del Bogatell, 17, 08005 Barcelona, Spain' # Looks like you failed 1 test of 140. t/blackbox/countries.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/140 subtests The problem happens only for perl >= 5.18 (see http://matrix.cpantesters.org/?dist=Geo-Address-Formatter%201.42 ), so maybe it's some kind of hash randomization problem.
On Sun Oct 04 05:34:35 2015, SREZIC wrote: Show quoted text
> The problem happens only for perl >= 5.18 (see > http://matrix.cpantesters.org/?dist=Geo-Address-Formatter%201.42 ), so > maybe it's some kind of hash randomization problem.
Thanks for the bug report Slaven. This Pull Request "fixes the problem", by which I mean that it makes it so that the test *always* fails :-P https://github.com/OpenCageData/perl-Geo-Address-Formatter/pull/1 Hopefully MTM or Ed will pick it up from here. - Alex