Skip to content

Improve integration test stabiltity speed #2604

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

Conversation

simonswine
Copy link
Contributor

@simonswine simonswine commented Oct 30, 2023

This is trying to tune the integration tests for speed and stability.

Instead of default ports, it will detect free ports on the system to bind to for memberlist and http.

It also reduces a few memberlist time duration to ensure there is a quick convergence.

Update: I am ignoring memberlist all together in favour of the inmemory kv, which improves the test runtime by quite a bit.

@simonswine simonswine force-pushed the 20231030_improve-integration-tests-stability-speed branch 2 times, most recently from 1cbad2f to 4d3993f Compare October 30, 2023 11:40
This is trying to tune the integration tests for speed and stability.

Instead of default ports, it will detect free ports on the system to
bind to for memberlist and http.

It also reduces a few memberlist time duration to ensure there is a
quick convergence.
@simonswine simonswine force-pushed the 20231030_improve-integration-tests-stability-speed branch from 4d3993f to a17b71d Compare October 30, 2023 11:56
@simonswine simonswine marked this pull request as ready for review October 30, 2023 13:35
@simonswine simonswine requested a review from a team as a code owner October 30, 2023 13:35
@simonswine simonswine merged commit 38239ee into grafana:main Oct 30, 2023
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