CFn: Protect against in review stacks for GetTemplateSummary#13126
CFn: Protect against in review stacks for GetTemplateSummary#13126
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 35m 9s ⏱️ - 1h 23m 37s Results for commit 5b6de69. ± Comparison against base commit aa8c1ba. This pull request removes 4097 and adds 1 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 48m 13s ⏱️ - 1h 48m 49s Results for commit 5b6de69. ± Comparison against base commit aa8c1ba. This pull request removes 4447 and adds 1 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Test Results - Alternative Providers558 tests - 657 328 ✅ - 369 24m 15s ⏱️ - 13m 55s Results for commit 5b6de69. ± Comparison against base commit aa8c1ba. This pull request removes 658 and adds 1 tests. Note that renamed tests count towards both.This pull request removes 289 skipped tests and adds 1 skipped test. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Motivation
A user has experienced an issue when invoking
GetTemplateSummary. It seems they tried to invoke the method on a stack which has only a change set but has not been executed. This causes a failed attempt to access a property on the stack that is not defined.Changes
Stack.templateis a typed and initialized property (it was not before)GetTemplateSummaryfor stacks in review