ci: skip TestAccSQSQueue_managedEncryption upstream test - #6518
Merged
Conversation
Contributor
There was a problem hiding this comment.
No actionable issues found.
Reviewed by Internal Trusted PR Reviewer
Add this agentic workflows to your repo
To install this agentic workflow, run
gh aw add pulumi-labs/gh-aw-internal/.github/workflows/gh-aw-pr-review.md@8a92f53fac170563f7727cacab2dbedb5d5b9e29
Contributor
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6518 +/- ##
=======================================
Coverage 15.91% 15.91%
=======================================
Files 374 374
Lines 91465 91465
=======================================
Hits 14557 14557
Misses 76887 76887
Partials 21 21 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Closed
pgavlin
approved these changes
Jul 8, 2026
pose
enabled auto-merge
July 8, 2026 15:38
Its step 3 deletes the queue via an inline CheckSDKResourceDisappears without ExpectNonEmptyPlan, so the post-apply refresh plan is non-empty and the step fails. Skip until the upstream test is fixed. Part of #6517 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
pose
force-pushed
the
pose/chores/workflow-failure-pr-6513-6514
branch
from
July 13, 2026 11:26
927f3f3 to
e1e5837
Compare
Contributor
|
This PR has been shipped in release v7.37.0. |
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.
Skips the upstream acceptance test
TestAccSQSQueue_managedEncryptioninrun-upstream-tests. Its step 3 deletes the queue via an inlineCheckSDKResourceDisappearswithoutExpectNonEmptyPlan: true, so the post-apply refresh plan is non-empty (+ create) and the step fails, unlike the sibling_disappears/_recentlyDeletedtests which set it.Tracked upstream at hashicorp/terraform-provider-aws#48831 and on our side by #6517. Re-enable once fixed upstream.
Part of #6517