-
-
Notifications
You must be signed in to change notification settings - Fork 183
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 retries and refactor httpsession #877
Conversation
adding reviews in case you guys are free, otherwise will merge after some more local testing |
actually reading my own bug: boto/botocore#1255 looks like we can't, will put back |
ooo, we'll need a minor bump because the exceptions raised will be different |
Might be boto/boto3#2733, let me see if I can get around it |
@mariaines trying locally |
fyi on gitter if you need quick resolution |
This pull request introduces 2 alerts when merging 7cb0bde into 247b7ac - view on LGTM.com new alerts:
|
repro'd, investigating |
Same problem when I try pinning certifi==2020.11.8 or even certifi==2018.4.16 (as suggested here) so I guess maybe not boto/boto3#2733 No rush, mostly just curious to get this working. Appreciate the investigation! |
fun-fun, just pushed up fix |
woot seems to be working! Thank you for the quick fixes! |
This pull request introduces 2 alerts when merging 5d53c5c into 247b7ac - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging c9461ce into 247b7ac - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #877 +/- ##
==========================================
+ Coverage 89.87% 90.67% +0.79%
==========================================
Files 40 41 +1
Lines 4376 4440 +64
==========================================
+ Hits 3933 4026 +93
+ Misses 443 414 -29
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This pull request introduces 2 alerts when merging f521ffe into 247b7ac - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 96ccb63 into d3db4f3 - view on LGTM.com new alerts:
|
to all those following this, you now have to set the |
supposedly I can remove the identity fix given we now disable compression, we shall see if it workswith freshening up of links and making API more in-line with botocore