[Catalyst] Catalyst-Runtime fails tests with lighttpd-1.4.18

Bernhard Weisshuhn bkw at weisshuhn.de
Mon Nov 5 13:06:54 GMT 2007


Hi,

am I the only one who cannot get the lighttpd-fastcgi-tests for
Catalyst-Runtime-5.7011 to pass with the current lighttpd 1.4.18?

I've already incorporated a patch for content in 307 response bodies
from http://trac.lighttpd.net/trac/ticket/1412 . 
But still the tests below fail.

Can some kind soul track this down some more, so we can file a bug
with lighttpd (which I suspect to be the culprit here)?

regards,
  bkw


% TEST_LIGHTTPD=1 prove --lib lib t/optional_lighttpd-fastcgi-non-root.t 

t/optional_lighttpd-fastcgi-non-root....# Waiting for server to start...

#   Failed test 'Executed actions'
#   at t/live_component_controller_action_chained.t line 785.
#          got: 'TestApp::Controller::Action::Chained->begin, TestApp::Controller::Action::Chained->cc_base, TestApp::Controller::Action::Chained->cc_all, TestApp::Controller::Action::Chained->end'
#     expected: 'TestApp::Controller::Action::Chained->begin, TestApp::Controller::Action::Chained->cc_base, TestApp::Controller::Action::Chained->cc_link, TestApp::Controller::Action::Chained->cc_anchor, TestApp::Controller::Action::Chained->end'

#   Failed test 'Content OK'
#   at t/live_component_controller_action_chained.t line 786.
#          got: '; anchor.html'
#     expected: '; '

#   Failed test 'Executed actions'
#   at t/live_component_controller_action_chained.t line 846.
#          got: 'TestApp::Controller::Action::Chained->begin, TestApp::Controller::Action::Chained::ArgsOrder->base, TestApp::Controller::Action::Chained::ArgsOrder->all, TestApp::Controller::Action::Chained::ArgsOrder->end'
#     expected: 'TestApp::Controller::Action::Chained->begin, TestApp::Controller::Action::Chained::ArgsOrder->base, TestApp::Controller::Action::Chained::ArgsOrder->index, TestApp::Controller::Action::Chained::ArgsOrder->end'

#   Failed test 'Content OK'
#   at t/live_component_controller_action_chained.t line 848.
#          got: 'base; ; all; '
#     expected: 'base; ; index; '
# Looks like you failed 4 tests of 124.

#   Failed test '%2b not double decoded'
#   at t/live_engine_request_parameters.t line 46.
#          got: 'foo bar'
#     expected: 'foo+bar'
# Looks like you failed 1 test of 35.

#   Failed test 'lighttpd tests ran OK'
#   at t/optional_lighttpd-fastcgi-non-root.t line 111.
# Looks like you failed 1 test of 1.
dubious
	Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
	Failed 1/1 tests, 0.00% okay
Failed Test                       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/optional_lighttpd-fastcgi-non-r    1   256     1    1 100.00%  1
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.



More information about the Catalyst mailing list