Skip Menu |

This queue is for tickets about the Statistics-Test-WilcoxonRankSum CPAN distribution.

Report information
The Basics
Id: 117869
Status: new
Priority: 0/
Queue: Statistics-Test-WilcoxonRankSum

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

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



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.