-
Notifications
You must be signed in to change notification settings - Fork 342
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
ec2_vol tests unstable #463
Comments
Files identified in the description:
If these files are inaccurate, please update the |
The issue is, that the status is still "attaching", so this is failing https://github.com/ansible-collections/amazon.aws/blob/main/plugins/modules/ec2_vol.py#L519 in the idempotent test task. two possible fixes
When this is guaranteed, the idempotent task should also pass. |
The better option would be to add an optional "wait" parameter to the module so that it waits for the attachment to finish before returning. |
rds_option_group (_info) new modules SUMMARY Attempt to resurrect ansible/ansible#25290 Fixes: ansible-collections#463 ISSUE TYPE New Module Pull Request COMPONENT NAME rds_option_group rds_option_group_info Requires: mattclay/aws-terminator#144 Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@142836b
rds_option_group (_info) new modules SUMMARY Attempt to resurrect ansible/ansible#25290 Fixes: ansible-collections#463 ISSUE TYPE New Module Pull Request COMPONENT NAME rds_option_group rds_option_group_info Requires: mattclay/aws-terminator#144 Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
rds_option_group (_info) new modules SUMMARY Attempt to resurrect ansible/ansible#25290 Fixes: ansible-collections#463 ISSUE TYPE New Module Pull Request COMPONENT NAME rds_option_group rds_option_group_info Requires: mattclay/aws-terminator#144 Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
rds_option_group (_info) new modules SUMMARY Attempt to resurrect ansible/ansible#25290 Fixes: ansible-collections#463 ISSUE TYPE New Module Pull Request COMPONENT NAME rds_option_group rds_option_group_info Requires: mattclay/aws-terminator#144 Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
Summary
The ec2_vol tests have been very unstable. The issue looks like it's related to idempotency.
https://dashboard.zuul.ansible.com/t/ansible/build/58185ada511a4e0799cfc3b97705d18b/log/job-output.txt
Issue Type
Bug Report
Component Name
ec2_vol
Ansible Version
CI
Collection Versions
CI
AWS SDK versions
$ pip show boto boto3 botocore
Configuration
CI
OS / Environment
CI
Steps to Reproduce
Run CI tests multiple times
Expected Results
Tests consistently pass
Actual Results
Tests sporadically fail
https://dashboard.zuul.ansible.com/t/ansible/build/58185ada511a4e0799cfc3b97705d18b/log/job-output.txt
Code of Conduct
The text was updated successfully, but these errors were encountered: