runtime
runtime copied to clipboard
System.Threading.ThreadPool.Tests fail in CI with System.Net.Sockets.SocketException
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 |
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)
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.
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 |
Old issue which hasn't reproed recently.