-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
CloudFormation Engine v2: Base Mappings and Conditions tests for Update Graph and PreProc #12527
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 20m 53s ⏱️ - 1h 35m 43s Results for commit 7c04b3b. ± Comparison against base commit 8b4774f. This pull request removes 3908 and adds 10 tests. Note that renamed tests count towards both.
This pull request removes 208 skipped tests and adds 10 skipped tests. Note that renamed tests count towards both.
|
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.
Thanks for adding these extra tests
Motivation
This PR introduces foundational boundary tests for computing update graphs and pre-processing CloudFormation template updates that involve changes to Mappings and Conditions. Additionally, it enhances the resource pre-processing logic to more accurately handle the addition and removal of both positive and negative conditions across updates.
Changes