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

Fix error retry handling for Route53 #51572

Merged
merged 5 commits into from
Jun 20, 2019
Merged

Conversation

kaidokert
Copy link
Contributor

What does this PR do?

Fixes error handling, as not all errors should be retried. Currently, if a wrong AWS key is used with no access, the error is not reported at all.

What issues does this PR fix or reference?

Previous Behavior

Configure route53.key in pillar to an invalid value, the access errors are not reported

New Behavior

With invalid key provided, the exception is correctly raised and reported on state run

Tests written?

No

Commits signed with GPG?

No

Copy link
Contributor

@dwoz dwoz left a comment

Choose a reason for hiding this comment

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

@kaidokert It looks there are some failing tests related to this change. Can you take a look?

@kaidokert
Copy link
Contributor Author

Checked, i'm completely lost on how any of those changes could result in these errors. It seems completely unrelated.

@kaidokert
Copy link
Contributor Author

Ok jenkins finally showed me the actual issue, linting. Cleaned up

@Akm0d Akm0d merged commit 5eb189c into saltstack:develop Jun 20, 2019
@waynew waynew removed the master-port label Dec 2, 2019
@terminalmage
Copy link
Contributor

Ported to master in #56696

dwoz added a commit that referenced this pull request Apr 24, 2020
alexey-zhukovin pushed a commit to alexey-zhukovin/salt that referenced this pull request Apr 29, 2020
dwoz pushed a commit that referenced this pull request Apr 29, 2020
@sagetherage sagetherage added the has master-port port to master has been created label May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has master-port port to master has been created
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants