co19 icon indicating copy to clipboard operation
co19 copied to clipboard

LibTest/io/WebSocket/length_A01_t01.dart is flaky seemingly due to `length` future racing with socket closure

Open aam opened this issue 1 year ago • 0 comments

The test seems to expect https://github.com/dart-lang/co19/blob/baa1dd9ca815d468720d9f456e7f7498845222dc/LibTest/io/WebSocket/length_A01_t01.dart#L30 that the length Future will get resolved before websocket gets closed. This seems to be racy.

aam avatar Sep 13 '24 17:09 aam