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

Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success - Assert ::1 #55053

Closed
VincentBu opened this issue Jul 2, 2021 · 4 comments · Fixed by #56226
Closed
Assignees
Labels
area-System.Net.Sockets disabled-test The test is disabled in source code against the issue os-linux Linux OS (any supported distro) test-run-core Test failures in .NET Core test runs
Milestone

Comments

@VincentBu
Copy link

Run: runtime 20210701.106

Failed test:

net6.0-Linux-Release-x64-Mono_release-(Debian.10.Amd64.Open)ubuntu.1604.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-10-helix-amd64-bfcd90a-20200121150006

- System.Net.Sockets.Tests.ConnectSync.Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success

Error message:

Assert.Equal() Failure
Expected: ::ffff:127.0.0.1
Actual:   ::1


Stack trace
   at System.Net.Sockets.Tests.Connect`1.<Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success>d__5[[System.Net.Sockets.Tests.SocketHelperArraySync, System.Net.Sockets.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]].MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/Connect.cs:line 103
--- End of stack trace from previous location ---
@VincentBu VincentBu added area-System.Net.Sockets os-linux Linux OS (any supported distro) arch-x64 labels Jul 2, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 2, 2021
@ghost
Copy link

ghost commented Jul 2, 2021

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

Issue Details

Run: runtime 20210701.106

Failed test:

net6.0-Linux-Release-x64-Mono_release-(Debian.10.Amd64.Open)ubuntu.1604.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-10-helix-amd64-bfcd90a-20200121150006

- System.Net.Sockets.Tests.ConnectSync.Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success

Error message:

Assert.Equal() Failure
Expected: ::ffff:127.0.0.1
Actual:   ::1


Stack trace
   at System.Net.Sockets.Tests.Connect`1.<Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success>d__5[[System.Net.Sockets.Tests.SocketHelperArraySync, System.Net.Sockets.Tests, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]].MoveNext() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/Connect.cs:line 103
--- End of stack trace from previous location ---
Author: VincentBu
Assignees: -
Labels:

arch-x64, area-System.Net.Sockets, os-linux

Milestone: -

@karelz
Copy link
Member

karelz commented Jul 2, 2021

Duplicate of #54677

@karelz karelz marked this as a duplicate of #54677 Jul 2, 2021
@karelz karelz closed this as completed Jul 2, 2021
@karelz karelz added this to the 6.0.0 milestone Jul 15, 2021
@karelz karelz removed arch-x64 untriaged New issue has not been triaged by the area owner labels Jul 20, 2021
@karelz karelz changed the title Test failure System.Net.Sockets.Tests.ConnectSync.Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success - Assert ::1 Jul 20, 2021
@karelz
Copy link
Member

karelz commented Jul 20, 2021

Reopening as it still happens, even after fix attempt via PR #54681 on 6/29
Related to #54677

Failures 5/20-7/20 (incl. PRs):

Date Failures
6/6 1x Official run
6/7 2x PR
6/8 4x PR
6/9 1x PR
6/10 1x PR
6/11 1x PR
6/12 2x Official run
6/13 1x Official run
6/14 3x PR
6/15 2x PR
6/16 1x Official run + 2x PR
6/18 1x Official run + 1x PR
6/19 1x PR
6/21 4x PR
6/22 2x PR
6/23 1x PR
6/24 2x PR
6/26 1x PR
6/28 3x PR (double records)
6/29 1x Official run + 6x PR (some double records)
6/30 1x Official run + 2x PR
7/1 1x Official run + 1x PR
7/2 2x Official run + 1x PR
7/5 1x PR
7/6 2x PR
7/7 1x Official run + 2x PR
7/8 1x Official run + 3x PR
7/9 2x PR
7/10 1x Official run
7/11 1x Official run + 1x PR
7/12 1x PR
7/13 3x PR
7/14 7x PR
7/15 2x PR
7/16 2x PR
7/17 3x PR
7/19 1x Official run + 4x PR
7/20 1x Official run + 2x PR (incomplete day)

@karelz karelz reopened this Jul 20, 2021
karelz added a commit that referenced this issue Jul 20, 2021
…oints_Success on Linux

Disabled test tracked by #55053
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Jul 20, 2021
stephentoub pushed a commit that referenced this issue Jul 21, 2021
…oints_Success on Linux (#56002)

* Disable test Connect_DualMode_MultiAddressFamilyConnect_RetrievedEndPoints_Success on Linux

Disabled test tracked by #55053

* Update Connect.cs
@karelz karelz added the disabled-test The test is disabled in source code against the issue label Jul 21, 2021
@karelz
Copy link
Member

karelz commented Jul 21, 2021

Test disabled on Linux in PR #56002 on 7/21

@ghost ghost added in-pr There is an active PR which will close this issue when it is merged and removed in-pr There is an active PR which will close this issue when it is merged labels Jul 23, 2021
antonfirsov added a commit that referenced this issue Jul 26, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jul 26, 2021
@stephentoub stephentoub reopened this Jul 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Sockets disabled-test The test is disabled in source code against the issue os-linux Linux OS (any supported distro) test-run-core Test failures in .NET Core test runs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants