[Catalyst-dev] patch candidate to fix HTTPS-on-80/HTTP-on-443 handling

Ronald J Kimball rkimball at pangeamedia.com
Tue Aug 24 15:31:00 GMT 2010


On Tue, Aug 24, 2010 at 2:37 AM,  <darren at darrenduncan.net> wrote:
> But, and this is strange, running make test with the fix says:
>
> t/aggregate/live_engine_request_headers.t ............................. 1/18
> #   Failed test 'Forwarded port sets securet'
> #   at t/aggregate/live_engine_request_headers.t line 34.
> # Looks like you failed 1 test of 18.
> t/aggregate/live_engine_request_headers.t .............................
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/18 subtests
> ...
> Test Summary Report
> -------------------
> t/aggregate/live_engine_request_headers.t
> (Wstat: 256 Tests: 18 Failed: 1)
>  Failed test:  7
>  Non-zero exit status: 1
>
> ..., but, running "prove" on the same test says:
>
> t/aggregate/live_engine_request_headers.t .. ok
> All tests successful.
> Files=1, Tests=18,  3 wallclock secs ( 0.03 usr  0.01 sys +  2.59 cusr
> 0.10 csys =  2.73 CPU)
> Result: PASS
>
> So why would that happen?

My first guess is that your lib path is not the same in the two cases.
 What options are you using when you run the tests with prove?  Did
you include -l and -b?

Ronald



More information about the Catalyst-dev mailing list