Skip to content
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

CI failure in DecimalTests BigIntegerAdd #106095

Closed
noahfalk opened this issue Aug 7, 2024 · 4 comments
Closed

CI failure in DecimalTests BigIntegerAdd #106095

noahfalk opened this issue Aug 7, 2024 · 4 comments
Labels
area-System.Numerics Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@noahfalk
Copy link
Member

noahfalk commented Aug 7, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=768415
Build error leg or test failing: System.Tests.DecimalTests BigIntegerAdd.Test
Pull request: #106014

Error Message

Assert.Equal() Failure: 420483735998235154.07 + -192303727189.68774567
Expected: 420483735998235154.06999999
Actual: 420483543694507964.38225433

{
  "ErrorMessage": "Assert.Equal() Failure: 420483735998235154.07 + -192303727189.68774567",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=768415
Error message validated: [Assert.Equal() Failure: 420483735998235154.07 + -192303727189.68774567]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/7/2024 9:27:05 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@noahfalk noahfalk added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Aug 7, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Aug 7, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Aug 7, 2024
@vcsjones vcsjones added area-System.Numerics and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Aug 8, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

@jeffhandley jeffhandley removed the untriaged New issue has not been triaged by the area owner label Aug 8, 2024
@jeffhandley jeffhandley added this to the Future milestone Aug 8, 2024
@tannergooding
Copy link
Member

The expected here is what's incorrect. The infinitely precise answer is exactly 420483543694507964.38225433, which is what's listed as the actual result.

Probably needs more investigation

@jeffschwMSFT jeffschwMSFT removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Sep 11, 2024
@jeffschwMSFT
Copy link
Member

removing 'blocking-clean-ci' as it has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

@PranavSenthilnathan
Copy link
Member

I think #106256 fixes this (see this comment). According to the hit count, this hasn't repro'd since that fix. I'm also not able to repro this locally either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Numerics Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

6 participants