-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Fix unreliable network/p2p tests #5544
Comments
cc @gumb0 |
I did some debugging, and failure in It's not easy to reproduce, because NodeIDs are randomly generated, so you need to be lucky to get this distance. It's difficult to make sense of the code written there, but I think I figured out what it was supposed to do and I'll try to rewrite it. (I noticed also |
aleth/test/unittests/libp2p/net.cpp Line 832 in f5db298
(that failure means there are not enough random nodes to fill the required bucket) |
|
Haven't seen failures in these tests for a while so I'm assuming all issues have been fixed, will reopen if this isn't the case. |
There are others failing quite often though, I'll create another issue |
I've seen the following tests fail recently in PRs which didn't touch network or p2p code (e.g. #5541)
Logs:
evictionWithOldNodeAnswering
packetsWithChangedEndpointSuite/neighbours
libp2p/p2pPeer/requirePeer
The text was updated successfully, but these errors were encountered: