co19
co19 copied to clipboard
LibTest/io/WebSocket/length_A01_t01.dart is flaky seemingly due to `length` future racing with socket closure
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.