Skip Menu |

This queue is for tickets about the Argon CPAN distribution.

Report information
The Basics
Id: 123596
Status: open
Priority: 0/
Queue: Argon

People
Owner: JEFFOBER [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/08-client.t started to fail
My smokers started to report the following failure in t/08-client.t: ... # Failed test 'queue => collect result 1' # at t/08-client.t line 77. # got: '1172765541249000000' # expected: '1' # Failed test 'queue => collect result 2' # at t/08-client.t line 77. # got: '1172765541249000000' # expected: '4' # Failed test 'queue => collect result 3' # at t/08-client.t line 77. # got: '1172765541249000000' # expected: '9' (etc) Statistical analysis is not clear on the reason. It could be caused by the newest versions of Coro or Coro::ProcessPool (but there are also other candidates, e.g. List::Util).
Thanks for the tip on List::Util. I've got a significant update to push that ought to eliminate any of the Coro-related issues, at least. I'll double check on the List::Util changes. On Sat Nov 11 08:33:06 2017, SREZIC wrote: Show quoted text
> My smokers started to report the following failure in t/08-client.t: > > ... > # Failed test 'queue => collect result 1' > # at t/08-client.t line 77. > # got: '1172765541249000000' > # expected: '1' > > # Failed test 'queue => collect result 2' > # at t/08-client.t line 77. > # got: '1172765541249000000' > # expected: '4' > > # Failed test 'queue => collect result 3' > # at t/08-client.t line 77. > # got: '1172765541249000000' > # expected: '9' > > (etc) > > > Statistical analysis is not clear on the reason. It could be caused by > the newest versions of Coro or Coro::ProcessPool (but there are also > other candidates, e.g. List::Util).
-- -Jeff Ober