Skip Menu |

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

Report information
The Basics
Id: 75073
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: Nobody in particular
Requestors: w.phillip.moore [...] gmail.com
Cc:
AdminCc:

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

Attachments


Subject: Massive test suite failures with 5.10.1
I just built Catalyst-Runtime-5.900009 for both the 32 and 64 bit versions of RHEL 5, Solaris 10, AIX 6, for perl 5.10.1, 5.12.4 and 5.14.2. In all cases, the CPAN dependencies are the latest available as of the release of 5.90009 (if you like, I can enumerate them specifically). The test suite passes perfectly for 5.12.4 and 5.14.2, on all platforms, but fails identically for 5.10.1 The attached file is the test suite log file for the 64bit RHEL 5, perl5.10.1 build, but the errors are essentially identical for all 6 possible combinations (32/64 x RHEL/Solaris/AIX) I don't have time to dig into this in detail, but in the last few days, several of the CPAN dependencies for Catalyst-Runtime have also been updated, so I suspect this is a subtle interaction between them. That's just a guess. I can reproduce this at anytime, so if you would like additional diagnostics, let me know.
Subject: Catalyst-Runtime-5.90009-test-out.zip

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #75073] Massive test suite failures with 5.10.1
Date: Thu, 16 Feb 2012 16:29:06 -0600
To: Phillip Moore via RT <bug-Catalyst-Runtime [...] rt.cpan.org>
From: Jesse Luehrs <doy [...] cpan.org>
The recent Module::Runtime update exposed a bug in B::Hooks::EndOfScope, causing this issue. It has been fixed in B::Hooks::EndOfScope 0.10, so upgrading to that should solve the issue.
Subject: Re: [rt.cpan.org #75073] Massive test suite failures with 5.10.1
Date: Thu, 16 Feb 2012 23:10:24 -0500
To: bug-Catalyst-Runtime [...] rt.cpan.org
From: Phillip Moore <w.phillip.moore [...] gmail.com>
This is what I get for aggressively automating installation of the bleeding edge of CPAN... <sigh> I figured it was an interaction like this. Sounds like it'll fix itself when the next batch update runs. Thanks!! On Thu, Feb 16, 2012 at 5:29 PM, Jesse Luehrs via RT <bug-Catalyst-Runtime@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=75073 > > > The recent Module::Runtime update exposed a bug in B::Hooks::EndOfScope, > causing this issue. It has been fixed in B::Hooks::EndOfScope 0.10, so > upgrading to that should solve the issue. >
This has been long since fixed