On 04 Aug 2014, at 01:58, Will Coleda via RT <perl6-bugs-follo...@perl.org> wrote: > On Thu Jul 17 11:06:20 2014, FROGGS.de wrote: >> perl6-m t/spec/S32-io/IO-Socket-Async.t >> 1..6 >> ok 1 - Async listen on bogus hostname >> ok 2 - Async connect to unavailable server breaks promise >> ok 3 - Async connect to available server keeps promise >> ok 4 - Echo server >> ok 5 - Discard server >> not ok 6 - bytes_supply >> >> When this happens then $binary has 4096 elements, $received only has >> one (an empty string). > > Test 4 is also flapping, at least on macosx
This only happens under stress. When run by itself, I’ve never seen the test flap. Liz