Skip Menu |

This queue is for tickets about the Perinci-Access-Simple-Server CPAN distribution.

Report information
The Basics
Id: 107050
Status: resolved
Priority: 0/
Queue: Perinci-Access-Simple-Server

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

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



Subject: t/pipe.t fails (because of dependency changes?)
t/pipe.t started to fail recently: # Failed test 'output' # at t/pipe.t line 31. # got: 'j[200,"OK","AAAA",{"riap.result_encoding":"base64","riap.v":1.2,"x.hint.result_binary":1}] # ' # expected: 'j[200,"OK","AAAA\n",{"riap.result_encoding":"base64","riap.v":1.2,"x.hint.result_binary":1}] # ' # Looks like you failed 1 test of 1. # Failed test 'v1.2 (autoencoding of binary result)' # at t/pipe.t line 32. # Looks like you failed 1 test of 2. t/pipe.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests Statistical analysis suggests that the failure is caused by changes in Perinci::AccessUtil 0.06.
On Sat Sep 12 03:45:48 2015, SREZIC wrote: Show quoted text
> t/pipe.t started to fail recently: > > # Failed test 'output' > # at t/pipe.t line 31. > # got: > 'j[200,"OK","AAAA",{"riap.result_encoding":"base64","riap.v":1.2,"x.hint.result_binary":1}] > # ' > # expected: > 'j[200,"OK","AAAA\n",{"riap.result_encoding":"base64","riap.v":1.2,"x.hint.result_binary":1}] > # ' > # Looks like you failed 1 test of 1. > > # Failed test 'v1.2 (autoencoding of binary result)' > # at t/pipe.t line 32. > # Looks like you failed 1 test of 2. > t/pipe.t .................. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/2 subtests > > > Statistical analysis suggests that the failure is caused by changes in > Perinci::AccessUtil 0.06.
You're absolutely right. Released 0.23. Thanks!