-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
CFn: implement list change sets for new provider #13149
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
869f220 to
d653cd6
Compare
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 35m 31s ⏱️ - 1h 22m 30s Results for commit d653cd6. ± Comparison against base commit 7a1d430. This pull request removes 4098 and adds 1 tests. Note that renamed tests count towards both. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 47m 24s ⏱️ Results for commit d653cd6. |
Test Results - Alternative Providers572 tests 330 ✅ 23m 42s ⏱️ Results for commit d653cd6. |
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 👍
Motivation
I was playing around with our local-surf extension trying to find missing pieces of the provider. I found that
list_change_setshas not been migrated to the new provider so there were error messages.Changes