-
Notifications
You must be signed in to change notification settings - Fork 398
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
[PR #1410/3d4736bb backport][stable-4] Minor sanity test fixes (new devel) #1497
Merged
softwarefactory-project-zuul
merged 1 commit into
stable-4
from
patchback/backports/stable-4/3d4736bb8c0fa47159a961fdc0d13ed2184b4823/pr-1410
Sep 20, 2022
Merged
[PR #1410/3d4736bb backport][stable-4] Minor sanity test fixes (new devel) #1497
softwarefactory-project-zuul
merged 1 commit into
stable-4
from
patchback/backports/stable-4/3d4736bb8c0fa47159a961fdc0d13ed2184b4823/pr-1410
Sep 20, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Minor sanity test fixes (new devel) SUMMARY ansible-devel has added a new PEP test (missing whitespace after keyword), this adds the fixes before the devel sanity tests are 'voting'. Additionally fixes: unused variables broad catching of Exception ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/modules/autoscaling_group_info.py plugins/modules/cloudfront_distribution.py plugins/modules/cloudfront_origin_access_identity.py plugins/modules/cloudtrail.py plugins/modules/ec2_vpc_nacl.py plugins/modules/eks_fargate_profile.py plugins/modules/redshift.py plugins/modules/s3_bucket_info.py ADDITIONAL INFORMATION cloudfront_distribution still has a lot of catch Exception but it's part of parameter validation which should be overhauled separately, unfortunately the tests are rather b0rked. Reviewed-by: Alina Buzachis <None> (cherry picked from commit 3d4736b)
ansibullbot
added
bug
This issue/PR relates to a bug
community_review
connection
connection plugin
module
module
needs_triage
new_contributor
Help guide this first time contributor
new_module
New module
new_plugin
New plugin
plugins
plugin (any type)
tests
tests
labels
Sep 19, 2022
tremble
approved these changes
Sep 19, 2022
This comment was marked as resolved.
This comment was marked as resolved.
recheck |
This comment was marked as resolved.
This comment was marked as resolved.
recheck - "failed" test actually returned success, but didn't register properly |
recheck |
softwarefactory-project-zuul
bot
deleted the
patchback/backports/stable-4/3d4736bb8c0fa47159a961fdc0d13ed2184b4823/pr-1410
branch
September 20, 2022 10:31
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this pull request
Oct 24, 2023
…nsible-collections#1615) Lambda execute stack trace should be not formatted with extra space SUMMARY Fixes ansible-collections#1497 ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/modules/lambda_execute.py ADDITIONAL INFORMATION Reviewed-by: Jill R Reviewed-by: Bikouo Aubin Reviewed-by: Alina Buzachis Reviewed-by: Mike Graves <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue/PR relates to a bug
community_review
connection
connection plugin
mergeit
Merge the PR (SoftwareFactory)
module
module
new_contributor
Help guide this first time contributor
new_module
New module
new_plugin
New plugin
plugins
plugin (any type)
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends-On: #1499
This is a backport of PR #1410 as merged into main (3d4736b).
SUMMARY
ansible-devel has added a new PEP test (missing whitespace after keyword), this adds the fixes before the devel sanity tests are 'voting'.
Additionally fixes:
Exception
ISSUE TYPE
COMPONENT NAME
plugins/modules/autoscaling_group_info.py
plugins/modules/cloudfront_distribution.py
plugins/modules/cloudfront_origin_access_identity.py
plugins/modules/cloudtrail.py
plugins/modules/ec2_vpc_nacl.py
plugins/modules/eks_fargate_profile.py
plugins/modules/redshift.py
plugins/modules/s3_bucket_info.py
ADDITIONAL INFORMATION
cloudfront_distribution still has a lot of
catch Exception
but it's part of parameter validation which should be overhauled separately, unfortunately the tests are rather b0rked.