fix: gracefully close pool connections#3180
fix: gracefully close pool connections#3180dstankovd wants to merge 5 commits intosidorares:masterfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3180 +/- ##
==========================================
+ Coverage 89.08% 89.15% +0.07%
==========================================
Files 86 86
Lines 13531 13528 -3
Branches 1569 1570 +1
==========================================
+ Hits 12054 12061 +7
+ Misses 1477 1467 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks, @dstankovd 🙋🏻♂️ Do you think a test can be added to cover these changes? |
Hey, I've added a new test covering theses changes :) |
|
@dstankovd, in #3081 we moved the Sorry for the inconvenience 🙋🏻♂️ Also, thanks for the tests 🤝 |
39148c6 to
9201470
Compare
|
Hey @wellwelwel. I've rebased the branch, not sure why there are failed checks tho.. |
|
@dstankovd, I don't know if it's a bug or if it's intentional, but it seems that Deno has completely removed support for local In any case, the failed workflows are unrelated to your changes 🙋🏻♂️ Edit: Not a bug, but a breaking change (already fixed in #3209). |
@sidorares, could you enable the following option in the repository settings?
|
c9ecc44 to
acd8b70
Compare
|
Hey @wellwelwel , rebased again, so all checks should pass now :) |
dygabo
left a comment
There was a problem hiding this comment.
Hello, any plans on when will this fix be released?
Hi @dygabo, this PR seems to remove a depreciation:
node-mysql2/lib/base/pool_connection.js Lines 32 to 42 in e455b6b For this reason, I prefer to keep the "merge" action to @sidorares 🙋🏻♂️ |
|
We currently have the problem solved by this PR... seems to me that all steps are gone well. I see that remains some conflicts (but I can't see them) any chances to go further with this? Is not clear to me if any other help is useful at this point. |
|
Hi @wellwelwel @sidorares : any plans on when will this fix be released? |
|
We are also waiting for this to be added. |
acd8b70 to
65ac000
Compare

Fixes #3148