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: component reconciler test #130

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

jakobmoellerdev
Copy link
Contributor

fixes the reconciler tests by optimizing them and cleaning them up.

To remove a potential race of the test and the control loop I had to introduce a finalizer on the component that serializes the deletion of the snapshots. (even though we are aware that envtest cannot delete with ownerrefs)

What this PR does / why we need it

Which issue(s) this PR fixes

fixes the reconciler tests by optimizing them and cleaning them up.

To remove a potential race of the test and the control loop I had to introduce a finalizer on the component that serializes the deletion of the snapshots. (even though we are aware that envtest cannot delete with ownerrefs)
@jakobmoellerdev jakobmoellerdev requested a review from a team as a code owner February 25, 2025 13:50
@jakobmoellerdev jakobmoellerdev merged commit 261fa28 into impl_artifacts Feb 25, 2025
1 of 3 checks passed
@jakobmoellerdev jakobmoellerdev deleted the impl_artifacts_component_test_fix branch February 25, 2025 13:50
@ocmbot ocmbot bot added this to the 2025-Q1 milestone Feb 25, 2025
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.

1 participant