-
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
rds_instance - test fixups #515
rds_instance - test fixups #515
Conversation
@alinabuzachis since you're working on #500 could you take a look at this PR I tried running the tests (without your changes) locally and had various failures |
@tremble Yes, sure! Thank you. |
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
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog
Doc fix ec2_vol_info SUMMARY attachment_set has always be returned as a list of dictionaries, but the module documented it as a dictionary instead. Let's fix this documentation mismatch. "attachment_set": [{ "attach_time": "2015-10-23T00:22:29.000Z", "deleteOnTermination": "false", "device": "/dev/sdf", "instance_id": "i-8356263c", "status": "attached" }] Fixes: ansible-collections#515 ISSUE TYPE Docs Pull Request COMPONENT NAME ec2_vol_info Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
* rds_instance - fix test syntax - test_read_replica.yml * Note that rds_instance tests are slow * add rds_snapshot to aws group * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@1722d02
SUMMARY
The rds_instance tests are currenlty broken
ISSUE TYPE
COMPONENT NAME
rds_instance
rds_snapshot
ADDITIONAL INFORMATION