Subject: | t/api_client_server.t started to fail |
On my smoker systems I see this new test failure:
...
# Failed test 'new reportfile count'
# at t/api_client_server.t line 77.
# got: '0'
# expected: '1'
# Failed test 'newer reportfile count'
# at t/api_client_server.t line 96.
# got: '0'
# expected: '2'
# Failed test 'mason eof marker with no whitespace'
# at t/api_client_server.t line 144.
# got: 'Planned tests:
# '
# expected: 'Planned tests:
# 4
# 3
# 4
# 3
# '
# Failed test 'mason eof marker with whitespace'
# at t/api_client_server.t line 151.
# got: 'Planned tests:
# '
# expected: 'Planned tests:
# 4
# 3
# 4
# 3
# '
# Failed test 'Template toolkit'
# at t/api_client_server.t line 163.
# got: 'Planned tests:
# '
# expected: 'Planned tests:
# 4
# 3
# 4
# 3
# '
# Looks like you failed 5 tests of 9.
t/api_client_server.t ......
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/9 subtests
...