-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
identify: flaky TestLargeIdentifyMessage #1164
Comments
And it's racy as well:
|
Also see some flakiness here: https://app.circleci.com/pipelines/github/libp2p/go-libp2p/34/workflows/aabd41b3-1759-405e-be53-b9da9703c1f2/jobs/111?invite=true#step-112-937 Which happens here: https://github.com/libp2p/go-libp2p/blob/master/p2p/protocol/identify/id_test.go#L832 That bit seems very prone to timing flakiness since the only difference between the two assertions is a sleep of one second |
Assigning myself. |
This error seems the same as the one reported in #1555 (comment). @MarcoPolo Could you give me a bit more context here on the |
Is this just a duplicate of #1523? (I might be missing the difference though.) |
The text was updated successfully, but these errors were encountered: