Skip to content
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

[Fix] Fix flaky connection cleanup case #3192

Merged
merged 2 commits into from Mar 29, 2024

Conversation

niklaslong
Copy link
Contributor

Stricter peering rules were introduced in #3163 which caused connections to fail if peers were not in the validator's trusted peer set (which we are not setting in these cases). Relaxing the requirements in this particular case should fix the flakiness.

Closes #3190.

@niklaslong niklaslong requested review from joske and vicsn March 26, 2024 15:16
@niklaslong niklaslong marked this pull request as ready for review March 26, 2024 16:25
Copy link
Collaborator

@vicsn vicsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit

node/router/tests/common/mod.rs Outdated Show resolved Hide resolved
@howardwu howardwu merged commit 4358ec4 into AleoHQ:mainnet-staging Mar 29, 2024
24 checks passed
@howardwu howardwu changed the title Fix flaky connection cleanup case [Fix] Fix flaky connection cleanup case Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] test_connection_cleanups is flaky
4 participants