-
Notifications
You must be signed in to change notification settings - Fork 426
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
Fix to allow connection retries to be disabled by setting connectRetryCount to 0 #2293
Conversation
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java
Outdated
Show resolved
Hide resolved
I did a quick test and I see that it's retrying twice.
Repro app
EDIT: Nevermind, it should be twice when TNIR=true. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2293 +/- ##
=============================================
- Coverage 73.60% 50.04% -23.56%
+ Complexity 6082 3786 -2296
=============================================
Files 142 143 +1
Lines 33123 33128 +5
Branches 5623 5628 +5
=============================================
- Hits 24380 16579 -7801
- Misses 6234 14171 +7937
+ Partials 2509 2378 -131 ☔ View full report in Codecov by Sentry. |
No description provided.