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

Implement Connection Pool API #4832

Merged
merged 34 commits into from
Mar 26, 2025
Merged

Implement Connection Pool API #4832

merged 34 commits into from
Mar 26, 2025

Conversation

anrossi
Copy link
Contributor

@anrossi anrossi commented Feb 20, 2025

Description

Provide an API for pooling connections across multiple RSS cores

Testing

Manual testing

Documentation

Documentation will be updated with the new API

Copy link

codecov bot commented Feb 21, 2025

Codecov Report

Attention: Patch coverage is 73.27586% with 62 lines in your changes missing coverage. Please review.

Project coverage is 86.11%. Comparing base (d110cc8) to head (67b471b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/core/connection_pool.c 72.76% 61 Missing ⚠️
src/core/library.h 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4832      +/-   ##
==========================================
- Coverage   87.47%   86.11%   -1.37%     
==========================================
  Files          56       57       +1     
  Lines       17722    17951     +229     
==========================================
- Hits        15503    15459      -44     
- Misses       2219     2492     +273     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@anrossi anrossi force-pushed the anrossi/connection-pool-api branch from 54be6ca to 47753f0 Compare February 25, 2025 09:07
@anrossi anrossi merged commit cc33061 into main Mar 26, 2025
422 of 427 checks passed
@anrossi anrossi deleted the anrossi/connection-pool-api branch March 26, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants