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

chore: monotonically increasing ports for cluster tests #4268

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

kostasrim
Copy link
Contributor

We have cascading failures in cluster tests because on assertion failures the nodes are not properly cleaned up and subsequent test cases that use the same ports fail. I added a monotonically increasing port generator to mitigate this effect.

P.s. we should also take care how we clean up cluster nodes but I will leave that for a future PR.

@kostasrim kostasrim requested a review from BorysTheDev December 6, 2024 09:08
@kostasrim kostasrim self-assigned this Dec 6, 2024
@kostasrim
Copy link
Contributor Author

@kostasrim kostasrim merged commit f9f93b1 into main Dec 6, 2024
9 checks passed
@kostasrim kostasrim deleted the kpr2 branch December 6, 2024 10:07
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.

2 participants