-
-
Notifications
You must be signed in to change notification settings - Fork 622
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: gracefully close pool connections #3180
base: master
Are you sure you want to change the base?
fix: gracefully close pool connections #3180
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3180 +/- ##
==========================================
+ Coverage 88.23% 88.30% +0.06%
==========================================
Files 83 83
Lines 12985 12975 -10
Branches 1372 1373 +1
==========================================
Hits 11457 11457
+ Misses 1528 1518 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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?
|
Fixes #3148