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 memberlist TestRejoin test #598

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

julienduchesne
Copy link
Member

@julienduchesne julienduchesne commented Oct 8, 2024

It randomly failed here: #525 and in some of the test runs here: #596

This test fails due to the probe interval being 5s, which is the same time we poll for

@julienduchesne julienduchesne changed the title Fix flaky memberlist tests Fix flaky memberlist TestRejoin test Oct 8, 2024
It randomly failed here: #525 and in some of the test runs here: #596

This test fails due to the probe interval being 5s, which is the same time we poll for
@julienduchesne julienduchesne force-pushed the julienduchesne/fix-flaky-memberlist-tests branch from de540a5 to 5fcdcb9 Compare October 8, 2024 13:41
@julienduchesne
Copy link
Member Author

julienduchesne commented Oct 8, 2024

/find-flaky-tests

Run: https://github.com/grafana/dskit/actions/runs/11236767195 (lots of cancels, the fail-fast is applied from the main branch, it looks like so it will work when this is merged to main, but TestRejoin passed in all runs)

@julienduchesne julienduchesne marked this pull request as ready for review October 8, 2024 14:08
@julienduchesne julienduchesne requested a review from a team October 8, 2024 14:08
@julienduchesne julienduchesne merged commit 00e6392 into main Oct 8, 2024
5 checks passed
@julienduchesne julienduchesne deleted the julienduchesne/fix-flaky-memberlist-tests branch October 8, 2024 14:13
julienduchesne added a commit that referenced this pull request Oct 8, 2024
This failed in a bunch of runs in #598

When it fails, it has 3 updates, but they're all from the same member. I believe what we want to check is that the cluster never gets joined by members with labels
julienduchesne added a commit that referenced this pull request Oct 8, 2024
This failed in a bunch of runs in #598

When it fails, it has 3 updates, but they're all from the same member. I believe what we want to check is that the cluster never gets joined by members with labels
julienduchesne added a commit that referenced this pull request Oct 8, 2024
This failed in a bunch of runs in #598

When it fails, it has 3 updates, but they're all from the same member. I believe what we want to check is that the cluster never gets joined by members with labels
julienduchesne added a commit that referenced this pull request Oct 8, 2024
This failed in a bunch of runs in #598

When it fails, it has 3 updates, but they're all from the same member. I believe what we want to check is that the cluster never gets joined by members with labels
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