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

Test failure TcpAcceptSocket_WhenServerBoundToWildcardAddress_LocalEPIsSpecific - different port #56042

Closed
mdh1418 opened this issue Jul 20, 2021 · 4 comments · Fixed by #56399
Labels
area-System.Net.Sockets test-run-core Test failures in .NET Core test runs
Milestone

Comments

@mdh1418
Copy link
Member

mdh1418 commented Jul 20, 2021

System.Net.Sockets.Tests.LocalEndPointTestIPv4Sync.TcpAcceptSocket_WhenServerBoundToWildcardAddress_LocalEPIsSpecific [FAIL]
      Assert.Equal() Failure
      Expected: 127.0.0.1:39706
      Actual:   127.0.0.1:39708
      Stack Trace:
        /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/LocalEndPointTest.cs(137,0): at System.Net.Sockets.Tests.LocalEndPointTest`1.TcpAcceptSocket_WhenServerBoundToWildcardAddress_LocalEPIsSpecific()
        --- End of stack trace from previous location ---

log: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-54845-merge-176f2e0dc3214643a1/System.Net.Sockets.Tests/console.54af2133.log?sv=2019-07-07&se=2021-08-09T16%3A11%3A35Z&sr=c&sp=rl&sig=TwHCJtlbhuryivUNOBcc5mLYFViBbacNt4UMjBEWfhg%3D
build: https://dev.azure.com/dnceng/public/_build/results?buildId=1246649&view=logs&j=d10aa0b1-a1a0-5e3f-d20a-a36b4319a21f&t=59f04130-a1ae-5fc8-21eb-448a87f814b9

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 20, 2021
@ghost
Copy link

ghost commented Jul 20, 2021

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

Issue Details
System.Net.Sockets.Tests.LocalEndPointTestIPv4Sync.TcpAcceptSocket_WhenServerBoundToWildcardAddress_LocalEPIsSpecific [FAIL]
      Assert.Equal() Failure
      Expected: 127.0.0.1:39706
      Actual:   127.0.0.1:39708
      Stack Trace:
        /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/LocalEndPointTest.cs(137,0): at System.Net.Sockets.Tests.LocalEndPointTest`1.TcpAcceptSocket_WhenServerBoundToWildcardAddress_LocalEPIsSpecific()
        --- End of stack trace from previous location ---

log: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-54845-merge-176f2e0dc3214643a1/System.Net.Sockets.Tests/console.54af2133.log?sv=2019-07-07&se=2021-08-09T16%3A11%3A35Z&sr=c&sp=rl&sig=TwHCJtlbhuryivUNOBcc5mLYFViBbacNt4UMjBEWfhg%3D
build: https://dev.azure.com/dnceng/public/_build/results?buildId=1246649&view=logs&j=d10aa0b1-a1a0-5e3f-d20a-a36b4319a21f&t=59f04130-a1ae-5fc8-21eb-448a87f814b9

Author: mdh1418
Assignees: -
Labels:

area-System.Net.Sockets

Milestone: -

@karelz
Copy link
Member

karelz commented Jul 20, 2021

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

Day Run OS
6/8 PR #53888 Ubuntu.1804.ArmArch.Open
7/17 PR #55862 Fedora.32.Amd64.Open
7/20 PR #54845 Ubuntu.1604.Amd64.Open

@karelz karelz added test-run-core Test failures in .NET Core test runs and removed untriaged New issue has not been triaged by the area owner labels Jul 20, 2021
@karelz karelz added this to the 7.0.0 milestone Jul 20, 2021
@karelz karelz changed the title [libraries] TcpAcceptSocket_WhenServerBoundToWildcardAddress_LocalEPIsSpecific fails with incorrect address Test failure TcpAcceptSocket_WhenServerBoundToWildcardAddress_LocalEPIsSpecific - different port Jul 29, 2021
@karelz
Copy link
Member

karelz commented Jul 29, 2021

@antonfirsov is it related to #52141?

@antonfirsov
Copy link
Member

Yes, essentially the same test bug in a very similar test, linked #56399 to this issue.

@karelz karelz modified the milestones: 7.0.0, 6.0.0 Jul 30, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 29, 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

Successfully merging a pull request may close this issue.

3 participants