-
Notifications
You must be signed in to change notification settings - Fork 8
Description
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/01_base.t t/02_prepare_serializer_for_format.t t/03_resource.t t/04_plugin_settings.t
t/01_base.............................ok
t/02_prepare_serializer_for_format....
Failed test 'headers have content_type set to text/html'
at t/02_prepare_serializer_for_format.t line 58.
Structures begin differing at:
$got = HTTP::Headers=HASH(0x8b70fac)
$expected = ARRAY(0x8b70f2c)
Failed test 'headers have content_type set to application/json'
at t/02_prepare_serializer_for_format.t line 58.
Structures begin differing at:
$got = HTTP::Headers=HASH(0x8b7406c)
$expected = ARRAY(0x8b73fec)
Failed test 'headers have content_type set to text/x-yaml'
at t/02_prepare_serializer_for_format.t line 58.
Structures begin differing at:
$got = HTTP::Headers=HASH(0x8b74c4c)
$expected = ARRAY(0x8b73f4c)
Failed test 'headers have content_type set to text/html'
at t/02_prepare_serializer_for_format.t line 58.
Structures begin differing at:
$got = HTTP::Headers=HASH(0x8b7ba94)
$expected = ARRAY(0x8b7b8f4)
Looks like you failed 4 tests of 8.
dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 1, 3, 5, 7
Failed 4/8 tests, 50.00% okay
t/03_resource.........................ok
t/04_plugin_settings..................
Failed test 'response looks good for 'GET /foo.json''
at t/04_plugin_settings.t line 67.
'An internal error occured'
doesn't match '(?ms-xi:Error 500.*Unable to process your query)'
Looks like you failed 1 test of 5.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
Failed 1/5 tests, 80.00% okay
Failed Test Stat Wstat Total Fail List of Failed
t/02_prepare_serializer_for_format.t 4 1024 8 4 1 3 5 7
t/04_plugin_settings.t 1 256 5 1 2
Failed 2/4 test scripts. 5/22 subtests failed.
Files=4, Tests=22, 1 wallclock secs ( 0.91 cusr + 0.12 csys = 1.03 CPU)
Failed 2/4 test programs. 5/22 subtests failed.