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 several waiter issues #2953

Merged
merged 3 commits into from
Jan 14, 2025
Merged

fix several waiter issues #2953

merged 3 commits into from
Jan 14, 2025

Conversation

lucix-aws
Copy link
Contributor

@lucix-aws lucix-aws commented Jan 13, 2025

closes #2937
tracks codegen changes to prevent nil deref errors in waiters from aws/smithy-go#562

@lucix-aws lucix-aws requested a review from a team as a code owner January 13, 2025 16:20
@lucix-aws lucix-aws marked this pull request as draft January 13, 2025 16:21
@lucix-aws lucix-aws marked this pull request as ready for review January 13, 2025 17:25
@@ -0,0 +1,8 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need 2 separate changelogs?

Copy link
Contributor

Choose a reason for hiding this comment

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

same issue

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's two different fixes, the nil deref one only applies to ec2

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Like, as in one is totally unrelated to the other. Only the unmatched error one is "sensitive" and associated with the discussion post.

Copy link
Contributor

Choose a reason for hiding this comment

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

Right, by bumping smithy-go we got those two

@lucix-aws lucix-aws merged commit 44e779a into main Jan 14, 2025
13 checks passed
@lucix-aws lucix-aws deleted the fix-waiters branch January 14, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

waiters always retry on error, regardless of type
3 participants