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

🌱 Remove retry usages across the code #918

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

Danil-Grigorev
Copy link
Contributor

What this PR does / why we need it:

This change remove usages of retry from the code, which improves situation with stuck tests on general timeout in local and CI runs. The object which is retried with patch is using MergeFromWithOptimisticLock and the object is never updated, so this retry will never succeed.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #912

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

@Danil-Grigorev Danil-Grigorev requested a review from a team as a code owner December 10, 2024 13:43
@Danil-Grigorev Danil-Grigorev changed the title Remove retry usages across the code 🌱 Remove retry usages across the code Dec 10, 2024
anmazzotti
anmazzotti previously approved these changes Dec 10, 2024
@alexander-demicev alexander-demicev enabled auto-merge (squash) December 12, 2024 15:46
@alexander-demicev alexander-demicev merged commit 14c5831 into rancher:main Dec 12, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Remove usage of RetryOnConflict from the code
4 participants