-
Notifications
You must be signed in to change notification settings - Fork 427
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
Added a missing unlock in getDestinationMetadata()
#2484
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2484 +/- ##
============================================
+ Coverage 50.78% 50.80% +0.01%
- Complexity 3888 3890 +2
============================================
Files 145 145
Lines 33481 33482 +1
Branches 5690 5691 +1
============================================
+ Hits 17004 17010 +6
+ Misses 14030 14028 -2
+ Partials 2447 2444 -3 ☔ View full report in Codecov by Sentry. |
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java
Outdated
Show resolved
Hide resolved
Also, you should add a test to cover the scenario that the reporting issue manifests. |
src/test/java/com/microsoft/sqlserver/jdbc/unit/statement/BatchExecutionTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/microsoft/sqlserver/jdbc/unit/statement/BatchExecutionTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's failing code coverage?
* Added a missing unlock * Clean up locks as per pr review * Added test * Resolve codeql error * Extend timeout time * Removing test to narrow down on pipeline failures * Adding a clear to see if this fixes prior errors * PR review changes * Address PR comments * More
* Added a missing unlock * Clean up locks as per pr review * Added test * Resolve codeql error * Extend timeout time * Removing test to narrow down on pipeline failures * Adding a clear to see if this fixes prior errors * PR review changes * Address PR comments * More Co-authored-by: Jeff Wasty <[email protected]>
No description provided.