Skip Menu |

This queue is for tickets about the WSDL-Generator CPAN distribution.

Report information
The Basics
Id: 117717
Status: new
Priority: 0/
Queue: WSDL-Generator

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

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



Subject: Hash randomization (?) issue in tests
See http://matrix.cpantesters.org/?dist=WSDL-Generator%200.04 for an overview of test reports. The pattern (a mixture of fail&pass reports since perl 5.17.6) indicates a problem with hash randomization.
On 2016-09-09 17:10:18, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=WSDL-Generator%200.04 for an > overview of test reports. The pattern (a mixture of fail&pass reports > since perl 5.17.6) indicates a problem with hash randomization.
Yes, looks very much like hash randomization: $ PERL_HASH_SEED=0 perl5.25.4 -Mblib test.pl 1..3 ok 1 - Init from Class::Hook ok 2 - WSDL generation ok 3 - Class registered $ PERL_HASH_SEED=1 perl5.25.4 -Mblib test.pl 1..3 ok 1 - Init from Class::Hook not ok 2 - WSDL generation # Failed test 'WSDL generation' # at test.pl line 44. ok 3 - Class registered # Looks like you failed 1 test of 3.