-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
CFn: handle get_template_summary of failed stack deploy #13239
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
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 35m 24s ⏱️ - 1h 25m 23s Results for commit 90ddbfe. ± Comparison against base commit b592fbd. This pull request removes 4226 and adds 2 tests. Note that renamed tests count towards both. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 48m 18s ⏱️ Results for commit 90ddbfe. |
Test Results - Alternative Providers577 tests 330 ✅ 25m 59s ⏱️ Results for commit 90ddbfe. |
pinzon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It's great that you added more than just one validation test 👍
Motivation
While triaging issues, we found that the error
was encountered and shown to be quite common. This occurs because we do not correctly set the change set template on the stack if the stack fails to deploy.
Changes
Resourcesfield (discovered as a separate bug while investigating the real bug)