Subject: | Test failures |
On some systems I see the following test failures:
...
# Failed test '... can delete as expected'
# at t/020-DAO/000-basic.t line 543.
# Structures begin differing at:
# $got->[0] = '204'
# $expected->[0] = '202'
# Failed test '... and the correct changes are retrieved'
# at t/020-DAO/000-basic.t line 600.
# Structures begin differing at:
# $got->[2]{data}{relationships}{comments}{data}[0]{id} = '5'
# $expected->[2]{data}{relationships}{comments}{data}[0]{id} = '12'
# Looks like you failed 2 tests of 3.
# Failed test '... delete_relationships'
# at t/020-DAO/000-basic.t line 616.
# Looks like you failed 1 test of 21.
t/020-DAO/000-basic.t ....................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/21 subtests
...
# Failed test '... has the right content-type'
# at t/030-Server/000-basic.t line 27.
# got: ''
# expected: 'application/vnd.api+json'
# Looks like you failed 1 test of 32.
# Failed test '... mix'
# at t/030-Server/000-basic.t line 256.
# Looks like you failed 1 test of 6.
t/030-Server/000-basic.t .................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
# Failed test '... bad request include=& caught'
# at t/030-Server/001-errors.t line 36.
# got: undef
# expected: '{JSON:API} Bad request'
# Test failed: ... bad request include=& caught
# Failed test '... and it has the expected error code'
# at t/030-Server/001-errors.t line 37.
# got: undef
# expected: '400'
# Looks like you failed 2 tests of 63.
# Failed test '... bad requests (GET)'
# at t/030-Server/001-errors.t line 162.
# Looks like you failed 1 test of 4.
t/030-Server/001-errors.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
...
Statistical analysis is not helpful in finding the issue for the failures.