Skip Menu |

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

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

People
Owner: bobtfish [...] bobtfish.net
Requestors: softdev [...] leandrohermida.com
Cc:
AdminCc:

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



Subject: make test issues: "duplicate help specification", memleak, http restart, threads
Hello, Make test is having all kinds of problem with the latest Catalyst runtime. Please see attached file of my cpan installation output. I get many of these: Duplicate specification "help|?|h!" for option "help" Duplicate specification "help|?|h!" for option "?" Also TEST_MEMLEAK tests seem to completely fail, TEST_HTTPD restarting it cannot find a module in the distro, and TEST_THREADS fails a test. perl -v This is perl 5, version 12, subversion 1 (v5.12.1) built for x86_64-linux-thread-multi uname -a Linux 2.6.33.6-147.fc13.x86_64 #1 SMP Tue Jul 6 22:32:17 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
Subject: catalyst_make_test.log
Download catalyst_make_test.log
application/octet-stream 42.1k

Message body not shown because it is not plain text.

Why do you have all of the optional test environment variables turned on? I'd recommend not doing that. ;_) Is the behavior of the new release different to the previous release if you have these variables set? (I guess not).. Not that I'm saying all the tests shouldn't pass, just that there are a whole load of tests which aren't reliable etc (e.g. the restarter test), and so aren't enabled by default.
From: softdev [...] leandrohermida.com
Oops about the extra tests, sorry didn't know that. But what about all these strange "duplicate help specification.." messages. Seems like some misconfiguration of some Getopt::* module embedded in Catalyst? On Thu Jul 29 07:45:23 2010, BOBTFISH wrote: Show quoted text
> Why do you have all of the optional test environment variables turned on? > > I'd recommend not doing that. ;_) > > Is the behavior of the new release different to the previous release if > you have these variables set? (I guess not).. > > Not that I'm saying all the tests shouldn't pass, just that there are a > whole load of tests which aren't reliable etc (e.g. the restarter test), > and so aren't enabled by default.
On Thu Jul 29 09:18:50 2010, softdev@leandrohermida.com wrote: Show quoted text
> But what about all these strange "duplicate help specification.." > messages. Seems like some misconfiguration of some Getopt::* module > embedded in Catalyst?
This issue has been fixed in trunk and will be in the next release. Thanks for the bug report.