Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session-DynamicExpiry CPAN distribution.

Report information
The Basics
Id: 28954
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Session-DynamicExpiry

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

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



Subject: Tests fail with Catalyst::Runtime 5.70010
Module's test failed while trying to install OS: Ubuntu 7.04 Fiesty Fawn perl: 5.8.8 Catalyst::Runtime: 5.70010 Catalyst-Plugin-Session-DynamicExpiry-0.02 ====================================== frankg@ubuntu:~/.cpan/build/Catalyst-Plugin-Session-DynamicExpiry-0.02$ sudo perl Makefile.PL Writing Makefile for Catalyst::Plugin::Session::DynamicExpiry frankg@ubuntu:~/.cpan/build/Catalyst-Plugin-Session-DynamicExpiry-0.02$ sudo make Manifying blib/man3/Catalyst::Plugin::Session::DynamicExpiry.3pm frankg@ubuntu:~/.cpan/build/Catalyst-Plugin-Session-DynamicExpiry-0.02$ sudo make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use............ok t/02pod............skipped all skipped: Test::Pod 1.14 required t/03podcoverage....skipped all skipped: Test::Pod::Coverage 1.04 required t/basic............ok t/live_app.........NOK 11 # Failed test 'the difference between the expiry times is big' # at t/live_app.t line 59. # '0' # > # '31104000' t/live_app.........NOK 16 # Failed test 'the difference between the expiry times is still big' # at t/live_app.t line 80. # '0' # > # '31104000' # Looks like you failed 2 tests of 16. t/live_app.........dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 11, 16 Failed 2/16 tests, 87.50% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/live_app.t 2 512 16 2 12.50% 11 16 2 tests skipped. Failed 1/5 test scripts, 80.00% okay. 2/24 subtests failed, 91.67% okay. make: *** [test_dynamic] Error 2 I hope this helps!! Frank
I can't seem to reproduce this with my Feisty install for either the latest CPAN release nor the current SVN revision. Can you try this with the svn version [1] to see if it still fails for you? -Brian [1] http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Session-DynamicExpiry/
Subject: Re: [rt.cpan.org #28954] Tests fail with Catalyst::Runtime 5.70010
Date: Thu, 6 Sep 2007 11:16:34 -0700
To: bug-Catalyst-Plugin-Session-DynamicExpiry [...] rt.cpan.org
From: dearfrankg [...] gmail.com
I'll try as soon as I get a chance On 9/6/07, via RT <bug-Catalyst-Plugin-Session-DynamicExpiry@rt.cpan.org> wrote: Show quoted text
> > > <URL: http://rt.cpan.org/Ticket/Display.html?id=28954 > > > I can't seem to reproduce this with my Feisty install for either the > latest CPAN release nor the current SVN revision. Can you try this with > the svn version [1] to see if it still fails for you? > > -Brian > > [1] > > http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Session-DynamicExpiry/ >
This module installs fine with the latest version of Catalyst