snowflakedb / snowflake-ingest-java

Java SDK for the Snowflake Ingest Service -
http://www.snowflake.net
Apache License 2.0
67 stars 52 forks source link

Reduce OAuth test time #732

Closed sfc-gh-alhuang closed 5 months ago

sfc-gh-alhuang commented 5 months ago

testCreateOAuthClient is taking too much time due to the unnecessary retries in OAuthManager. Remove retries logic when receiving IOException in OAuthManager. As httpClient already retried when getting response code which is not 2xx.