- Notifications
You must be signed in to change notification settings - Fork311
[TEST] Improve SqlDataRecord DateOnly and TimeOnly coverage#3128
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Make SqlDecimalConvertToDecimal_TestInRange run on non-US systemsfixesdotnet#3125related todotnet#2258
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@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? |
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.
Holding until the unit tests are fixed
@benrr101 Thanks - it is SO hard to locate the actual errors |
@benrr101 I had made the .NET Framework test pass locally 😆 |
@benrr101 Tests are passing now! |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
benrr101 commentedFeb 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@ErikEJ Hmm, it looks like there's still an issue with the cast on netfx |
@benrr101 OMG - the pipeline never ran - I will investigate, thanks |
ErikEJ commentedFeb 20, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@dotnet/sqlclientdevteam Pls kick the CI 🙏 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@benrr101 Failing test seems unrelated ?? |
Agreed, it seems to be so. I'll proceed to kick it until its behavior improves. |
codecovbot commentedFeb 21, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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. |
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.
Test passing, LFG 🚢 🚢 🚢
b5ce725
intodotnet:mainUh oh!
There was an error while loading.Please reload this page.
Make SqlDecimalConvertToDecimal_TestInRange run on non-US systems
fixes#3125
related to#2258