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

AcceptAsyncV6BoundToSpecificV4_CantConnect - failed #31233

Closed
ViktorHofer opened this issue Oct 21, 2019 · 2 comments
Closed

AcceptAsyncV6BoundToSpecificV4_CantConnect - failed #31233

ViktorHofer opened this issue Oct 21, 2019 · 2 comments
Labels
area-System.Net.Sockets os-windows test-bug Problem in test source code (most likely) test-run-core Test failures in .NET Core test runs
Milestone

Comments

@ViktorHofer
Copy link
Member

ViktorHofer commented Oct 21, 2019

Test: System.Net.Sockets.Tests.DualModeAcceptAsync.AcceptAsyncV6BoundToSpecificV4_CantConnect

https://dnceng.visualstudio.com/public/_build/results?buildId=395162&view=ms.vss-test-web.build-test-results-tab&runId=12321658&resultId=176974&paneView=debug

Configuration: netcoreapp-Windows_NT-Release-x64-Windows.10.Amd64.Client19H1.Open

Assert.Throws() Failure
Expected: typeof(System.Net.Sockets.SocketException)
Actual: typeof(System.TimeoutException): Timed out while waiting for either of client and server connections...
---- System.TimeoutException : Timed out while waiting for either of client and server connections...
  at System.Net.Sockets.Tests.DualModeAcceptAsync.DualModeConnect_AcceptAsync_Helper(IPAddress listenOn, IPAddress connectTo) in /_/src/System.Net.Sockets/tests/FunctionalTests/DualModeSocketTest.cs:line 976
   at System.Net.Sockets.Tests.DualModeAcceptAsync.<AcceptAsyncV6BoundToSpecificV4_CantConnect>b__4_0() in /_/src/System.Net.Sockets/tests/FunctionalTests/DualModeSocketTest.cs:line 915
----- Inner Stack Trace -----
   at System.Net.Sockets.Tests.DualModeAcceptAsync.DualModeConnect_AcceptAsync_Helper(IPAddress listenOn, IPAddress connectTo) in /_/src/System.Net.Sockets/tests/FunctionalTests/DualModeSocketTest.cs:line 976
   at System.Net.Sockets.Tests.DualModeAcceptAsync.<AcceptAsyncV6BoundToSpecificV4_CantConnect>b__4_0() in /_/src/System.Net.Sockets/tests/FunctionalTests/DualModeSocketTest.cs:line 915

@davidsh, @wfurt, @scalablecory, @eiriktsarpalis, @karelz

@ViktorHofer
Copy link
Member Author

Should we wrap the DualModeConnect_AcceptAsync_Helper helper function inside the RetryHelper? https://github.com/dotnet/corefx/blob/73c898d40df25bbf195e8287c6e037aa036043db/src/System.Net.Sockets/tests/FunctionalTests/DualModeSocketTest.cs#L944

@msftgits msftgits transferred this issue from dotnet/corefx Feb 1, 2020
@msftgits msftgits added this to the 5.0 milestone Feb 1, 2020
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Feb 22, 2020
@karelz karelz changed the title System.Net.Sockets.Tests.DualModeAcceptAsync.AcceptAsyncV6BoundToSpecificV4_CantConnect failed in CI AcceptAsyncV6BoundToSpecificV4_CantConnect - failed Apr 3, 2020
@karelz
Copy link
Member

karelz commented Apr 3, 2020

Duplicate of #22620

@karelz karelz marked this as a duplicate of #22620 Apr 3, 2020
@karelz karelz closed this as completed Apr 3, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Sockets os-windows test-bug Problem in test source code (most likely) test-run-core Test failures in .NET Core test runs
Projects
None yet
Development

No branches or pull requests

3 participants