runtime icon indicating copy to clipboard operation
runtime copied to clipboard

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

Open tarekgh opened this issue 1 year ago • 4 comments

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: https://github.com/dotnet/runtime/pull/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: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=774644 Error message validated: [System.Threading.ThreadPools.Tests.ThreadPoolTests.IOCompletionPortCountConfigVarTest.*FAIL] Result validation: :white_check_mark: 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 avatar Aug 13 '24 22:08 tarekgh

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

@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)

jakobbotsch avatar Aug 21 '24 07:08 jakobbotsch

Looks similar to https://github.com/dotnet/runtime/issues/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 avatar Aug 22 '24 18:08 kouvel

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

jeffschwMSFT avatar Oct 08 '24 16:10 jeffschwMSFT

Old issue which hasn't reproed recently.

mangod9 avatar Jul 07 '25 17:07 mangod9