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

Test failure System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #77802

Closed
BrennanConroy opened this issue Nov 2, 2022 · 2 comments
Labels
area-System.IO Known Build Error Use this to report build issues in the .NET Helix tab test-failure

Comments

@BrennanConroy
Copy link
Member

BrennanConroy commented Nov 2, 2022

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=70687&view=ms.vss-test-web.build-test-results-tab&runId=1454456&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab&resultId=141038

Error:

    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 ---
{
  "ErrorMessage": "System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout [FAIL]",
  "BuildRetry": false
}

Report

Build Definition Test Pull Request
80475 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #77338
79551 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #76462
80139 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #78035
79926 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #78091
79701 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #78189
79685 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #78196
79672 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #78195
79388 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #78172
74207 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #69888
74045 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout
73724 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #77172
73626 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #77801
73290 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #77899
72483 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #77856
72557 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout
72315 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #75542
72013 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #77829
71254 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #76339
71000 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #62863
70937 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #77785
70875 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #76436
70687 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #76784
70399 dotnet/runtime System.IO.Pipes.Tests.NamedPipeTest_Specific.ClientConnectAsync_Cancel_With_InfiniteTimeout #77770

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
7 12 23
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 2, 2022
@ghost
Copy link

ghost commented Nov 2, 2022

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

Issue Details

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=70687&view=ms.vss-test-web.build-test-results-tab&runId=1454456&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab&resultId=141038

Error:

    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 ---
Author: BrennanConroy
Assignees: -
Labels:

area-System.IO, test-failure

Milestone: -

@jkotas jkotas added the Known Build Error Use this to report build issues in the .NET Helix tab label Nov 3, 2022
@jozkee
Copy link
Member

jozkee commented Nov 11, 2022

Duplicate of #69101

@jozkee jozkee marked this as a duplicate of #69101 Nov 11, 2022
@jozkee jozkee closed this as not planned Won't fix, can't repro, duplicate, stale Nov 11, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 11, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Dec 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.IO 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