-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
add resource events to CFn v2 #12721
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 1h 42m 4s ⏱️ -45s Results for commit 96fb2be. ± Comparison against base commit ca54051. This pull request removes 1 and adds 13 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 2h 21m 48s ⏱️ -40s Results for commit 96fb2be. ± Comparison against base commit ca54051. This pull request removes 1 and adds 13 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
Nice work here, a great refactoring and enabling of our event emitting. This PR unlocks another avenue for parity testing for our engine!
Just a few questions/suggestions
localstack-core/localstack/services/cloudformation/v2/provider.py
Outdated
Show resolved
Hide resolved
localstack-core/localstack/services/cloudformation/engine/v2/change_set_model_executor.py
Show resolved
Hide resolved
@@ -21,7 +21,6 @@ | |||
) | |||
@markers.snapshot.skip_snapshot_verify( | |||
paths=[ | |||
"per-resource-events..*", | |||
"delete-describe..*", |
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.
Woot!
Motivation
This PR enables the new CloudFormation engine to emit and store stack resource events, aligning its behavior more closely with AWS for parity testing and improving visibility into stack changes.
Changes
Testing