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.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer test hang #72608

Closed
jkotas opened this issue Jul 21, 2022 · 3 comments

Comments

@jkotas
Copy link
Member

jkotas commented Jul 21, 2022

Hit in #72573: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-72573-merge-95ae7524d1c140d087/System.IO.Pipes.Tests/1/console.139c5f5b.log?helixlogtype=result

C:\h\w\A9AA093D\w\A9F509DD\e>"C:\h\w\A9AA093D\p\dotnet.exe" exec --runtimeconfig System.IO.Pipes.Tests.runtimeconfig.json --depsfile System.IO.Pipes.Tests.deps.json xunit.console.dll System.IO.Pipes.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.IO.Pipes.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.IO.Pipes.Tests (found 473 of 509 test cases)
  Starting:    System.IO.Pipes.Tests (parallel test collections = on, max threads = 4)
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:02:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:04:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:06:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:08:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:10:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:12:11
['System.IO.Pipes.Tests' END OF WORK ITEM LOG: Command timed out, and was killed]
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jul 21, 2022
@ghost
Copy link

ghost commented Jul 21, 2022

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

Issue Details

Hit in #72573: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-72573-merge-95ae7524d1c140d087/System.IO.Pipes.Tests/1/console.139c5f5b.log?helixlogtype=result

C:\h\w\A9AA093D\w\A9F509DD\e>"C:\h\w\A9AA093D\p\dotnet.exe" exec --runtimeconfig System.IO.Pipes.Tests.runtimeconfig.json --depsfile System.IO.Pipes.Tests.deps.json xunit.console.dll System.IO.Pipes.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing  
  Discovering: System.IO.Pipes.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.IO.Pipes.Tests (found 473 of 509 test cases)
  Starting:    System.IO.Pipes.Tests (parallel test collections = on, max threads = 4)
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:02:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:04:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:06:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:08:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:10:11
   System.IO.Pipes.Tests: [Long Running Test] 'System.IO.Pipes.Tests.NamedPipeTest_ServerInOut_ClientInOut_Synchronous.ClonedServer_ActsAsOriginalServer', Elapsed: 00:12:11
['System.IO.Pipes.Tests' END OF WORK ITEM LOG: Command timed out, and was killed]
Author: jkotas
Assignees: -
Labels:

area-System.IO, untriaged

Milestone: -

@jkotas
Copy link
Member Author

jkotas commented Jul 21, 2022

cc @stephentoub Potential regression introduced by #72503 . We have not seen hang like this before.

@stephentoub
Copy link
Member

Duplicate of #72585.

I don't believe it's a product regression, but rather this is a new configuration for this particular test (it previously never ran on two InOut named pipes opened for synchronous I/O). I'd opened #72526 for another variation of this, but it appears to be wider spread with this configuration. I'm going to remove the configuration entirely until we can figure it out (and double check that it still hangs prior to my changes, as was the case with the other cited test).

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jul 21, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants