- Notifications
You must be signed in to change notification settings - Fork311
Add ChannelDbConnectionPool stub and unit tests.#3396
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
b8a5318
to8f11e53
Compare585a12b
to6b59d91
Compare6b59d91
to12c7aa8
Comparecodecovbot commentedJun 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #3396 +/- ##==========================================+ Coverage 64.59% 65.93% +1.34%========================================== Files 300 301 +1 Lines 65603 65625 +22 ==========================================+ Hits 42375 43272 +897+ Misses 23228 22353 -875
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:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Considering this is just scaffolding as of now - and will be implemented later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Yep, no problems here. Looking forward to implementation and more test cases when implementation is added.
0444198
intomainUh oh!
There was an error while loading.Please reload this page.
Description
Adds a class for the new connection pool. Adds unit tests for the class to ensure exceptions are thrown as expected.
Issues
#3356
Testing
Added unit tests.
Guidelines
Please review the contribution guidelines before submitting a pull request: