[test][fix] E2E test improvements, add missing client for the LOBJ webhook#842
Merged
AshleyDumaine merged 6 commits intomainfrom Aug 27, 2025
Merged
[test][fix] E2E test improvements, add missing client for the LOBJ webhook#842AshleyDumaine merged 6 commits intomainfrom
AshleyDumaine merged 6 commits intomainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #842 +/- ##
=======================================
Coverage 63.65% 63.65%
=======================================
Files 71 71
Lines 7827 7827
=======================================
Hits 4982 4982
Misses 2555 2555
Partials 290 290 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…resources linger and cause tests to fail
f4f5c24 to
2326ae6
Compare
eljohnson92
previously approved these changes
Aug 26, 2025
eljohnson92
approved these changes
Aug 27, 2025
glennpratt
pushed a commit
to glennpratt/cluster-api-provider-linode
that referenced
this pull request
Oct 12, 2025
…bhook (linode#842) * use the random function instead of the GIT_REF since once in a while resources linger and cause tests to fail * remove min-obj tests in favor of force-delete tests * add missing client * comment out no-op tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it: Sometimes resources get orphaned by the chainsaw tests and because the names are tied to the git ref, retriggering a run because of a transient issue like a 503 on a dependency will cause the test to fail until the orphaned resource is cleaned up. This PR uses the kyverno chainsaw random function to fix that so tests can be retried regardless of the orphaned resource.
This also gets rid of the min-obj bucket tests in favor of force deletion since we want test buckets to clean up.
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 #
Special notes for your reviewer:
TODOs: