Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dstankovd
Copy link

@dstankovd dstankovd commented Nov 4, 2024

Fixes #3148

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.97%. Comparing base (cd57bcd) to head (39148c6).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3180      +/-   ##
==========================================
- Coverage   88.13%   87.97%   -0.17%     
==========================================
  Files          71       71              
  Lines       12890    12879      -11     
  Branches     1355     1348       -7     
==========================================
- Hits        11361    11330      -31     
- Misses       1529     1549      +20     
Flag Coverage Δ
compression-0 87.97% <100.00%> (-0.17%) ⬇️
compression-1 87.97% <100.00%> (-0.17%) ⬇️
tls-0 ?
tls-1 87.97% <100.00%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wellwelwel
Copy link
Collaborator

Thanks, @dstankovd 🙋🏻‍♂️

Do you think a test can be added to cover these changes?

@wellwelwel wellwelwel changed the title fix: gracefully close pool connections sidorares#3148 fix: gracefully close pool connections Nov 5, 2024
@dstankovd
Copy link
Author

Thanks, @dstankovd 🙋🏻‍♂️

Do you think a test can be added to cover these changes?

Hey, I've added a new test covering theses changes :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pool connections are not gracefully closed once idle connection cleanup occurs.
3 participants