-
Notifications
You must be signed in to change notification settings - Fork 140
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
pool/SNOW-902608 #2/4 new pool version v2 #794
pool/SNOW-902608 #2/4 new pool version v2 #794
Conversation
Codecov Report
@@ Coverage Diff @@
## pool/SNOW-860872-connection-pool #794 +/- ##
====================================================================
+ Coverage 83.56% 83.80% +0.24%
====================================================================
Files 89 91 +2
Lines 9155 9313 +158
Branches 837 857 +20
====================================================================
+ Hits 7650 7805 +155
- Misses 1278 1279 +1
- Partials 227 229 +2
... and 2 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
0612dc5
to
55a764a
Compare
5d4c5af
to
259e67a
Compare
Snowflake.Data.Tests/UnitTests/ConnectionPoolManagerSwitchTest.cs
Outdated
Show resolved
Hide resolved
The code is inactive and there is no public api to enable the new pool for now. |
Snowflake.Data.Tests/UnitTests/ConnectionPoolManagerSwitchTest.cs
Outdated
Show resolved
Hide resolved
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.
LGTM
5f71f0e
to
d309552
Compare
- removed singleton pattern from SessionPool; introduced new interface for ConnectionManager; split tests of ConnectionPool and some cleanup in the classes SNOW-902608 - new Connection Pool Manager version implementation - unit tests for new pool; introduction of SessionFactory for unit testing of new pool manager and session pooling - integration tests for two versions of Connection Pool - ClearAllPools removes entire SessionPools collection in new pool - Fixes to flaky tests of connection pool
d309552
to
c401f2c
Compare
af36804
into
pool/SNOW-860872-connection-pool
Description
Connection Pool v2
Checklist
dotnet test
)