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

Sync connection pool with master #965

Merge branch 'master' into pool/SNOW-860872-connection-pool

4c8d516
Select commit
Loading
Failed to load commit list.
Merged

Sync connection pool with master #965

Merge branch 'master' into pool/SNOW-860872-connection-pool
4c8d516
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 11, 2024 in 0s

93.52% of diff hit (target 84.43%)

View this Pull Request on Codecov

93.52% of diff hit (target 84.43%)

Annotations

Check warning on line 90 in Snowflake.Data/Client/SnowflakeDbConnectionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbConnectionPool.cs#L90

Added line #L90 was not covered by tests

Check warning on line 102 in Snowflake.Data/Client/SnowflakeDbConnectionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbConnectionPool.cs#L102

Added line #L102 was not covered by tests

Check warning on line 156 in Snowflake.Data/Client/SnowflakeDbConnectionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbConnectionPool.cs#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 19 in Snowflake.Data/Client/SnowflakeDbSessionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbSessionPool.cs#L19

Added line #L19 was not covered by tests

Check warning on line 21 in Snowflake.Data/Client/SnowflakeDbSessionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbSessionPool.cs#L21

Added line #L21 was not covered by tests

Check warning on line 25 in Snowflake.Data/Client/SnowflakeDbSessionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbSessionPool.cs#L25

Added line #L25 was not covered by tests

Check warning on line 27 in Snowflake.Data/Client/SnowflakeDbSessionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbSessionPool.cs#L27

Added line #L27 was not covered by tests

Check warning on line 29 in Snowflake.Data/Client/SnowflakeDbSessionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbSessionPool.cs#L29

Added line #L29 was not covered by tests

Check warning on line 31 in Snowflake.Data/Client/SnowflakeDbSessionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbSessionPool.cs#L31

Added line #L31 was not covered by tests

Check warning on line 33 in Snowflake.Data/Client/SnowflakeDbSessionPool.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Client/SnowflakeDbSessionPool.cs#L33

Added line #L33 was not covered by tests

Check warning on line 196 in Snowflake.Data/Core/Authenticator/IAuthenticator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/Authenticator/IAuthenticator.cs#L195-L196

Added lines #L195 - L196 were not covered by tests

Check warning on line 88 in Snowflake.Data/Core/Authenticator/KeyPairAuthenticator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/Authenticator/KeyPairAuthenticator.cs#L88

Added line #L88 was not covered by tests

Check warning on line 90 in Snowflake.Data/Core/Authenticator/KeyPairAuthenticator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/Authenticator/KeyPairAuthenticator.cs#L90

Added line #L90 was not covered by tests

Check warning on line 173 in Snowflake.Data/Core/Authenticator/KeyPairAuthenticator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/Authenticator/KeyPairAuthenticator.cs#L171-L173

Added lines #L171 - L173 were not covered by tests

Check warning on line 179 in Snowflake.Data/Core/Authenticator/KeyPairAuthenticator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/Authenticator/KeyPairAuthenticator.cs#L178-L179

Added lines #L178 - L179 were not covered by tests

Check warning on line 55 in Snowflake.Data/Core/SFResultSet.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/SFResultSet.cs#L52-L55

Added lines #L52 - L55 were not covered by tests

Check warning on line 116 in Snowflake.Data/Core/SFResultSet.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/SFResultSet.cs#L116

Added line #L116 was not covered by tests

Check warning on line 122 in Snowflake.Data/Core/SFResultSet.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/SFResultSet.cs#L119-L122

Added lines #L119 - L122 were not covered by tests

Check warning on line 126 in Snowflake.Data/Core/SFResultSet.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/SFResultSet.cs#L124-L126

Added lines #L124 - L126 were not covered by tests

Check warning on line 128 in Snowflake.Data/Core/SFResultSet.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/SFResultSet.cs#L128

Added line #L128 was not covered by tests

Check warning on line 285 in Snowflake.Data/Core/SFResultSet.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/SFResultSet.cs#L285

Added line #L285 was not covered by tests

Check warning on line 28 in Snowflake.Data/Core/Session/ConnectionCacheManager.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/Session/ConnectionCacheManager.cs#L28

Added line #L28 was not covered by tests

Check warning on line 78 in Snowflake.Data/Core/Session/ConnectionPoolManager.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/Session/ConnectionPoolManager.cs#L78

Added line #L78 was not covered by tests

Check warning on line 98 in Snowflake.Data/Core/Session/ConnectionPoolManager.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/Session/ConnectionPoolManager.cs#L98

Added line #L98 was not covered by tests

Check warning on line 194 in Snowflake.Data/Core/Session/SFSession.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

Snowflake.Data/Core/Session/SFSession.cs#L191-L194

Added lines #L191 - L194 were not covered by tests