-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Botocore 1.35.15 breaks the ELBv2 waiter 'load_balancers_deleted' #3252
Comments
Thanks for the report @bblommers, could you clarify if the returned exeception is coming from the live ELBv2 service or is this being generated from moto (or another 3p implementation)? I'm taking a look into the issue but there seems to data suggesting the AWS service was not previously returning |
Hi @nateprewitt, that is coming from the live ELBv2 service. I did indeed first notice it while using Moto, but was able to reproduce it against AWS. |
Ok, thanks for the quick response. I'm taking a look at what's happening with the service, this change went out to all AWS SDKs on Monday. I'll follow up as soon as we have more information. |
Hi @bblommers, wanted to follow up that this should be fixed in 828be0d#diff-898e5d7a1a88b482c13dfb8a9a0ded7f577101ff9f256427f9e24bcc82fa8f63 with today's release of 1.35.18. There was some miscommunication between the service team and the Javascript SDK that led to the regression. We should be putting in place better controls to handle this going forward. Thanks for your patience! I'll close this out tomorrow if we don't hear back on any further issues you're seeing. |
Can confirm this is fixed in |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
With
botocore 1.15.35
, the following code fails:Expected Behavior
The same test passes against
botocore==1.35.14
, so I would expect this to continue working.Current Behavior
Reproduction Steps
Self-contained test:
Note that this reproduces the problem with an unknown ARN, but it is the same for a LoadBalancer that used to exist, but has just been deleted.
Possible Solution
This commit changes the expected error code, but (as can be seen in the attached test), the error code that AWS sends is not been changed.
d6d8e1a#diff-898e5d7a1a88b482c13dfb8a9a0ded7f577101ff9f256427f9e24bcc82fa8f63
Additional Information/Context
No response
SDK version used
1.35.15
Environment details (OS name and version, etc.)
Ubuntu
The text was updated successfully, but these errors were encountered: