Uh oh!
There was an error while loading. Please reload this page.
[TEST] Improve SqlDataRecord DateOnly and TimeOnly coverage - #3128
Conversation
Make SqlDecimalConvertToDecimal_TestInRange run on non-US systems fixesdotnet#3125 related to dotnet#2258
benrr101
commented
Jan 31, 2025
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
benrr101
commented
Feb 3, 2025
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
benrr101
commented
Feb 11, 2025
@ErikEJ looking into the test failures more, it looks like they're genuine failures of the test related to the changes you made. The value itself looks to be correct but the formatting is wrong. Looks like it's possible the assert isn't doing the right comparison? |
benrr101
left a comment
There was a problem hiding this comment.
Holding until the unit tests are fixed
ErikEJ
commented
Feb 12, 2025
@benrr101 Thanks - it is SO hard to locate the actual errors |
ErikEJ
commented
Feb 12, 2025
@benrr101 I had made the .NET Framework test pass locally 😆 |
ErikEJ
commented
Feb 19, 2025
@benrr101 Tests are passing now! |
benrr101
commented
Feb 19, 2025
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
@ErikEJ Hmm, it looks like there's still an issue with the cast on netfx |
ErikEJ
commented
Feb 20, 2025
@benrr101 OMG - the pipeline never ran - I will investigate, thanks |
@dotnet/sqlclientdevteam Pls kick the CI 🙏 |
apoorvdeshmukh
commented
Feb 20, 2025
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ErikEJ
commented
Feb 21, 2025
@benrr101 Failing test seems unrelated ?? |
benrr101
commented
Feb 21, 2025
Agreed, it seems to be so. I'll proceed to kick it until its behavior improves. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #3128 +/- ##
==========================================
- Coverage 72.73% 66.14% -6.59%
==========================================
Files 283 279 -4 Lines 58997 58945 -52 ==========================================
- Hits 42910 38989 -3921 - Misses 16087 19956 +3869
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Make SqlDecimalConvertToDecimal_TestInRange run on non-US systems
fixes#3125
related to #2258