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

CI failure: System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout - The operation has timed out. #78777

Closed
carlossanlop opened this issue Nov 23, 2022 · 3 comments
Labels
area-System.IO blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab test-failure
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Nov 23, 2022

Hit this in a PR in main: #78744

Curious that the test name is "inifite timeout". It failed here:

await Assert.ThrowsAsync<OperationCanceledException>(() => secondClient.ConnectAsync(cts.Token)).WaitAsync(1000);

===========================================================================================================

C:\h\w\B3F10974\w\B5340A08\e>"C:\h\w\B3F10974\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 445 of 536 test cases)
  Starting:    System.IO.Pipes.Tests (parallel test collections = on, max threads = 2)
    System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout [FAIL]
      System.TimeoutException : The operation has timed out.
      Stack Trace:
           at System.Threading.Tasks.TaskTimeoutExtensions.WaitAsync[TResult](Task`1 task, TimeSpan timeout, CancellationToken cancellationToken)
        /_/src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.Specific.cs(721,0): at System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout()
        --- End of stack trace from previous location ---
  Finished:    System.IO.Pipes.Tests
=== TEST EXECUTION SUMMARY ===
   System.IO.Pipes.Tests  Total: 1223, Errors: 0, Failed: 1, Skipped: 0, Time: 14.792s
----- end Wed 11/23/2022  4:48:38.02 ----- exit code 1 ----------------------------------------------------------
2022-11-23T04:48:38.779Z	INFO   	run.py	run(48)	main	Beginning reading of test results.
2022-11-23T04:48:38.779Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\B3F10974\w\B5340A08\e' for test results files
2022-11-23T04:48:38.779Z	INFO   	run.py	__init__(48)	read_results	Found results file C:\h\w\B3F10974\w\B5340A08\e\testResults.xml with format xunit
2022-11-23T04:48:38.794Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\B3F10974\w\B5340A08\uploads' for test results files
2022-11-23T04:48:38.794Z	INFO   	run.py	packing_test_reporter(30)	report_results	Packing 1223 test reports to 'C:\h\w\B3F10974\w\B5340A08\e\__test_report.json'
2022-11-23T04:48:38.810Z	INFO   	run.py	packing_test_reporter(33)	report_results	Packed 363262 bytes
ERROR: The process "corerun.exe" not found.
Did not find dumps, skipping dump docs generation.
['System.IO.Pipes.Tests' END OF WORK ITEM LOG: Command exited with 0]

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@ghost
Copy link

ghost commented Nov 23, 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 this in a PR in main: #78744

Curious that the test name is "inifite timeout". It failed here:

await Assert.ThrowsAsync<OperationCanceledException>(() => secondClient.ConnectAsync(cts.Token)).WaitAsync(1000);

===========================================================================================================

C:\h\w\B3F10974\w\B5340A08\e>"C:\h\w\B3F10974\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 445 of 536 test cases)
  Starting:    System.IO.Pipes.Tests (parallel test collections = on, max threads = 2)
    System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout [FAIL]
      System.TimeoutException : The operation has timed out.
      Stack Trace:
           at System.Threading.Tasks.TaskTimeoutExtensions.WaitAsync[TResult](Task`1 task, TimeSpan timeout, CancellationToken cancellationToken)
        /_/src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.Specific.cs(721,0): at System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout()
        --- End of stack trace from previous location ---
  Finished:    System.IO.Pipes.Tests
=== TEST EXECUTION SUMMARY ===
   System.IO.Pipes.Tests  Total: 1223, Errors: 0, Failed: 1, Skipped: 0, Time: 14.792s
----- end Wed 11/23/2022  4:48:38.02 ----- exit code 1 ----------------------------------------------------------
2022-11-23T04:48:38.779Z	INFO   	run.py	run(48)	main	Beginning reading of test results.
2022-11-23T04:48:38.779Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\B3F10974\w\B5340A08\e' for test results files
2022-11-23T04:48:38.779Z	INFO   	run.py	__init__(48)	read_results	Found results file C:\h\w\B3F10974\w\B5340A08\e\testResults.xml with format xunit
2022-11-23T04:48:38.794Z	INFO   	run.py	__init__(42)	read_results	Searching 'C:\h\w\B3F10974\w\B5340A08\uploads' for test results files
2022-11-23T04:48:38.794Z	INFO   	run.py	packing_test_reporter(30)	report_results	Packing 1223 test reports to 'C:\h\w\B3F10974\w\B5340A08\e\__test_report.json'
2022-11-23T04:48:38.810Z	INFO   	run.py	packing_test_reporter(33)	report_results	Packed 363262 bytes
ERROR: The process "corerun.exe" not found.
Did not find dumps, skipping dump docs generation.
['System.IO.Pipes.Tests' END OF WORK ITEM LOG: Command exited with 0]
Author: carlossanlop
Assignees: -
Labels:

area-System.IO, test-failure

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 23, 2022
@adamsitnik adamsitnik removed the untriaged New issue has not been triaged by the area owner label Nov 24, 2022
@adamsitnik adamsitnik added this to the Future milestone Nov 24, 2022
@stephentoub stephentoub added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Nov 27, 2022
@stephentoub stephentoub added the Known Build Error Use this to report build issues in the .NET Helix tab label Nov 28, 2022
@stephentoub
Copy link
Member

ClientConnectAsync_Cancel_With_InfiniteTimeout continues to fail on many PRs.

@stephentoub stephentoub modified the milestones: Future, 8.0.0 Nov 28, 2022
@stephentoub
Copy link
Member

Duplicate of #69101

@stephentoub stephentoub marked this as a duplicate of #69101 Nov 28, 2022
@stephentoub stephentoub closed this as not planned Won't fix, can't repro, duplicate, stale Nov 28, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Dec 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.IO blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab test-failure
Projects
None yet
Development

No branches or pull requests

3 participants