Skip Menu |

This queue is for tickets about the CGI-JSONRPC CPAN distribution.

Report information
The Basics
Id: 129166
Status: new
Priority: 0/
Queue: CGI-JSONRPC

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.11
Fixed in: (no value)



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?