[Catalyst] Catalyst update issues

Nilson Santos Figueiredo Junior acid06 at gmail.com
Tue Mar 28 02:09:54 CEST 2006


Hello,

I'm trying to help the guys at NFSHost to update their Catalyst from
5.63 to 5.66 (so that I can successfully deploy much demo photo
gallery application there).

The thing is that it's generating tons of errors while "make test"ing.

They've sent me the first 500 log lines but I really am clueless, it's
reporting all sorts of apparently meaningless error messages such as:

t/live_component_controller_action_auto...........
#   Failed test 'Executed actions'
#   in t/live_component_controller_action_auto.t at line 44.
#          got: 'TestApp::Controller::Action::Auto->begin,
TestApp::Controller::Action::Auto->auto,
TestApp::Controller::Action::Auto->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Auto->begin,
TestApp::Controller::Action::Auto->auto,
TestApp::Controller::Action::Auto->one, TestApp->end'

(note that there's no difference between what it "got" and what it "expected")

Just in case it's any good, the attached text file containts these 500
lines. Apparently, they're running the "make", "make test", "make
install" cycle manually instead of using the CPAN shell, but that's no
guarantee. The first thing the pops into my mind is some missing
dependency. Could this be it?

Thanks for any help.

-Nilson Santos Figueiredo Júnior
-------------- next part --------------
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t t/live_component_controller_action_auto.t t/live_component_controller_action_begin.t t/live_component_controller_action_default.t t/live_component_controller_action_detach.t t/live_component_controller_action_end.t t/live_component_controller_action_forward.t t/live_component_controller_action_global.t t/live_component_controller_action_index.t t/live_component_controller_action_inheritance.t t/live_component_controller_action_local.t t/live_component_controller_action_multipath.t t/live_component_controller_action_path.t t/live_component_controller_action_private.t t/live_component_controller_action_regexp.t t/live_component_controller_action_streaming.t t/live_component_controller_args.t t/live_engine_request_body.t t/live_engine_request_cookies.t t/live_engine_request_headers.t t/live_engine_request_parameters.t t/live_engin
 e_request_uploads.t t/live_engine_request_uri.t t/live_engine_response_cookies.t t/live_engine_response_errors.t t/live_engine_response_headers.t t/live_engine_response_large.t t/live_engine_response_redirect.t t/live_engine_response_status.t t/live_engine_setup_basics.t t/live_engine_setup_plugins.t t/live_plugin_loaded.t t/optional_http-server-restart.t t/optional_http-server.t t/optional_memleak.t t/optional_stress.t t/optional_threads.t t/unit_controller_namespace.t t/unit_core_component.t t/unit_core_component_loading.t t/unit_core_log.t t/unit_core_mvc.t t/unit_core_path_to.t t/unit_core_plugin.t t/unit_core_uri_for.t t/unit_utils_request.t
t/01use...........................................ok
t/02pod...........................................skipped
       all skipped: set TEST_POD to enable this test
t/03podcoverage...................................skipped
       all skipped: set TEST_POD to enable this test
t/live_component_controller_action_auto...........
#   Failed test 'Executed actions'
#   in t/live_component_controller_action_auto.t at line 44.
#          got: 'TestApp::Controller::Action::Auto->begin, TestApp::Controller::Action::Auto->auto, TestApp::Controller::Action::Auto->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Auto->begin, TestApp::Controller::Action::Auto->auto, TestApp::Controller::Action::Auto->one, TestApp->end'

#   Failed test 'Content OK'
#   in t/live_component_controller_action_auto.t at line 46.
#          got: 'default'
#     expected: 'one'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_auto.t at line 79.
#          got: 'TestApp::Controller::Action::Auto::Deep->begin, TestApp::Controller::Action::Auto->auto, TestApp::Controller::Action::Auto::Deep->auto, TestApp::Controller::Action::Auto::Deep->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Auto::Deep->begin, TestApp::Controller::Action::Auto->auto, TestApp::Controller::Action::Auto::Deep->auto, TestApp::Controller::Action::Auto::Deep->one, TestApp->end'

#   Failed test 'Content OK'
#   in t/live_component_controller_action_auto.t at line 81.
#          got: 'deep default'
#     expected: 'deep one'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_auto.t at line 44.
#          got: 'TestApp::Controller::Action::Auto->begin, TestApp::Controller::Action::Auto->auto, TestApp::Controller::Action::Auto->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Auto->begin, TestApp::Controller::Action::Auto->auto, TestApp::Controller::Action::Auto->one, TestApp->end'

#   Failed test 'Content OK'
#   in t/live_component_controller_action_auto.t at line 46.
#          got: 'default'
#     expected: 'one'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_auto.t at line 79.
#          got: 'TestApp::Controller::Action::Auto::Deep->begin, TestApp::Controller::Action::Auto->auto, TestApp::Controller::Action::Auto::Deep->auto, TestApp::Controller::Action::Auto::Deep->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Auto::Deep->begin, TestApp::Controller::Action::Auto->auto, TestApp::Controller::Action::Auto::Deep->auto, TestApp::Controller::Action::Auto::Deep->one, TestApp->end'

#   Failed test 'Content OK'
#   in t/live_component_controller_action_auto.t at line 81.
#          got: 'deep default'
#     expected: 'deep one'
# Looks like you failed 8 tests of 36.
dubious
       Test returned status 8 (wstat 2048, 0x800)
DIED. FAILED tests 2-3, 8-9, 20-21, 26-27
       Failed 8/36 tests, 77.78% okay
t/live_component_controller_action_begin..........ok
t/live_component_controller_action_default........ok
t/live_component_controller_action_detach.........
#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_detach.t at line 41.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_detach.t at line 43.
#          got: 'default'
#     expected: 'action/detach/one'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_detach.t at line 50.
#          got: 'TestApp::Controller::Action::Detach->begin, TestApp::Controller::Action::Detach->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Detach->begin, TestApp::Controller::Action::Detach->one, TestApp::Controller::Action::Detach->two, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_detach.t at line 68.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_detach.t at line 70.
#          got: 'default'
#     expected: 'action/detach/path'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_detach.t at line 77.
#          got: 'TestApp::Controller::Action::Detach->begin, TestApp::Controller::Action::Detach->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Detach->begin, TestApp::Controller::Action::Detach->path, TestApp::Controller::Action::Detach->two, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_detach.t at line 87.

#   Failed test in t/live_component_controller_action_detach.t at line 88.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'new'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_detach.t at line 97.

#   Failed test in t/live_component_controller_action_detach.t at line 98.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'new'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_detach.t at line 41.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_detach.t at line 43.
#          got: 'default'
#     expected: 'action/detach/one'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_detach.t at line 50.
#          got: 'TestApp::Controller::Action::Detach->begin, TestApp::Controller::Action::Detach->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Detach->begin, TestApp::Controller::Action::Detach->one, TestApp::Controller::Action::Detach->two, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_detach.t at line 68.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_detach.t at line 70.
#          got: 'default'
#     expected: 'action/detach/path'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_detach.t at line 77.
#          got: 'TestApp::Controller::Action::Detach->begin, TestApp::Controller::Action::Detach->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Detach->begin, TestApp::Controller::Action::Detach->path, TestApp::Controller::Action::Detach->two, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_detach.t at line 87.

#   Failed test in t/live_component_controller_action_detach.t at line 88.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'new'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_detach.t at line 97.

#   Failed test in t/live_component_controller_action_detach.t at line 98.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'new'
# Looks like you failed 20 tests of 36.
dubious
       Test returned status 20 (wstat 5120, 0x1400)
DIED. FAILED tests 2, 4, 6, 8, 10, 12, 14-15, 17-18, 20, 22, 24, 26, 28, 30, 32-33, 35-36
       Failed 20/36 tests, 44.44% okay
t/live_component_controller_action_end............ok
t/live_component_controller_action_forward........
#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 44.

#   Failed test 'Main Class Action'
#   in t/live_component_controller_action_forward.t at line 46.
#          got: 'default'
#     expected: 'action/forward/global'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 52.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_forward.t at line 54.
#          got: 'default'
#     expected: 'action/forward/one'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_forward.t at line 61.
#          got: 'TestApp::Controller::Action::Forward->begin, TestApp::Controller::Action::Forward->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Forward->begin, TestApp::Controller::Action::Forward->one, TestApp::Controller::Action::Forward->two, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_forward.t at line 63.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 91.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_forward.t at line 93.
#          got: 'default'
#     expected: 'action/forward/jojo'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_forward.t at line 100.
#          got: 'TestApp::Controller::Action::Forward->begin, TestApp::Controller::Action::Forward->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Forward->begin, TestApp::Controller::Action::Forward->jojo, TestApp::Controller::Action::Forward->one, TestApp::Controller::Action::Forward->two, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_forward.t at line 102.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 115.

#   Failed test in t/live_component_controller_action_forward.t at line 116.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'old'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 125.

#   Failed test in t/live_component_controller_action_forward.t at line 126.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'old'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 136.

#   Failed test in t/live_component_controller_action_forward.t at line 137.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'ok'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 146.

#   Failed test in t/live_component_controller_action_forward.t at line 147.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'ok'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 167.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_forward.t at line 169.
#          got: 'default'
#     expected: 'action/relative/relative'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_forward.t at line 176.
#          got: 'TestApp::Controller::Action::Relative->begin, TestApp::Controller::Action::Relative->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Relative->begin, TestApp::Controller::Action::Relative->relative, TestApp::Controller::Action::Forward->one, TestApp::Controller::Action::Forward->two, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_forward.t at line 178.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 205.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_forward.t at line 207.
#          got: 'default'
#     expected: 'action/relative/relative_two'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_forward.t at line 217.
#          got: 'TestApp::Controller::Action::Relative->begin, TestApp::Controller::Action::Relative->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Relative->begin, TestApp::Controller::Action::Relative->relative_two, TestApp::Controller::Action::Forward->one, TestApp::Controller::Action::Forward->two, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_forward.t at line 219.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 233.

#   Failed test 'Test Method'
#   in t/live_component_controller_action_forward.t at line 234.
#          got: undef
#     expected: '1'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 44.

#   Failed test 'Main Class Action'
#   in t/live_component_controller_action_forward.t at line 46.
#          got: 'default'
#     expected: 'action/forward/global'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 52.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_forward.t at line 54.
#          got: 'default'
#     expected: 'action/forward/one'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_forward.t at line 61.
#          got: 'TestApp::Controller::Action::Forward->begin, TestApp::Controller::Action::Forward->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Forward->begin, TestApp::Controller::Action::Forward->one, TestApp::Controller::Action::Forward->two, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_forward.t at line 63.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 91.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_forward.t at line 93.
#          got: 'default'
#     expected: 'action/forward/jojo'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_forward.t at line 100.
#          got: 'TestApp::Controller::Action::Forward->begin, TestApp::Controller::Action::Forward->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Forward->begin, TestApp::Controller::Action::Forward->jojo, TestApp::Controller::Action::Forward->one, TestApp::Controller::Action::Forward->two, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_forward.t at line 102.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 115.

#   Failed test in t/live_component_controller_action_forward.t at line 116.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'old'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 125.

#   Failed test in t/live_component_controller_action_forward.t at line 126.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'old'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 136.

#   Failed test in t/live_component_controller_action_forward.t at line 137.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'ok'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 146.

#   Failed test in t/live_component_controller_action_forward.t at line 147.
#          got: 'Error - TestApp::Controller::Action
# '
#     expected: 'ok'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 167.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_forward.t at line 169.
#          got: 'default'
#     expected: 'action/relative/relative'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_forward.t at line 176.
#          got: 'TestApp::Controller::Action::Relative->begin, TestApp::Controller::Action::Relative->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Relative->begin, TestApp::Controller::Action::Relative->relative, TestApp::Controller::Action::Forward->one, TestApp::Controller::Action::Forward->two, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_forward.t at line 178.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 205.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_forward.t at line 207.
#          got: 'default'
#     expected: 'action/relative/relative_two'

#   Failed test 'Executed actions'
#   in t/live_component_controller_action_forward.t at line 217.
#          got: 'TestApp::Controller::Action::Relative->begin, TestApp::Controller::Action::Relative->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Relative->begin, TestApp::Controller::Action::Relative->relative_two, TestApp::Controller::Action::Forward->one, TestApp::Controller::Action::Forward->two, TestApp::Controller::Action::Forward->three, TestApp::Controller::Action::Forward->four, TestApp::Controller::Action::Forward->five, TestApp::View::Dump::Request->process, TestApp->end'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_forward.t at line 219.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_forward.t at line 233.

#   Failed test 'Test Method'
#   in t/live_component_controller_action_forward.t at line 234.
#          got: undef
#     expected: '1'
# Looks like you failed 56 tests of 94.
dubious
       Test returned status 56 (wstat 14336, 0x3800)
DIED. FAILED tests 2, 4, 6, 8, 10-11, 13, 15, 17-18, 20-21, 23-24, 26-27, 29-30, 32, 34, 36-37, 39, 41, 43-44, 46-47, 49, 51, 53, 55, 57-58, 60, 62, 64-65, 67-68, 70-71, 73-74, 76-77, 79, 81, 83-84, 86, 88, 90-91, 93-94
       Failed 56/94 tests, 40.43% okay
t/live_component_controller_action_global.........ok
t/live_component_controller_action_index..........ok
t/live_component_controller_action_inheritance....ok
t/live_component_controller_action_local..........
#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_local.t at line 30.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_local.t at line 32.
#          got: 'default'
#     expected: 'action/local/one'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_local.t at line 39.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_local.t at line 49.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_local.t at line 51.
#          got: 'default'
#     expected: 'action/local/two'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_local.t at line 58.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_local.t at line 74.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_local.t at line 76.
#          got: 'default'
#     expected: 'action/local/three'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_local.t at line 83.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_local.t at line 96.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_local.t at line 98.
#          got: 'default'
#     expected: 'action/local/four/five/six'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_local.t at line 105.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_local.t at line 118.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_local.t at line 120.
#          got: 'default'
#     expected: 'action/local/one'

#   Failed test 'Parameters don't split on %2F'
#   in t/live_component_controller_action_local.t at line 127.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?-xism:arguments => \[\s*'foo/bar'\s*\])'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_local.t at line 30.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_local.t at line 32.
#          got: 'default'
#     expected: 'action/local/one'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_local.t at line 39.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_local.t at line 49.

#   Failed test 'Test Action'
#   in t/live_component_controller_action_local.t at line 51.
#          got: 'default'
#     expected: 'action/local/two'

#   Failed test 'Content is a serialized Catalyst::Request'
#   in t/live_component_controller_action_local.t at line 58.
#                   'Error - TestApp::Controller::Action
# '
#     doesn't match '(?s-xim:^bless\( .* 'Catalyst::Request' \)$)'

#   Failed test 'Response Successful 2xx'
#   in t/live_component_controller_action_local.t at line 74.


More information about the Catalyst mailing list