-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add tests for KMS resource tagging and untagging #12121
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
All contributors have signed the CLA ✍️ ✅ |
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.
Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 4m 18s ⏱️ - 1h 47m 26s For more details on these failures, see this check. Results for commit b486e6d. ± Comparison against base commit 4832016. This pull request removes 3358 and adds 4 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
I have read the CLA Document and I hereby sign the CLA |
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.
Really nice! This looks really great, and I like the way the tests are structured 👌 well done!
I think we're still missing one case from the deleted test (which is very not clear by the way, thanks for updating that one!). Once the comment is addressed, I believe we're good to merge! Can't wait to see the follow up 🚀 Congrats!
6eadee6
to
b486e6d
Compare
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! Thanks for addressing the comment! Welcome to LocalStack's contributors 🥳
The test failure is unrelated to the changes (it is in S3), so this is safe to merge.
Motivation
The AWS-validated snapshot KMS tests for tagging and untagging keys are currently missing. We need to add these tests, collect their responses, and verify them against LocalStack.
Changes