Skip Menu |

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

Report information
The Basics
Id: 81450
Status: open
Priority: 0/
Queue: Test-Inline

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

Bug Information
Severity: Important
Broken in: 2.212
Fixed in: (no value)



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/02_main.t is hit by that. Find a sample fail report at: http://www.cpantesters.org/cpan/report/420320c2-3154-11e2-866d-5603a390f8f5 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 Sun Nov 25 14:21:47 2012, 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/02_main.t > > is hit by that. Find a sample fail report at: > > http://www.cpantesters.org/cpan/report/420320c2-3154-11e2-866d- > 5603a390f8f5 > > You can read more about the commit at >
http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abe d69bddeec3 Show quoted text
> > You may have to run the test several times until the randomization > causes a fail. > > HTH&&Thanks&&Regards,
Test::Inline::Section contains this: sub after { keys %{$_[0]->{after}}; } Which will return its results in an undefined order.
I also had intermittent issues on 5.20.0-RC1: # Failed test 'Found manifest file' # at t/08_add_all.t line 49. # Looks like you failed 1 test of 11. t/08_add_all.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests
I also had intermittent issues on 5.20.0-RC1: # Failed test 'Found manifest file' # at t/08_add_all.t line 49. # Looks like you failed 1 test of 11. t/08_add_all.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests