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

System.Threading.ThreadPool.Tests fail in CI with System.Net.Sockets.SocketException #106371

Open
tarekgh opened this issue Aug 13, 2024 · 4 comments
Assignees
Labels
area-System.Threading disabled-test The test is disabled in source code against the issue Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@tarekgh
Copy link
Member

tarekgh commented Aug 13, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=774644
Build error leg or test failing: System.Threading.ThreadPools.Tests.ThreadPoolTests.IOCompletionPortCountConfigVarTest
Pull request: #106273

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorPattern": "System.Threading.ThreadPools.Tests.ThreadPoolTests.IOCompletionPortCountConfigVarTest.*FAIL",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=774644
Error message validated: [System.Threading.ThreadPools.Tests.ThreadPoolTests.IOCompletionPortCountConfigVarTest.*FAIL]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/21/2024 7:43:00 AM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@tarekgh tarekgh 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 13, 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 13, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Aug 13, 2024
@tarekgh tarekgh changed the title System.Threading.ThreadPool.Tests fail System.Threading.ThreadPool.Tests fail in CI with System.Net.Sockets.SocketException Aug 13, 2024
@tarekgh tarekgh added area-System.Threading and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Aug 13, 2024
Copy link
Contributor

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

@mangod9 mangod9 removed the untriaged New issue has not been triaged by the area owner label Aug 14, 2024
@mangod9 mangod9 added this to the 10.0.0 milestone Aug 14, 2024
@jakobbotsch
Copy link
Member

@tarekgh Since this particular test seems to be failing with a variety of different messages I updated the pattern to just capture the test itself failing (I hit a failure in #106695 and I can see you hit one in #106415 as well, all with distinct error messages from what was in this one)

@kouvel kouvel self-assigned this Aug 22, 2024
@kouvel
Copy link
Member

kouvel commented Aug 22, 2024

Looks similar to #106494. Should be fixed now, the errors seem to be from builds started before the fix was merged. Will track the errors for a few days.

kouvel added a commit to kouvel/runtime that referenced this issue Aug 23, 2024
The test is still failing occasionally. A simplified version is failing more frequently locally, needs further investigation to determine the cause.

Tracking: dotnet#106371
kouvel added a commit that referenced this issue Aug 23, 2024
The test is still failing occasionally. A simplified version is failing more frequently locally, needs further investigation to determine the cause.

Tracking: #106371
github-actions bot pushed a commit that referenced this issue Aug 23, 2024
The test is still failing occasionally. A simplified version is failing more frequently locally, needs further investigation to determine the cause.

Tracking: #106371
jeffschwMSFT added a commit that referenced this issue Aug 26, 2024
The test is still failing occasionally. A simplified version is failing more frequently locally, needs further investigation to determine the cause.

Tracking: #106371

Co-authored-by: Koundinya Veluri <[email protected]>
Co-authored-by: Jeff Schwartz <[email protected]>
@kouvel kouvel added the disabled-test The test is disabled in source code against the issue label Sep 4, 2024
@jeffschwMSFT jeffschwMSFT removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Oct 8, 2024
@jeffschwMSFT
Copy link
Member

removing 'blocking-clean-ci' label as it has not failed 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 disabled-test The test is disabled in source code against the issue 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