Subject: | Hash randomization (?) problem in test suite |
t/CGI-JSONRPC-Dispatcher.t may fail like this:
...
# Failed test 'Good request is dispatched'
# at t/CGI-JSONRPC-Dispatcher.t line 20.
# got: '{"result":[[1," so there ",2]],"id":1}'
# expected: '{"id":1,"result":[[1," so there ",2]]}'
# Looks like you failed 1 test of 6.
t/CGI-JSONRPC-Dispatcher.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
...
-> Which looks like a hash randomization problem. As this looks like JSON, maybe something like canonical should be switched on here?