Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WebService-Simple CPAN distribution.

Report information
The Basics
Id: 81448
Status: resolved
Priority: 0/
Queue: WebService-Simple

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

Bug Information
Severity: Important
Broken in: 0.18
Fixed in: 0.24



Subject: Test failures due to hash randomisation in perl 5.17.6
Since bleadperl v5.17.5-518-g7dc8663 your tests are failing frequently. That commit introduced hash key randomization and it seems at least the test t/01_api.t is hit by that. Find a sample fail report at: http://www.cpantesters.org/cpan/report/bc1766c0-315e-11e2-a1ef-94d3a290f8f5 You can read more about the commit at http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abed69bddeec3 You may have to run the test several times until the randomization causes a fail. HTH&&Thanks&&Regards,
On 2012-11-25 14:14:21, ANDK wrote: Show quoted text
> Since bleadperl v5.17.5-518-g7dc8663 your tests are failing > frequently. > That commit introduced hash key randomization and it seems at least > the test > > t/01_api.t > > is hit by that. Find a sample fail report at: > > http://www.cpantesters.org/cpan/report/bc1766c0-315e-11e2-a1ef- > 94d3a290f8f5 > > You can read more about the commit at > http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abed69bddeec3 > > You may have to run the test several times until the randomization > causes a fail. >
It seems that the problem still exists in WebService-Simple-0.19. Regards, Slaven
On 2013-08-19 17:19:21, SREZIC wrote: Show quoted text
> On 2012-11-25 14:14:21, ANDK wrote:
> > Since bleadperl v5.17.5-518-g7dc8663 your tests are failing > > frequently. > > That commit introduced hash key randomization and it seems at least > > the test > > > > t/01_api.t > > > > is hit by that. Find a sample fail report at: > > > > http://www.cpantesters.org/cpan/report/bc1766c0-315e-11e2-a1ef- > > 94d3a290f8f5 > > > > You can read more about the commit at > > http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abed69bddeec3 > > > > You may have to run the test several times until the randomization > > causes a fail. > >
> > It seems that the problem still exists in WebService-Simple-0.19. > > Regards, > Slaven
... but is fixed in a later version. 0.24 does not show hash randomization problems. Ticket may be resolved.
Resolved as per Slaven's comment