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 tests - cloudformation_exports_info #157

Closed
tremble opened this issue Jul 25, 2020 · 5 comments · Fixed by #1349
Closed

Unstable integration tests - cloudformation_exports_info #157

tremble opened this issue Jul 25, 2020 · 5 comments · Fixed by #1349
Labels
affects_2.10 bug This issue/PR relates to a bug CI has_pr module module

Comments

@tremble
Copy link
Contributor

tremble commented Jul 25, 2020

SUMMARY

cloudformation_exports_info tests frequently fail for example:


cloudformation_exports_info-SwS4ob / /root/ansible_collections/community/aws/tests/output/.tmp/integration/cloudformation_exports_info-1o029W-ÅÑŚÌβŁÈ/tests/integration/targets/cloudformation_exports_info/tasks/main.yml:12 / [testhost] testhost: cloudformation_exports_info : Create a minimal stack with an export set by parameter stack_name={{ stack_name }}, template_body={{ lookup('file','test_stack.yml') }}, template_parameters=AnsibleMapping([(u'TestParamName', u'cf-exports-param'), (u'TestParamValue', u'Set By CF Exports'), (u'BucketSuffix', u'{{ resource_prefix }}')])

failure: rc=0

{
"changed": true, 
"events": [
"StackEvent AWS::CloudFormation::Stack shippable-1597-30 ROLLBACK_COMPLETE", 
"StackEvent AWS::CloudFormation::Stack shippable-1597-30 ROLLBACK_IN_PROGRESS", 
"StackEvent AWS::CloudFormation::Stack shippable-1597-30 CREATE_IN_PROGRESS"
], 
"log": [], 
"output": "Problem with CREATE. Rollback complete", 
"resource_actions": [
"cloudformation:ListStackResources", 
"cloudformation:DescribeStackEvents", 
"cloudformation:CreateStack", 
"cloudformation:DescribeStacks"
], 
"stack_outputs": {}, 
"stack_resources": []
}
ISSUE TYPE
  • Bug Report
COMPONENT NAME

cloudformation
cloudformation_exports_info

ANSIBLE VERSION

CI

CONFIGURATION

CI

OS / ENVIRONMENT

C

STEPS TO REPRODUCE

Run integration tests in CI

EXPECTED RESULTS

Tests consistently pass

ACTUAL RESULTS

Up to a 50% failure rate

https://app.shippable.com/github/ansible-collections/community.aws/runs/438/28/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/438/30/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/438/33/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/439/28/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/439/31/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/439/32/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/440/29/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/440/31/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/440/31/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/440/32/tests
https://app.shippable.com/github/ansible-collections/community.aws/runs/440/33/tests

@ansibullbot

This comment has been minimized.

@ansibullbot

This comment has been minimized.

@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
@ansibullbot
Copy link

ansibullbot commented Feb 21, 2021

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link

@ansibullbot ansibullbot added bug This issue/PR relates to a bug module module and removed 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 labels Feb 21, 2021
@ansibullbot
Copy link

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@tremble tremble closed this as completed Jul 12, 2022
softwarefactory-project-zuul bot pushed a commit that referenced this issue Jul 13, 2022
…g so much in parallel so we shouldn't have the capacity related issues we were seeing (#1349)

Mark cloudformation_exports_info tests stable again

SUMMARY
fixes: #157
re-enable the cloudformation_exports_info tests.  The CI account isn't as busy these days because we don't run "full" integration tests anywhere near as often any more.  This should mean that the (likely) capacity related issues we were seeing should be gone.
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
cloudformation_exports_info
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects_2.10 bug This issue/PR relates to a bug CI has_pr module module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants