Ignore "release: not found" error on helm_resource destroy#1487
Merged
appilon merged 2 commits intohashicorp:mainfrom Sep 24, 2024
Merged
Ignore "release: not found" error on helm_resource destroy#1487appilon merged 2 commits intohashicorp:mainfrom
appilon merged 2 commits intohashicorp:mainfrom
Conversation
6047167 to
8a90b81
Compare
8a90b81 to
64847ff
Compare
appilon
suggested changes
Sep 20, 2024
helm/resource_release_test.go
Outdated
| }) | ||
| } | ||
|
|
||
| func TestAccResourceRelease_destroy_ignoreReleaseNotFoundError(t *testing.T) { |
Contributor
There was a problem hiding this comment.
It's not really something we tend to test for let's remove the acceptance test and just go with the codechange. We will run the full suite of tests to ensure no regressions.
Contributor
Author
There was a problem hiding this comment.
okay, I have removed it
64847ff to
e1fa892
Compare
Contributor
|
I will add the changelog entry for you and get this merged |
appilon
approved these changes
Sep 24, 2024
Contributor
Author
1 task
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.
Description
Ignore "release: not found" error on helm_resource destroy to address GH-1488
Acceptance tests
Release Note
Release note for CHANGELOG:
References
helm uninstall --ignore-not-found#1488Community Note
Closes #1488