-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
CFNV2: fix delete change set #12977
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
CFNV2: fix delete change set #12977
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 22m 49s ⏱️ - 1h 23m 5s Results for commit 34a28a2. ± Comparison against base commit 4464cd2. This pull request removes 4072 tests.
♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files ± 0 5 suites ±0 34m 0s ⏱️ - 1h 46m 33s Results for commit 34a28a2. ± Comparison against base commit 4464cd2. This pull request removes 4407 tests.
♻️ This comment has been updated with latest results. |
12cf636
to
34a28a2
Compare
Motivation
We still have one outstanding parity test for
delete_change_set
. This PR fixes that.Changes
We don't need to have special handling for finding the change set in the provider since
find_change_set_v2
handles this case for us.