snowflakedb / snowflake-connector-net

Snowflake Connector for .NET
Apache License 2.0
173 stars 130 forks source link

SNOW-984600 Avoid closing expired sessions synchronously with obtaine… #841

Closed sfc-gh-knozderko closed 6 months ago

sfc-gh-knozderko commented 6 months ago

…d lock (#830)

Description

Avoid closing expired sessions synchronously with obtained lock

Checklist

codecov[bot] commented 6 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (aaa32fd) 83.48% compared to head (fa4ee81) 83.53%.

Files Patch % Lines
Snowflake.Data/Core/Session/SFSession.cs 50.00% 0 Missing and 2 partials :warning:
Snowflake.Data/Core/Session/SessionPool.cs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #841 +/- ## ========================================== + Coverage 83.48% 83.53% +0.04% ========================================== Files 89 89 Lines 9188 9189 +1 Branches 841 841 ========================================== + Hits 7671 7676 +5 + Misses 1285 1282 -3 + Partials 232 231 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.