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

Timeouts in Socket tests on Debian.*.Arm32.Open #84364

Open
antonfirsov opened this issue Apr 5, 2023 · 2 comments
Open

Timeouts in Socket tests on Debian.*.Arm32.Open #84364

antonfirsov opened this issue Apr 5, 2023 · 2 comments
Labels
area-System.Net.Sockets blocking-clean-ci-optional Blocking optional rolling runs test-bug Problem in test source code (most likely) test-run-core Test failures in .NET Core test runs
Milestone

Comments

@antonfirsov
Copy link
Member

The following tests timeout the test run regularly on the Debian.10.Arm32.Open and the Debian.11.Arm32.Open queues:

System.Net.Sockets.Tests.SendReceive_*.TcpPeerReceivesFinOnShutdownWithPendingData
System.Net.Sockets.Tests.SendReceive_*.TcpReceiveSendGetsCanceledByDispose
System.Net.Sockets.Tests.AcceptTask.AcceptGetsCanceledByDispose
System.Net.Sockets.Tests.AcceptApm.AcceptGetsCanceledByDispose
System.Net.Sockets.Tests.NetworkStreamTest.ReadAsync_CancelPendingValueTask_ThrowsCancellationException

#84030 made sure TcpPeerReceivesFinOnShutdownWithPendingData will not hang the test process anymore, also addressing potential dual-mode issues with the test. We need to take similar measures for the rest.

@ghost
Copy link

ghost commented Apr 5, 2023

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

Issue Details

The following tests timeout the test run regularly on the Debian.10.Arm32.Open and the Debian.11.Arm32.Open queues:

System.Net.Sockets.Tests.SendReceive_*.TcpPeerReceivesFinOnShutdownWithPendingData
System.Net.Sockets.Tests.SendReceive_*.TcpReceiveSendGetsCanceledByDispose
System.Net.Sockets.Tests.AcceptTask.AcceptGetsCanceledByDispose
System.Net.Sockets.Tests.AcceptApm.AcceptGetsCanceledByDispose
System.Net.Sockets.Tests.NetworkStreamTest.ReadAsync_CancelPendingValueTask_ThrowsCancellationException

#84030 made sure TcpPeerReceivesFinOnShutdownWithPendingData will not hang the test process anymore, also addressing potential dual-mode issues with the test. We need to take similar measures for the rest.

Author: antonfirsov
Assignees: -
Labels:

area-System.Net.Sockets

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 5, 2023
@antonfirsov antonfirsov added this to the 8.0.0 milestone Apr 5, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Apr 5, 2023
@antonfirsov antonfirsov added the blocking-clean-ci-optional Blocking optional rolling runs label Apr 5, 2023
@karelz karelz added the test-bug Problem in test source code (most likely) label Jun 9, 2023
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Jul 16, 2023
@wfurt wfurt modified the milestones: 8.0.0, Future Aug 9, 2023
@wfurt
Copy link
Member

wfurt commented Sep 10, 2024

do we still see timeouts @rzikm? I did not see any disabled tests and this is pretty old and perhaps could be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Net.Sockets blocking-clean-ci-optional Blocking optional rolling runs 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