-
Notifications
You must be signed in to change notification settings - Fork 398
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
aws_kms - stabilize integration tests #1112
aws_kms - stabilize integration tests #1112
Conversation
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 when the docs validation is passing (as we discussed for another PR, a new ansible-core milestone branch was released with new validation parameters, aiui that will be fixed in another PR)
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #1134 🤖 @patchback |
aws_kms - stabilize integration tests SUMMARY Integration tests for this test suite were failing occasionally due to timing issues when waiting for < 45 seconds after updates. Increased the wait times to 45 seconds and split into different tests to run in parallel. Fixes #433 ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_kms Reviewed-by: Jill R <None> Reviewed-by: Markus Bergholz <[email protected]> (cherry picked from commit cda4830)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
[PR #1112/cda48303 backport][stable-3] aws_kms - stabilize integration tests This is a backport of PR #1112 as merged into main (cda4830). SUMMARY Integration tests for this test suite were failing occasionally due to timing issues when waiting for < 45 seconds after updates. Increased the wait times to 45 seconds and split into different tests to run in parallel. Fixes #433 ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_kms Reviewed-by: Alina Buzachis <None>
…nsible-collections#1302) [6.0.0] s3_object - Remove support for creation/deletion of buckets. SUMMARY We previously deprecated support for creation/deletion of buckets using the s3_object module (s3_bucket performs the action much better). It is slated for removal in 6.0.0 Fixes ansible-collections#1112 ISSUE TYPE Feature Pull Request COMPONENT NAME s3_object ADDITIONAL INFORMATION Reviewed-by: GomathiselviS <None> Reviewed-by: Alina Buzachis <None>
SUMMARY
Integration tests for this test suite were failing occasionally due to timing issues when waiting for < 45 seconds after updates.
Increased the wait times to 45 seconds and split into different tests to run in parallel.
Fixes #433
ISSUE TYPE
COMPONENT NAME
aws_kms