vacp2p / nim-libp2p

libp2p implementation in Nim
https://vacp2p.github.io/nim-libp2p/docs/
MIT License
240 stars 52 forks source link

flaky testdaemon #1122

Closed diegomrsantos closed 2 weeks ago

diegomrsantos commented 2 weeks ago

This test is often flaky on macOS https://github.com/vacp2p/nim-libp2p/actions/runs/9348493579/job/25727760493, but can also fail on linux-i386 https://github.com/vacp2p/nim-libp2p/actions/runs/9415071558/job/25935293771 . I believe it might be related to https://github.com/status-im/nim-unittest2/issues/43 due to the use of the word check https://github.com/vacp2p/nim-libp2p/blob/dc83a1e9b68f00b3be7e09febdb1a3f877321b9a/tests/testdaemon.nim#L41.