gotoexit / Concurrent-BoundedChannel

Concurrent::BoundedChannel
Artistic License 2.0
0 stars 3 forks source link

Flapping tests #5

Open AlexDaniel opened 6 years ago

AlexDaniel commented 6 years ago

Sometimes all tests pass just fine, but sometimes it fails.

t/01-sanity.t .. 
1..39
# Failed test at t/01-sanity.t line 92
gotoexit commented 6 years ago

I haven't done any perl6 stuff in quite a while. And unfortunately it's very hard (impossible?) to completely disprove race conditions.

When I get a chance I'll take another look. In the meantime, patches welcome.