Skip to content
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

Unstable integration test - ec2_vpc_vpn_info #156

Closed
tremble opened this issue Jul 25, 2020 · 2 comments · Fixed by #162
Closed

Unstable integration test - ec2_vpc_vpn_info #156

tremble opened this issue Jul 25, 2020 · 2 comments · Fixed by #162
Assignees
Labels
affects_2.10 CI has_pr needs_info This issue requires further information. Please answer any outstanding questions needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly

Comments

@tremble
Copy link
Contributor

tremble commented Jul 25, 2020

Concurrency problems?

An error occurred (VpnGatewayLimitExceeded) when calling the CreateVpnGateway operation: The maximum number of mutating objects has been reached. 

https://app.shippable.com/github/ansible-collections/community.aws/runs/444/30/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/438/31/tests

@tremble
Copy link
Contributor Author

tremble commented Jul 27, 2020

#156 and #154 appear to be closely interlinked and caused by an 'instability' in ec2_vpc_vgw. Specifically that on top of the standard limits on an account there's also a limit to the number of 'mutating' objects at any given time.

I think we need to retry specifically on the combination of VpnGatewayLimitExceeded and the specific error message 'The maximum number of mutating objects has been reached'

@ansibullbot
Copy link

@tremble: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information.

Here are the items we could not find in your description:

  • issue type
  • ansible version
  • component name

Please set the description of this issue with this template:
https://raw.githubusercontent.com/ansible/ansible/devel/.github/ISSUE_TEMPLATE/bug_report.md

click here for bot help

@ansibullbot ansibullbot added affects_2.10 has_pr needs_info This issue requires further information. Please answer any outstanding questions needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly needs_triage labels Aug 19, 2020
@goneri goneri added CI and removed needs_triage labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects_2.10 CI has_pr needs_info This issue requires further information. Please answer any outstanding questions needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants