Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[8.0] 'RanToCompletion' failure in System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease_Post #92804

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

Open
carlossanlop opened this issue Sep 29, 2023 · 5 comments
Labels
area-System.Threading Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Sep 29, 2023

Error Blob

{
  "ErrorMessage": "System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease_Post [FAIL]",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": true
}

Reproduction Steps

===========================================================================================================

C:\h\w\B0F0099E\w\AA000950\e>"C:\h\w\B0F0099E\p\dotnet.exe" exec --runtimeconfig System.Threading.RateLimiting.Tests.runtimeconfig.json --depsfile System.Threading.RateLimiting.Tests.deps.json xunit.console.dll System.Threading.RateLimiting.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Threading.RateLimiting.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Threading.RateLimiting.Tests (found 275 test cases)
  Starting:    System.Threading.RateLimiting.Tests (parallel test collections = on, max threads = 4)
    System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease_Post [FAIL]
      Assert.Same() Failure
      Expected: Task { Status = Running }
      Actual:   Task { Status = RanToCompletion }
      Stack Trace:
        /_/src/libraries/System.Threading.RateLimiting/tests/ConcurrencyLimiterTests.cs(167,0): at System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease(Action`2 attachHook)
        --- End of stack trace from previous location ---
  Finished:    System.Threading.RateLimiting.Tests
=== TEST EXECUTION SUMMARY ===
   System.Threading.RateLimiting.Tests  Total: 275, Errors: 0, Failed: 1, Skipped: 0, Time: 6.134s
----- end Thu 09/28/2023 13:42:41.57 ----- exit code 1 ----------------------------------------------------------

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=421749
Error message validated: System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease_Post [FAIL]
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 9/29/2023 1:06:18 AM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@carlossanlop carlossanlop added area-System.Threading 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 Sep 29, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 29, 2023
@ghost
Copy link

ghost commented Sep 29, 2023

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Issue Details

Error Blob

{
  "ErrorMessage": "System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease_Post [FAIL]",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": true
}

Reproduction Steps

===========================================================================================================

C:\h\w\B0F0099E\w\AA000950\e>"C:\h\w\B0F0099E\p\dotnet.exe" exec --runtimeconfig System.Threading.RateLimiting.Tests.runtimeconfig.json --depsfile System.Threading.RateLimiting.Tests.deps.json xunit.console.dll System.Threading.RateLimiting.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.Threading.RateLimiting.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Threading.RateLimiting.Tests (found 275 test cases)
  Starting:    System.Threading.RateLimiting.Tests (parallel test collections = on, max threads = 4)
    System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease_Post [FAIL]
      Assert.Same() Failure
      Expected: Task { Status = Running }
      Actual:   Task { Status = RanToCompletion }
      Stack Trace:
        /_/src/libraries/System.Threading.RateLimiting/tests/ConcurrencyLimiterTests.cs(167,0): at System.Threading.RateLimiting.Test.ConcurrencyLimiterTests.DoesNotDeadlockCleaningUpCanceledRequestedLease(Action`2 attachHook)
        --- End of stack trace from previous location ---
  Finished:    System.Threading.RateLimiting.Tests
=== TEST EXECUTION SUMMARY ===
   System.Threading.RateLimiting.Tests  Total: 275, Errors: 0, Failed: 1, Skipped: 0, Time: 6.134s
----- end Thu 09/28/2023 13:42:41.57 ----- exit code 1 ----------------------------------------------------------
Author: carlossanlop
Assignees: -
Labels:

area-System.Threading, blocking-clean-ci, Known Build Error

Milestone: -

@mangod9 mangod9 removed the untriaged New issue has not been triaged by the area owner label Oct 2, 2023
@mangod9 mangod9 added this to the 8.0.0 milestone Oct 2, 2023
@mangod9
Copy link
Member

mangod9 commented Oct 2, 2023

@BrennanConroy are you tracking these failures in 8?

@BrennanConroy
Copy link
Member

I am for 9. I guess we'll want to backport to 8 once we fix it?

@mangod9
Copy link
Member

mangod9 commented Oct 2, 2023

@carlossanlop can comment whether its disrupting runs on 8 for the fix to be backported

@build-analysis build-analysis bot removed this from the 8.0.0 milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@akoeplinger akoeplinger added this to the 8.0.x milestone Nov 24, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 24, 2023
@jeffschwMSFT jeffschwMSFT removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Feb 16, 2024
@jeffschwMSFT
Copy link
Member

removing blocking-clean-ci as it has not been hit in 30 days

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

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

No branches or pull requests

5 participants