dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.98k stars 4.66k forks source link

System.Net.Tests.HttpListenerRequestTests fail with SocketException : Connection refused #100088

Open jkotas opened 6 months ago

jkotas commented 6 months ago
    System.Net.Tests.HttpListenerRequestTests.ContentEncoding_GetProperty_ReturnsExpected(header: "Content-Type:", expected: UTF8EncodingSealed { BodyName = "utf-8", CodePage = 65001, DecoderFallback = DecoderReplacementFallback { DefaultString = "�", MaxCharCount = 1 }, EncoderFallback = EncoderReplacementFallback { DefaultString = "�", MaxCharCount = 1 }, EncodingName = "Unicode (UTF-8)", ··· }) [FAIL]
      System.Net.Sockets.SocketException : Connection refused 127.0.0.1:1293
      Stack Trace:
        /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.cs(3216,0): at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
        /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.cs(838,0): at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
        /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.cs(922,0): at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=611434 Build error leg or test failing: System.Net.HttpListener.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/100066

Error Message

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

{
  "ErrorMessage": "",
  "ErrorPattern": "System.Net.Tests.HttpListenerRequestTests.ContentEncoding_GetProperty_ReturnsExpected.*FAIL",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=611434 Error message validated: [System.Net.Tests.HttpListenerRequestTests.ContentEncoding_GetProperty_ReturnsExpected.*FAIL] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 3/21/2024 4:45:18 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
dotnet-policy-service[bot] commented 6 months ago

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

jeffschwMSFT commented 4 months ago

removing blocking-clean-ci has this has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
wfurt commented 3 months ago

low hit count, moving to future.