Skip Menu |

This queue is for tickets about the Catalyst-View-TT CPAN distribution.

Report information
The Basics
Id: 82703
Status: resolved
Priority: 0/
Queue: Catalyst-View-TT

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

Bug Information
Severity: Important
Broken in: 0.39
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/11norequest.t is hit by that. Find a sample fail report at: http://www.cpantesters.org/cpan/report/74cb9b08-46f1-11e2-863b-009246f78928 You can read more about the change at http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abed69bddeec3 or at http://www.perlmonks.org/?node_id=1005122 You may have to run the test several times until the randomization causes a fail. HTH&&Thanks&&Regards,
Subject: Re: [rt.cpan.org #82703] Test failures due to hash randomisation in perl 5.17.6
Date: Tue, 15 Jan 2013 00:17:05 +0100
To: bug-Catalyst-View-TT [...] rt.cpan.org
From: ilmari [...] ilmari.org (Dagfinn Ilmari Mannsåker)
This appears to be a bug in Catalyst::Runtime, since the error is $c->log returning undef. Unfortunately testing that is blocked on Catalyst::Devel, which is blocked on Devel::Caller, which was broken by the PADRANGE op changes. -- "The surreality of the universe tends towards a maximum" -- Skud's Law "Never formulate a law or axiom that you're not prepared to live with the consequences of." -- Skud's Meta-Law
Subject: Re: [rt.cpan.org #82703] Test failures due to hash randomisation in perl 5.17.6
Date: Mon, 14 Jan 2013 15:59:56 -0800
To: (Dagfinn Ilmari Mannsåker) via RT <bug-Catalyst-View-TT [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
Subject: Re: [rt.cpan.org #82703] Test failures due to hash randomisation in perl 5.17.6
Date: Tue, 15 Jan 2013 21:50:41 +0100
To: bug-Catalyst-View-TT [...] rt.cpan.org
From: ilmari [...] ilmari.org (Dagfinn Ilmari Mannsåker)
""(Dagfinn Ilmari Mannsåker)" via RT" <bug-Catalyst-View-TT@rt.cpan.org> writes: Show quoted text
> This appears to be a bug in Catalyst::Runtime, since the error is > $c->log returning undef.
This turned out to not be the case, that was a separate bug masking the actual error in the test. Fix pushed to git. -- - Twitter seems more influential [than blogs] in the 'gets reported in the mainstream press' sense at least. - Matt McLeod - That'd be because the content of a tweet is easier to condense down to a mainstream media article. - Calle Dybedahl
Fixed in 0.04, just uploaded to PAUSE.
That was meant to be 0.40, not 0.04, obviously.