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

Improve backoff on host uuid file creation contention #48903

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

rosstimothy
Copy link
Contributor

@rosstimothy rosstimothy commented Nov 13, 2024

Aims to reduce flakiness in tests by using a linear backoff during contention instead of sleeping for a constant amount of time. The goal is to eliminate failures in CI while not causing any more backoff than needed in real life scenarios.

@rosstimothy rosstimothy added this pull request to the merge queue Nov 13, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 13, 2024
Aims to reduce flakiness in tests by using a linear backoff during
contention instead of sleeping for a constant amount of time. The
goal is to eliminate failures in CI while not causing any additional
backoff than needed in real life scenarios.
@rosstimothy rosstimothy force-pushed the tross/read_or_create_flake branch from aaed00b to 94e21a1 Compare November 13, 2024 19:51
@rosstimothy rosstimothy added this pull request to the merge queue Nov 13, 2024
Merged via the queue into master with commit 9d5e829 Nov 13, 2024
39 checks passed
@rosstimothy rosstimothy deleted the tross/read_or_create_flake branch November 13, 2024 20:27
@public-teleport-github-review-bot

@rosstimothy See the table below for backport results.

Branch Result
branch/v14 Failed
branch/v15 Failed
branch/v16 Failed
branch/v17 Create PR

rosstimothy added a commit that referenced this pull request Nov 14, 2024
Aims to reduce flakiness in tests by using a linear backoff during
contention instead of sleeping for a constant amount of time. The
goal is to eliminate failures in CI while not causing any additional
backoff than needed in real life scenarios.
rosstimothy added a commit that referenced this pull request Nov 14, 2024
Aims to reduce flakiness in tests by using a linear backoff during
contention instead of sleeping for a constant amount of time. The
goal is to eliminate failures in CI while not causing any additional
backoff than needed in real life scenarios.
github-merge-queue bot pushed a commit that referenced this pull request Nov 14, 2024
Aims to reduce flakiness in tests by using a linear backoff during
contention instead of sleeping for a constant amount of time. The
goal is to eliminate failures in CI while not causing any additional
backoff than needed in real life scenarios.
github-merge-queue bot pushed a commit that referenced this pull request Nov 14, 2024
Aims to reduce flakiness in tests by using a linear backoff during
contention instead of sleeping for a constant amount of time. The
goal is to eliminate failures in CI while not causing any additional
backoff than needed in real life scenarios.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants