fix: prevent panics in KubeConflict#146
Closed
miparnisari wants to merge 4 commits intomainfrom
Closed
Conversation
348fa96 to
533d5e7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #146 +/- ##
==========================================
- Coverage 67.19% 66.79% -0.41%
==========================================
Files 23 23
Lines 3170 3186 +16
==========================================
- Hits 2130 2128 -2
- Misses 819 833 +14
- Partials 221 225 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
533d5e7 to
25933e4
Compare
Contributor
Author
|
Tests are now consistently failing :( |
miparnisari
commented
Jul 25, 2025
| } else { | ||
| fmt.Println(err) | ||
| Expect(k8serrors.IsUnauthorized(err)).To(BeTrue()) | ||
| Expect(k8serrors.IsConflict(err) || k8serrors.IsUnauthorized(err)).To(BeTrue()) |
Contributor
Author
There was a problem hiding this comment.
@ecordell or @vroldanbet can you confirm whether this is OK?
vroldanbet
requested changes
Jul 25, 2025
Contributor
vroldanbet
left a comment
There was a problem hiding this comment.
found the potential issue, requesting changes so this does not merge yet
| "-r", | ||
| "-vv", | ||
| "--fail-fast", | ||
| //"--until-it-fails", |
Contributor
There was a problem hiding this comment.
Perhaps add a new mage command like E2EUntilItFails()?
Contributor
|
See #148 |
Contributor
|
merged via #148 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Prevents this