Subject: | Hash randomization (?) issue in tests |
t/02.compute_ranks.t sometimes fails like this:
# Failed test 'Ranks array'
# at t/02.compute_ranks.t line 330.
# Structures begin differing at:
# $got->[1][1] = 'ds1'
# $expected->[1][1] = 'ds2'
# Failed test 'Ranks array - data divised by 100'
# at t/02.compute_ranks.t line 339.
# Structures begin differing at:
# $got->[1][1] = 'ds1'
# $expected->[1][1] = 'ds2'
# Looks like you failed 2 tests of 7.
t/02.compute_ranks.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/7 subtests
This is a random failure, so it's possible that the test is affected by the hash randomization introduced in perl 5.17.6.