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.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success long running on Mono #45810

Closed
safern opened this issue Dec 9, 2020 · 8 comments
Labels
area-System.Net.Sockets runtime-mono specific to the Mono runtime
Milestone

Comments

@safern
Copy link
Member

safern commented Dec 9, 2020

  Discovering: System.Net.Sockets.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Net.Sockets.Tests (found 898 of 1327 test cases)
  Starting:    System.Net.Sockets.Tests (parallel test collections = on, max threads = 12)
    System.Net.Sockets.Tests.UdpClientTest.Finalize_NoExceptionsThrown [SKIP]
      Condition(s) not met: "IsPreciseGcSupported"
    System.Net.Sockets.Tests.DisposedSocket.NonDisposedSocket_SafeHandlesCollected [SKIP]
      Condition(s) not met: "IsPreciseGcSupported"
    System.Net.Sockets.Tests.CreateSocket.Ctor_Raw_Supported_Success [SKIP]
      Condition(s) not met: "SupportsRawSockets"
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:02:12
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:04:13
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:06:14
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:08:15
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:10:16
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:12:17
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:14:18

Hit on: #45802
https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-45802-merge-761c5bb4146544a9aa/System.Net.Sockets.Tests/console.0d8feb58.log?sv=2019-07-07&se=2020-12-29T00%3A18%3A01Z&sr=c&sp=rl&sig=hSdOsA1wGfBtq0CeRNf93Z36yIUT3XBRYh6x6u3m5Qw%3D

@safern safern added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' runtime-mono specific to the Mono runtime labels Dec 9, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Net.Sockets untriaged New issue has not been triaged by the area owner labels Dec 9, 2020
@ghost
Copy link

ghost commented Dec 9, 2020

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

Issue Details
  Discovering: System.Net.Sockets.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Net.Sockets.Tests (found 898 of 1327 test cases)
  Starting:    System.Net.Sockets.Tests (parallel test collections = on, max threads = 12)
    System.Net.Sockets.Tests.UdpClientTest.Finalize_NoExceptionsThrown [SKIP]
      Condition(s) not met: "IsPreciseGcSupported"
    System.Net.Sockets.Tests.DisposedSocket.NonDisposedSocket_SafeHandlesCollected [SKIP]
      Condition(s) not met: "IsPreciseGcSupported"
    System.Net.Sockets.Tests.CreateSocket.Ctor_Raw_Supported_Success [SKIP]
      Condition(s) not met: "SupportsRawSockets"
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:02:12
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:04:13
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:06:14
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:08:15
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:10:16
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:12:17
   System.Net.Sockets.Tests: [Long Running Test] 'System.Net.Sockets.Tests.DualModeBeginAccept.BeginAcceptV4BoundToAnyV4_Success', Elapsed: 00:14:18

Hit on: #45802
https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-45802-merge-761c5bb4146544a9aa/System.Net.Sockets.Tests/console.0d8feb58.log?sv=2019-07-07&se=2020-12-29T00%3A18%3A01Z&sr=c&sp=rl&sig=hSdOsA1wGfBtq0CeRNf93Z36yIUT3XBRYh6x6u3m5Qw%3D

Author: safern
Assignees: -
Labels:

area-System.Net.Sockets, blocking-clean-ci, runtime-mono, untriaged

Milestone: -

@safern
Copy link
Member Author

safern commented Dec 9, 2020

Disabling on: #45811

@safern safern added disabled-test The test is disabled in source code against the issue and removed blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' labels Dec 9, 2020
@karelz
Copy link
Member

karelz commented Jan 5, 2021

@marek-safar who can help to triage this issue?

@marek-safar
Copy link
Contributor

There are no details about the error (the log is gone) to see if it could be MonoVM related or not.

@antonfirsov
Copy link
Member

Looks like listening on 0.0.0.0 doesn't result in a successful connection despite the connection attempt on 127.0.0.1. To me it seems like a configuration issue specific to a CI machine.

@wfurt
Copy link
Member

wfurt commented Jan 5, 2021

I'm wondering if we should add some time boxing so it does not hang and enable it again to get more data.

@antonfirsov
Copy link
Member

I'm wondering if we should add some time boxing so it does not hang and enable it again to get more data.

Makes sense to me, not a big fan of aggressive test disabling.

@karelz karelz added this to the 6.0.0 milestone Jan 14, 2021
@karelz karelz removed the untriaged New issue has not been triaged by the area owner label Jan 14, 2021
@antonfirsov antonfirsov removed the disabled-test The test is disabled in source code against the issue label Aug 16, 2021
@antonfirsov
Copy link
Member

I re-enabled this 17 days ago, and I don't see any timeouts or hangs since then on Kusto. Closing for now, we can open an new issue if a timeout or hang happens again.

@ghost ghost locked as resolved and limited conversation to collaborators Sep 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Sockets runtime-mono specific to the Mono runtime
Projects
None yet
Development

No branches or pull requests

6 participants