Skip Menu |

This queue is for tickets about the PLN-PT CPAN distribution.

Report information
The Basics
Id: 123416
Status: resolved
Priority: 0/
Queue: PLN-PT

People
Owner: mestre.smash [...] gmail.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Failed test 'sentence has 5 tokens'
My smokers show random test failures: ... # Failed test 'sentence has 5 tokens' # at t/04-dep_parser.t line 18. Use of uninitialized value in string eq at t/04-dep_parser.t line 19. # Looks like your test exited with 255 just after 1. t/04-dep_parser.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 5/5 subtests ...
Hello, I think I narrowed it down to a probably failling backend docker image, which sometimes can cause the tests not to be skipped if no data is available. Updated the tests in v0.008, thank you for the reports. Best regards On Sat Oct 28 03:29:56 2017, SREZIC wrote: Show quoted text
> My smokers show random test failures: > > ... > # Failed test 'sentence has 5 tokens' > # at t/04-dep_parser.t line 18. > Use of uninitialized value in string eq at t/04-dep_parser.t line 19. > # Looks like your test exited with 255 just after 1. > t/04-dep_parser.t ...... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 5/5 subtests > ...