microsoft / mssql-jdbc

The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity with SQL Server through the standard JDBC application program interfaces (APIs).
MIT License
1.06k stars 427 forks source link

Configurable Retry Logic II - Connection Retry #2519

Closed Jeffery-Wasty closed 5 days ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 98.91304% with 1 line in your changes missing coverage. Please review.

Project coverage is 50.99%. Comparing base (4ec4d3b) to head (33f0b93). Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
.../microsoft/sqlserver/jdbc/SQLServerConnection.java 94.44% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2519 +/- ## ============================================ + Coverage 50.93% 50.99% +0.05% - Complexity 3886 3913 +27 ============================================ Files 147 147 Lines 33368 33447 +79 Branches 5592 5606 +14 ============================================ + Hits 16997 17057 +60 - Misses 13967 13981 +14 - Partials 2404 2409 +5 ```

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


🚨 Try these New Features:

tkyc commented 6 days ago

First pass lgtm.

Jeffery-Wasty commented 6 days ago

@divang @Ananya2 @muskan124947 @machavan you guys can take a look at this too. We're planning to merge this this week for the Monday release.