-
Notifications
You must be signed in to change notification settings - Fork 397
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
tests/acm_certificate: retries aws_acm_info called when needed #1473
tests/acm_certificate: retries aws_acm_info called when needed #1473
Conversation
@goneri: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
The `aws_acm_info` may return an empty list if a certificate has just been recreated. We now retries 3 times until we've got a list.
7b24ab7
to
eeed91a
Compare
@goneri this PR contains the following merge commits: Please rebase your branch to remove these commits. |
…#1467) tests/integration: ensure the CI gives more time to some slow targets Depends-On: ansible/ansible-zuul-jobs#1625 Depends-On: #1468 Depends-On: #1473 Reviewed-by: Mark Chappell <None>
The
aws_acm_info
may return an empty list if a certificate has just been recreated (race condition). We now retry 3 times until we've got a list.