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.Net.Sockets.Tests.ConnectCancellableTask tests failing on PR #54623

Closed
radical opened this issue Jun 23, 2021 · 2 comments
Closed

System.Net.Sockets.Tests.ConnectCancellableTask tests failing on PR #54623

radical opened this issue Jun 23, 2021 · 2 comments
Labels
area-System.Net.Sockets test-run-core Test failures in .NET Core test runs
Milestone

Comments

@radical
Copy link
Member

radical commented Jun 23, 2021

Build
Seen on #54053 .

  Starting:    System.Net.Sockets.Tests (parallel test collections = on, max threads = 2)
    System.Net.Sockets.Tests.CreateSocket.Ctor_Raw_Supported_Success [SKIP]
      Condition(s) not met: "SupportsRawSockets"
    System.Net.Sockets.Tests.ConnectCancellableTask.Connect_DualMode_DnsConnect_RetrievedEndPoints_Success [FAIL]
      Assert.Equal() Failure
      Expected: ::ffff:127.0.0.1
      Actual:   ::1
      Stack Trace:
        /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/Connect.cs(132,0): at System.Net.Sockets.Tests.Connect`1.Connect_DualMode_DnsConnect_RetrievedEndPoints_Success()
        --- End of stack trace from previous location ---
    System.Net.Sockets.Tests.LocalEndPointTestIPv6Sync.TcpClientSocket_WhenNotBound_LocalEPChangeToSpecificOnConnnect [FAIL]
      Assert.Equal() Failure
      Expected: [::1]:41198
      Actual:   [::1]:41206
      Stack Trace:
        /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/LocalEndPointTest.cs(117,0): at System.Net.Sockets.Tests.LocalEndPointTest`1.TcpClientSocket_WhenNotBound_LocalEPChangeToSpecificOnConnnect()
        --- End of stack trace from previous location ---
  Finished:    System.Net.Sockets.Tests
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Net.Sockets untriaged New issue has not been triaged by the area owner labels Jun 23, 2021
@ghost
Copy link

ghost commented Jun 23, 2021

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

Issue Details

Build
Seen on #54053 .

  Starting:    System.Net.Sockets.Tests (parallel test collections = on, max threads = 2)
    System.Net.Sockets.Tests.CreateSocket.Ctor_Raw_Supported_Success [SKIP]
      Condition(s) not met: "SupportsRawSockets"
    System.Net.Sockets.Tests.ConnectCancellableTask.Connect_DualMode_DnsConnect_RetrievedEndPoints_Success [FAIL]
      Assert.Equal() Failure
      Expected: ::ffff:127.0.0.1
      Actual:   ::1
      Stack Trace:
        /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/Connect.cs(132,0): at System.Net.Sockets.Tests.Connect`1.Connect_DualMode_DnsConnect_RetrievedEndPoints_Success()
        --- End of stack trace from previous location ---
    System.Net.Sockets.Tests.LocalEndPointTestIPv6Sync.TcpClientSocket_WhenNotBound_LocalEPChangeToSpecificOnConnnect [FAIL]
      Assert.Equal() Failure
      Expected: [::1]:41198
      Actual:   [::1]:41206
      Stack Trace:
        /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/LocalEndPointTest.cs(117,0): at System.Net.Sockets.Tests.LocalEndPointTest`1.TcpClientSocket_WhenNotBound_LocalEPChangeToSpecificOnConnnect()
        --- End of stack trace from previous location ---
  Finished:    System.Net.Sockets.Tests
Author: radical
Assignees: -
Labels:

area-System.Net.Sockets, untriaged

Milestone: -

@karelz karelz changed the title System.Net.Sockets.Tests.ConnectCancellableTask tests failing on PR - Libraries Test Run release coreclr Linux x64 Debug System.Net.Sockets.Tests.ConnectCancellableTask tests failing on PR Jun 23, 2021
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Jun 23, 2021
@karelz
Copy link
Member

karelz commented Jun 24, 2021

TcpClientSocket_WhenNotBound_LocalEPChangeToSpecificOnConnnect failed only once 3/12-6/23 (incl. PRs), not worth tracking.
Connect_DualMode_DnsConnect_RetrievedEndPoints_Success shows lots of failures since 6/6 - tracked separately in #54677.

Closing.

@karelz karelz closed this as completed Jun 24, 2021
@karelz karelz removed the untriaged New issue has not been triaged by the area owner label Jun 24, 2021
@karelz karelz added this to the 6.0.0 milestone Jun 24, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Sockets test-run-core Test failures in .NET Core test runs
Projects
None yet
Development

No branches or pull requests

2 participants