-
Notifications
You must be signed in to change notification settings - Fork 742
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
Attempt to fix flaky basic sim test #6134
Conversation
…d by peers because of `TooManyPeers`.
The test failed again, but I think the fix is still valid. The The current run is failing due to UPDATE: the above is not correct actually, node_6 has no validators attached so it wouldn't contribute to sync message issues. The error is
so it looks like the sync contributions were not published for all signers, this is something we've experienced before and usually happens around fork boundaries. |
@mergify queue |
🛑 The pull request has been removed from the queue
|
@mergify requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 256f012 |
Issue Addressed
Fix
target_peer
config for basic_sim, so a node doesn't disconnected by peers because ofTooManyPeers
.I think the test fails when enough nodes disconnect one of the nodes and messages from that node don't get propagated to the network correctly.