Subject: | t/basic.t may fail |
On some of my smokers I see the following test failure:
...
# Failed test at t/basic.t line 10.
# got: '[
# '1556933590.65383', 'Fri May 3 18:33:10 2019', 26794, 'INFO', 3,
# [ 'SRV:8FB66F32' ], [ [
# '/opt/voice-srvc-native/bin/async-srvc-att-gateway-poller', 33,
# 'NERV::Voice::SRV::Native::AsyncSRVATTGatewayPoller::main',
# ] ],
# 'batch_nena_messages returned', 'OK', 6, { FILENAME => 'lqxw020323' },
# '1556933584', 'lqxw020323',
# ]
# '
# expected: '[
# '1556933590.65383', 'Fri May 3 18:33:10 2019', 26794, 'INFO', 3,
# [ 'SRV:8FB66F32' ], [ [
# '/opt/voice-srvc-native/bin/async-srvc-att-gateway-poller', 33,
# 'NERV::Voice::SRV::Native::AsyncSRVATTGatewayPoller::main',
# ] ],
# 'batch_nena_messages returned', 'OK', 6, { FILENAME => 'lqxw020323' },
# 1556933584, 'lqxw020323',
# ]
# '
# Looks like you failed 1 test of 8.
t/basic.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
...
Just a guess: maybe it fails with older Data::Dumper?