Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add a separate test for initializer retries #20298

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Conversation

mkam
Copy link
Contributor

@mkam mkam commented Jan 19, 2024

Description

Fixes some intermittent test failures by removing the initializer error and retry in the controller API test and putting it in a new, separate test. The other controller API test cases were running into timing issues since the initializer retries added more time between when the controller is started and when the reconciler runs.

Testing & Reproduction steps

Links

PR Checklist

  • updated test coverage
  • appropriate backport labels added
  • not a security concern

@mkam mkam added pr/no-changelog PR does not need a corresponding .changelog entry pr/no-backport labels Jan 19, 2024
@mkam mkam marked this pull request as ready for review January 19, 2024 22:44
@mkam mkam requested a review from a team as a code owner January 19, 2024 22:44
Copy link
Contributor

@NickCellino NickCellino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@mkam mkam merged commit a9dd6f5 into main Jan 19, 2024
105 checks passed
@mkam mkam deleted the mkam/fix-initializer-test branch January 19, 2024 22:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
pr/no-backport pr/no-changelog PR does not need a corresponding .changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants