Subject: | Hash randomization (?) failures |
Test suite fails in the form of
...
# Failed test '... got the content we expected'
# at t/300_catalyst_action.t line 69.
# got: '{"result":"FOO::BAR(2)","jsonrpc":"2.0"}'
# expected: '{"jsonrpc":"2.0","result":"FOO::BAR(2)"}'
# Failed test '... got the content we expected'
# at t/300_catalyst_action.t line 69.
# got: '{"result":"FOO::BAR(3)","jsonrpc":"2.0"}'
# expected: '{"jsonrpc":"2.0","result":"FOO::BAR(3)"}'
# Looks like you failed 2 tests of 30.
t/300_catalyst_action.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/30 subtests
...
which looks like some kind of normalization is missing...