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

[6.0] System.Random test failure: NextInt_AllValuesAreWithinSpecifiedRange #83421

Open
carlossanlop opened this issue Mar 14, 2023 · 2 comments
Labels
area-System.Runtime Known Build Error Use this to report build issues in the .NET Helix tab needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Mar 14, 2023

Found in an internal->public merge PR for 6.0: #83404

C:\h\w\B2B409B1\w\AA520922\e>"C:\h\w\B2B409B1\p\dotnet.exe" exec --runtimeconfig System.Runtime.Extensions.Tests.runtimeconfig.json --depsfile System.Runtime.Extensions.Tests.deps.json xunit.console.dll System.Runtime.Extensions.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Runtime.Extensions.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Runtime.Extensions.Tests (found 925 of 982 test cases)
  Starting:    System.Runtime.Extensions.Tests (parallel test collections = on, max threads = 2)
    System.Tests.RandomTests.NextInt_AllValuesAreWithinSpecifiedRange(derived: True, seeded: False) [FAIL]
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace:
        /_/src/libraries/System.Runtime.Extensions/tests/System/Random.cs(75,0): at System.Tests.RandomTests.NextInt_AllValuesAreWithinSpecifiedRange(Boolean derived, Boolean seeded)
{
  "ErrorMessage": "System.Tests.RandomTests.NextInt_AllValuesAreWithinSpecifiedRange(derived: True, seeded: False)",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Mar 14, 2023
@carlossanlop carlossanlop added Known Build Error Use this to report build issues in the .NET Helix tab area-System.Runtime labels Mar 14, 2023
@ghost
Copy link

ghost commented Mar 14, 2023

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

Issue Details

Found in an internal->public merge PR for 6.0: #83404

C:\h\w\B2B409B1\w\AA520922\e>"C:\h\w\B2B409B1\p\dotnet.exe" exec --runtimeconfig System.Runtime.Extensions.Tests.runtimeconfig.json --depsfile System.Runtime.Extensions.Tests.deps.json xunit.console.dll System.Runtime.Extensions.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Runtime.Extensions.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Runtime.Extensions.Tests (found 925 of 982 test cases)
  Starting:    System.Runtime.Extensions.Tests (parallel test collections = on, max threads = 2)
    System.Tests.RandomTests.NextInt_AllValuesAreWithinSpecifiedRange(derived: True, seeded: False) [FAIL]
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace:
        /_/src/libraries/System.Runtime.Extensions/tests/System/Random.cs(75,0): at System.Tests.RandomTests.NextInt_AllValuesAreWithinSpecifiedRange(Boolean derived, Boolean seeded)
{
  "ErrorMessage": "System.Tests.RandomTests.NextInt_AllValuesAreWithinSpecifiedRange(derived: True, seeded: False)",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}
Author: carlossanlop
Assignees: -
Labels:

area-System.Runtime, untriaged, Known Build Error

Milestone: -

@ericstj ericstj added needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration and removed untriaged New issue has not been triaged by the area owner labels Aug 14, 2023
@ericstj ericstj added this to the Future milestone Aug 14, 2023
@build-analysis build-analysis bot removed this from the Future milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@jeffhandley jeffhandley added this to the 9.0.0 milestone Nov 17, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 17, 2023
@jeffhandley jeffhandley modified the milestones: 9.0.0, Future Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Runtime Known Build Error Use this to report build issues in the .NET Helix tab needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration
Projects
None yet
Development

No branches or pull requests

3 participants