-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Fix for #8253 "Unclosed client session" when initialization fails #8290
Fix for #8253 "Unclosed client session" when initialization fails #8290
Conversation
844f5f8
to
aaae66f
Compare
97b8806
to
afe5c20
Compare
9b21c5a
to
382dd36
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8290 +/- ##
==========================================
+ Coverage 97.47% 97.54% +0.06%
==========================================
Files 107 107
Lines 33024 33028 +4
Branches 3872 3873 +1
==========================================
+ Hits 32191 32217 +26
+ Misses 609 591 -18
+ Partials 224 220 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5d64bf8
to
dddeb61
Compare
dddeb61
to
052ccb6
Compare
Backport to 3.9: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 5fd2946 on top of patchback/backports/3.9/5fd29467fb63efdfae1ace280cec36b1f8139567/pr-8290 Backporting merged PR #8290 into master
🤖 @patchback |
Backport to 3.10: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 5fd2946 on top of patchback/backports/3.10/5fd29467fb63efdfae1ace280cec36b1f8139567/pr-8290 Backporting merged PR #8290 into master
🤖 @patchback |
@NewGlad If you could follow the instructions above to create backports, that'd be great. |
…ails (aio-libs#8290) (cherry picked from commit 5fd2946)
…ails (aio-libs#8290) (cherry picked from commit 5fd2946)
…ails (aio-libs#8290) (cherry picked from commit 5fd2946)
…ails (aio-libs#8290) (cherry picked from commit 5fd2946)
…ails (aio-libs#8290) (cherry picked from commit 5fd2946)
…ails (aio-libs#8290) (cherry picked from commit 5fd2946)
…ails (aio-libs#8290) (cherry picked from commit 5fd2946)
…ails (aio-libs#8290) (cherry picked from commit 5fd2946)
What do these changes do?
Fix for the issue #8253
Are there changes in behavior for the user?
Should not change behavior
Is it a substantial burden for the maintainers to support this?
Nope!
Related issue number
Fixes #8253
Checklist
CONTRIBUTORS.txt
CHANGES/
foldername it
<issue_or_pr_num>.<type>.rst
(e.g.588.bugfix.rst
)if you don't have an issue number, change it to the pull request
number after creating the PR
.bugfix
: A bug fix for something the maintainers deemed animproper undesired behavior that got corrected to match
pre-agreed expectations.
.feature
: A new behavior, public APIs. That sort of stuff..deprecation
: A declaration of future API removals and breakingchanges in behavior.
.breaking
: When something public is removed in a breaking way.Could be deprecated in an earlier release.
.doc
: Notable updates to the documentation structure or buildprocess.
.packaging
: Notes for downstreams about unobvious side effectsand tooling. Changes in the test invocation considerations and
runtime assumptions.
.contrib
: Stuff that affects the contributor experience. e.g.Running tests, building the docs, setting up the development
environment.
.misc
: Changes that are hard to assign to any of the abovecategories.
Make sure to use full sentences with correct case and punctuation,
for example:
Use the past tense or the present tense a non-imperative mood,
referring to what's changed compared to the last released version
of this project.