You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test shows that a set of n nodes can all peer with each other, starting with each only knowing the one bootstrap node.
For some reason when we upgraded libp2p, our nodes became much flakier during this tests. They can all successfully find each other, but they will spuriously close connections and we don't know why. We were able to get the test to pass by being somewhat liberal about how often the nodes can connect, but this is sub-optimal. We'd prefer to keep parity with the old test, where the connections were strong.
The text was updated successfully, but these errors were encountered:
Closes#1562
I put the test into the infinite loop for 20 minutes, and it is not
failing anymore.
### Before requesting review
- [x] I have reviewed the code myself
This test shows that a set of n nodes can all peer with each other, starting with each only knowing the one bootstrap node.
For some reason when we upgraded
libp2p
, our nodes became much flakier during this tests. They can all successfully find each other, but they will spuriously close connections and we don't know why. We were able to get the test to pass by being somewhat liberal about how often the nodes can connect, but this is sub-optimal. We'd prefer to keep parity with the old test, where the connections were strong.The text was updated successfully, but these errors were encountered: