smol-rs / async-channel

Async multi-producer multi-consumer channel
Apache License 2.0
726 stars 38 forks source link

mpmc and mpmc_stream tests fail once and then never again #78

Open notgull opened 6 months ago

notgull commented 6 months ago

I have a dev server with high concurrency (32 cores). I ran the async-channel tests on this server, and it appears that the mpmc and mpmc_stream bounded tests missed a notification and ran forever. I cancelled the tests and ran them again, but I haven't been able to replicate this issue, even after running cargo test 100 times.