-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix retries when
connectRetryCount
is set to 1 or greater (#2513)
* Fix for connectRetryCount > 0 * Cleanup * Added test to SQLServerConnectionTest + cleanup * Fix test * Testing * ok.. * Grasping at straws * more debugs, yum * focus on transient error * Fix for azure * Cleanup * More cleanup * More cleanup * Trying to resolve thread interrupt test * a different try * add more time to interrupt * Removed sleep mistakenly * Added more variants * Remove unneeded tests * Remove problem line + add fix for uncaught fail for BatchExecutionTest * Fail fixes * Added back the timer to the BatchExecutionTest; adjusted timeout time * More code cleanup * Fixed mistake * Formatting * Trying to resolve code cov * Update timeout value * Remove stray fail * Revert changes to login retry interval. * Remove added line.
- Loading branch information
1 parent
362d3a4
commit b27b0c1
Showing
4 changed files
with
53 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters