Skip Menu |

This queue is for tickets about the CGI-Application-Dispatch CPAN distribution.

Report information
The Basics
Id: 19043
Status: resolved
Priority: 0/
Queue: CGI-Application-Dispatch

People
Owner: Nobody in particular
Requestors: ron [...] savage.net.au
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 2.00_05



Subject: Errors during tests for V 2.00_05
Command: perl Build test Output: d:\Perl\bin\perl.exe -I D:\perl-modules\CGI-Application-Dispatch- 2.00_05\blib\lib -I D:\perl-modules\CGI-Application-Dispatch-2.00_05 \blib\arch t\TEST -clean d:\Perl\bin\perl.exe -I D:\perl-modules\CGI-Application-Dispatch- 2.00_05\blib\lib -I D:\perl-modules\CGI-Application-Dispatch-2.00_05 \blib\arch t\TEST -bugreport -verbose=0 D:/Apache2/bin/Apache.EXE -d D:/perl-modules/CGI-Application-Dispatch- 2.00_05/t -f D:/perl-modules/CGI-Application-Dispatch- 2.00_05/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS using Apache/2.0.54 (winnt MPM) waiting 60 seconds for server to start: .. waiting 60 seconds for server to start: ok (waited 1 secs) server localhost:8529 started t\cgi........ok t\handler....ok All tests successful. Files=2, Tests=62, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Errors: Passing extra args ('PARAMS') to dispatch() is deprecated! Please use 'args_to_new' at t\cgi.t line 58 [Dispatch] ERROR: 'Can't find module Foo' [Dispatch] ERROR: 'App not defined' [warning] server localhost:8529 shutdown
On Tue May 02 22:57:34 2006, guest wrote: Show quoted text
> waiting 60 seconds for server to start: .. > waiting 60 seconds for server to start: ok (waited 1 secs) > server localhost:8529 started > t\cgi........ok > t\handler....ok > All tests successful. > Files=2, Tests=62, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 > CPU)
As you can see, all the tests are passing. For the error messages, see below. Show quoted text
> Errors: > Passing extra args ('PARAMS') to dispatch() is deprecated! Please > use 'args_to_new' at t\cgi.t line 58 > [Dispatch] ERROR: 'Can't find module Foo' > [Dispatch] ERROR: 'App not defined' > [warning] server localhost:8529 shutdown
The test suite is actually excersizing it's error handling capabilities. You see these below the test output because your stderr was printed after the stdout for some reason. These are completely harmless and expected. But to avoid confusion, I've trapped STDERR for that test in 2.00_06
Subject: Re: [rt.cpan.org #19043] Errors during tests for V 2.00_05
Date: Tue, 27 Jun 2006 15:41:45 +1000
To: via RT <bug-CGI-Application-Dispatch [...] rt.cpan.org>
From: Ron Savage <ron [...] savage.net.au>
On Tue, 27 Jun 2006 00:17:55 -0400 (EDT), via RT wrote: Hi Show quoted text
> The test suite is actually excersizing it's error handling > capabilities.
OK. Show quoted text
> You see these below the test output because your stderr was printed > after the stdout for some reason. These are completely harmless and > expected.
I capture the output streams and print them in that order. Show quoted text
> But to avoid confusion, I've trapped STDERR for that test in 2.00_06
Great! -- Ron Savage ron@savage.net.au http://savage.net.au/index.html
resolved