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

ec2_vol tests set botocore requires to == rather than >= #453

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Aug 11, 2021

SUMMARY

We currently use >= which generally means that the latest version of botocore will be pulled in. Given that we specify it's supposed to work with >= we should test the oldest possible version to ensure that we support at least that version.

ISSUE TYPE
  • Tests Pull Request
COMPONENT NAME

ec2_vol

ADDITIONAL INFORMATION

Depends-on: #460

@ansibullbot
Copy link

@tremble
Copy link
Contributor Author

tremble commented Aug 11, 2021

https://8ca09ef845abb0022fa1-c0b46cfd90f8996567df7efd1ca40663.ssl.cf1.rackcdn.com/453/e2c6d25520482173d946e8f46a42187d61a4fc3b/check/ansible-test-cloud-integration-aws-py36_2/069bed1/job-output.txt

2021-08-11 13:44:43.457223 | TASK [Create virtualenv for ansible-test]
2021-08-11 13:44:44.817314 | fedora-34 | RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.6'
2021-08-11 13:44:45.170804 | fedora-34 | ERROR
2021-08-11 13:44:45.171095 | fedora-34 | {
2021-08-11 13:44:45.171204 | fedora-34 |   "delta": "0:00:00.382989",
2021-08-11 13:44:45.171270 | fedora-34 |   "end": "2021-08-11 13:44:44.833143",
2021-08-11 13:44:45.171333 | fedora-34 |   "msg": "non-zero return code",
2021-08-11 13:44:45.171403 | fedora-34 |   "rc": 1,
2021-08-11 13:44:45.171488 | fedora-34 |   "start": "2021-08-11 13:44:44.450154"
2021-08-11 13:44:45.171578 | fedora-34 | }
2021-08-11 13:44:45.220092 | 

Failure looks to have been a Zuul issue...

@tremble
Copy link
Contributor Author

tremble commented Aug 12, 2021

recheck

@tremble tremble added the gate label Aug 12, 2021
@tremble
Copy link
Contributor Author

tremble commented Aug 12, 2021

recheck

Copy link
Contributor

@ansible-zuul ansible-zuul bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@pabelanger
Copy link
Contributor

recheck

@pabelanger
Copy link
Contributor

we sadly had an outage for zuul, if you would like to recheck our failed PRs, we'll try merging them again

@tremble
Copy link
Contributor Author

tremble commented Aug 12, 2021

@pabelanger Thanks for the update. I'll give things a chance to settle down and then try re-running the various PRs

@ansible-zuul ansible-zuul bot merged commit feb9994 into ansible-collections:main Aug 12, 2021
ansible-zuul bot pushed a commit that referenced this pull request Sep 17, 2021
…404)

Add constraints.txt and requirements.txt for unit/integration tests

SUMMARY
Now that we state that we support specific minimum versions of the AWS SDKs, make sure we base our unit/integration tests against them such that modules need to explicitly test/request newer versions of the SDKs.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
tests/integration
tests/unit
ADDITIONAL INFORMATION
Once merged into amazon.aws we should merge this into community.aws
Depends-On: #453
Depends-On: #454
Depends-On: #450
Depends-On: #496
See also: ansible/ansible-zuul-jobs#991

Reviewed-by: Jill R <None>
Reviewed-by: None <None>
@tremble tremble deleted the botocore/ec2_vol branch November 26, 2021 12:42
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
…subscriptions (ansible-collections#454)

* Update sns_topic.py

Adds `+` to the list of acceptable characters in an SMS endpoint.

Closes ansible-collections#453.

* Add changelog fragment for ansible-collections#454

* sns_topic: comment explaining SMS canonicalization

Add comment documenting to what standard SMS endpoint addresses (phone
numbers) are canonicalized

* sns_topic: fix changelog

* Get quoting correct
* Simplify message to leave details in PR description

Co-authored-by: Mark Chappell <mchappel@redhat.com>

Co-authored-by: Mark Chappell <mchappel@redhat.com>
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
…subscriptions (ansible-collections#454)

* Update sns_topic.py

Adds `+` to the list of acceptable characters in an SMS endpoint.

Closes ansible-collections#453.

* Add changelog fragment for ansible-collections#454

* sns_topic: comment explaining SMS canonicalization

Add comment documenting to what standard SMS endpoint addresses (phone
numbers) are canonicalized

* sns_topic: fix changelog

* Get quoting correct
* Simplify message to leave details in PR description

Co-authored-by: Mark Chappell <mchappel@redhat.com>

Co-authored-by: Mark Chappell <mchappel@redhat.com>
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
…subscriptions (ansible-collections#454)

* Update sns_topic.py

Adds `+` to the list of acceptable characters in an SMS endpoint.

Closes ansible-collections#453.

* Add changelog fragment for ansible-collections#454

* sns_topic: comment explaining SMS canonicalization

Add comment documenting to what standard SMS endpoint addresses (phone
numbers) are canonicalized

* sns_topic: fix changelog

* Get quoting correct
* Simplify message to leave details in PR description

Co-authored-by: Mark Chappell <mchappel@redhat.com>

Co-authored-by: Mark Chappell <mchappel@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_review integration tests/integration needs_triage plugins plugin (any type) small_patch Hopefully easy to review tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants