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: flaky TestInvalidServer #1049

Merged
merged 1 commit into from
Feb 21, 2025
Merged

fix: flaky TestInvalidServer #1049

merged 1 commit into from
Feb 21, 2025

Conversation

guillaumemichel
Copy link
Contributor

Fixes #1023

On the CI, it has happened that s0 connected to m1 before s1 resulting in both m1 and s1 being added to the routing table. This fix makes sure s0 connects to s1 first before trying to connect to m1.

@guillaumemichel guillaumemichel requested a review from a team as a code owner February 21, 2025 14:06
@guillaumemichel guillaumemichel merged commit dbc7a08 into master Feb 21, 2025
7 checks passed
@guillaumemichel guillaumemichel deleted the fix/1023 branch February 21, 2025 14:11
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.

Flaky TestInvalidServer
1 participant