Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Shorten CPAN distribution.

Report information
The Basics
Id: 128095
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Shorten

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

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



Subject: Test suite started to fail (with JSON::XS 4.0?)
On my smoker systems the test suite started to fail: ... [error] Unable to find params for: cc -> 1 : params # Failed test 'invalid' # at t/05-fails.t line 14. # got: '200' # expected: '500' [error] Caught exception in TestApp::Controller::Shorten->params "invalid character U in FU at /home/cpansand/.cpan/build/2018122220/Catalyst-Plugin-Shorten-0.02-I39Wn9/blib/lib/Catalyst/Plugin/Shorten.pm line 85." # Looks like you failed 1 test of 5. t/05-fails.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests ... Possible reason: it fails if JSON::XS 4.0 is installed.
Hey, Sorry v0.03 I was being an idiot and running two terminals with different versions of perl. v0.04 should hopefully resolve this though. On Sat Dec 22 14:57:15 2018, SREZIC wrote: Show quoted text
> On my smoker systems the test suite started to fail: > > ... > [error] Unable to find params for: cc -> 1 : params > > # Failed test 'invalid' > # at t/05-fails.t line 14. > # got: '200' > # expected: '500' > [error] Caught exception in TestApp::Controller::Shorten->params > "invalid character U in FU at > /home/cpansand/.cpan/build/2018122220/Catalyst-Plugin-Shorten-0.02- > I39Wn9/blib/lib/Catalyst/Plugin/Shorten.pm line 85." > # Looks like you failed 1 test of 5. > t/05-fails.t ...... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/5 subtests > ... > > > Possible reason: it fails if JSON::XS 4.0 is installed.
0.04 looks indeed fine. On 2018-12-23 10:03:54, LNATION wrote: Show quoted text
> Hey, > > Sorry v0.03 I was being an idiot and running two terminals with > different versions of perl. > > v0.04 should hopefully resolve this though. > > On Sat Dec 22 14:57:15 2018, SREZIC wrote:
> > On my smoker systems the test suite started to fail: > > > > ... > > [error] Unable to find params for: cc -> 1 : params > > > > # Failed test 'invalid' > > # at t/05-fails.t line 14. > > # got: '200' > > # expected: '500' > > [error] Caught exception in TestApp::Controller::Shorten->params > > "invalid character U in FU at > > /home/cpansand/.cpan/build/2018122220/Catalyst-Plugin-Shorten-0.02- > > I39Wn9/blib/lib/Catalyst/Plugin/Shorten.pm line 85." > > # Looks like you failed 1 test of 5. > > t/05-fails.t ...... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/5 subtests > > ... > > > > > > Possible reason: it fails if JSON::XS 4.0 is installed.