Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MojoX-Session CPAN distribution.

Report information
The Basics
Id: 56328
Status: resolved
Priority: 0/
Queue: MojoX-Session

People
Owner: Nobody in particular
Requestors: josh803316 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.15
Fixed in: (no value)



Subject: Install fails the cookie test
I verified this on a x86(Fedora 12) and x86_64(Fedora 11) system. This was from the CPAN command line Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/00use.t ................... ok t/01pod.t ................... skipped: Set TEST_POD env variable to test t/02pod-coverage.t .......... skipped: Set TEST_POD env variable to test t/clear.t ................... ok t/create.t .................. ok t/empty.t ................... ok t/expire.t .................. ok t/expired.t ................. 1/5 # Sleep 2 seconds to expire session t/expired.t ................. ok t/flash.t ................... ok t/flush.t ................... ok t/ip_match.t ................ ok t/load.t .................... ok t/store/dbi.t ............... skipped: DBD::SQLite is required to run this test t/store/dbic.t .............. skipped: DBD::SQLite is required to run this test t/transport/cookie-multi.t .. ok t/transport/cookie.t ........ 1/10 # Sleep 2 seconds to expire session t/transport/cookie.t ........ 5/10 # Failed test at t/transport/cookie.t line 45. # Failed test at t/transport/cookie.t line 46. # got: undef # expected: '0' # Looks like you failed 2 tests of 10. t/transport/cookie.t ........ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/10 subtests t/values.t .................. ok Test Summary Report ------------------- t/transport/cookie.t (Wstat: 512 Tests: 10 Failed: 2) Failed tests: 6-7 Non-zero exit status: 2 Files=17, Tests=108, 5 wallclock secs ( 0.06 usr 0.03 sys + 1.40 cusr 0.16 csys = 1.65 CPU) Result: FAIL Failed 1/17 test programs. 2/108 subtests failed. make: *** [test_dynamic] Error 255 VTI/MojoX-Session-0.15.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports VTI/MojoX-Session-0.15.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: VTI/MojoX-Session-0.15.tar.gz : make_test NO
On Tue Apr 06 13:57:15 2010, josh803316 wrote: Show quoted text
> I verified this on a x86(Fedora 12) and x86_64(Fedora 11) system. This > was from the CPAN command line > > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t > t/00use.t ................... ok > t/01pod.t ................... skipped: Set TEST_POD env variable to test > t/02pod-coverage.t .......... skipped: Set TEST_POD env variable to test > t/clear.t ................... ok > t/create.t .................. ok > t/empty.t ................... ok > t/expire.t .................. ok > t/expired.t ................. 1/5 # Sleep 2 seconds to expire session > t/expired.t ................. ok > t/flash.t ................... ok > t/flush.t ................... ok > t/ip_match.t ................ ok > t/load.t .................... ok > t/store/dbi.t ............... skipped: DBD::SQLite is required to run > this test > t/store/dbic.t .............. skipped: DBD::SQLite is required to run > this test > t/transport/cookie-multi.t .. ok > t/transport/cookie.t ........ 1/10 # Sleep 2 seconds to expire session > t/transport/cookie.t ........ 5/10 > # Failed test at t/transport/cookie.t line 45. > > # Failed test at t/transport/cookie.t line 46. > # got: undef > # expected: '0' > # Looks like you failed 2 tests of 10. > t/transport/cookie.t ........ Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/10 subtests > t/values.t .................. ok > > Test Summary Report > ------------------- > t/transport/cookie.t (Wstat: 512 Tests: 10 Failed: 2) > Failed tests: 6-7 > Non-zero exit status: 2 > Files=17, Tests=108, 5 wallclock secs ( 0.06 usr 0.03 sys + 1.40 cusr > 0.16 csys = 1.65 CPU) > Result: FAIL > Failed 1/17 test programs. 2/108 subtests failed. > make: *** [test_dynamic] Error 255 > VTI/MojoX-Session-0.15.tar.gz > /usr/bin/make test -- NOT OK > //hint// to see the cpan-testers results for installing this module, try: > reports VTI/MojoX-Session-0.15.tar.gz > Running make install > make test had returned bad status, won't install without force > Failed during this command: > VTI/MojoX-Session-0.15.tar.gz : make_test NO
Fixed in 0.18. Thanks for reporting!