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

[QUIC] test timing out System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.ReadOutstanding_ReadAborted_Throws #55948

Closed
radical opened this issue Jul 19, 2021 · 4 comments · Fixed by #56839
Assignees
Labels
area-System.Net.Quic disabled-test The test is disabled in source code against the issue test-run-core Test failures in .NET Core test runs
Milestone

Comments

@radical
Copy link
Member

radical commented Jul 19, 2021

Seen on #55899
Log
Build

    System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.ReadOutstanding_ReadAborted_Throws [FAIL]
      System.TimeoutException : The operation has timed out.
      Stack Trace:
        /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(49,0): at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(132,0): at System.Net.Quic.Tests.QuicTestBase`1.RunClientServer(Func`2 clientFunction, Func`2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(161,0): at System.Net.Quic.Tests.QuicTestBase`1.RunStreamClientServer(Func`2 clientFunction, Func`2 serverFunction, Boolean bidi, Int32 iterations, Int32 millisecondsTimeout)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamTests.cs(486,0): at System.Net.Quic.Tests.QuicStreamTests`1.ReadOutstanding_ReadAborted_Throws()
        --- End of stack trace from previous location ---
@ghost
Copy link

ghost commented Jul 19, 2021

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

Issue Details

Seen on #55899
Log
Build

    System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.ReadOutstanding_ReadAborted_Throws [FAIL]
      System.TimeoutException : The operation has timed out.
      Stack Trace:
        /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(49,0): at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(132,0): at System.Net.Quic.Tests.QuicTestBase`1.RunClientServer(Func`2 clientFunction, Func`2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(161,0): at System.Net.Quic.Tests.QuicTestBase`1.RunStreamClientServer(Func`2 clientFunction, Func`2 serverFunction, Boolean bidi, Int32 iterations, Int32 millisecondsTimeout)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamTests.cs(486,0): at System.Net.Quic.Tests.QuicStreamTests`1.ReadOutstanding_ReadAborted_Throws()
        --- End of stack trace from previous location ---
Author: radical
Assignees: -
Labels:

area-System.Net.Quic

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 19, 2021
@karelz karelz changed the title [QUIC] test timing out System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.ReadOutstanding_ReadAborted_Throws [QUIC] test timing out System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.ReadOutstanding_ReadAborted_Throws Jul 19, 2021
@karelz
Copy link
Member

karelz commented Jul 19, 2021

Plenty of failures, starting 7/13

Failures 5/13-7/27 (incl. PRs):

Day Failures
7/13 3x PR
7/14 10x PR, 1x Official run
7/15 10x PR, 1x Official run
7/16 8x PR, 2x Official run
7/17 6x PR, 4x Official run
7/18 1x PR
7/19 3x PR
7/20 3x PR
7/20 test disabled
7/21 1x PR #56035 (Preview 7 branch, without test disabled)
7/24 1x PR #56260 (Preview 7 branch, without test disabled)
7/26 1x PR #56350 (Preview 7 branch, without test disabled)

We should disable the test to lower noise ...

@karelz karelz added this to the 6.0.0 milestone Jul 19, 2021
karelz added a commit that referenced this issue Jul 20, 2021
…rows

Disable test: System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.ReadOutstanding_ReadAborted_Throws

Tracked by #55948
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Jul 20, 2021
stephentoub pushed a commit that referenced this issue Jul 20, 2021
…rows (#55997)

Disable test: System.Net.Quic.Tests.QuicStreamTests_MsQuicProvider.ReadOutstanding_ReadAborted_Throws

Tracked by #55948
@karelz karelz added the disabled-test The test is disabled in source code against the issue label Jul 20, 2021
@karelz
Copy link
Member

karelz commented Jul 20, 2021

Test disabled in PR #55997 on 7/20

@karelz
Copy link
Member

karelz commented Jul 20, 2021

cc @CarnaViire

@karelz karelz removed the untriaged New issue has not been triaged by the area owner label Jul 20, 2021
@wfurt wfurt self-assigned this Aug 4, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Aug 4, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Aug 5, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Quic disabled-test The test is disabled in source code against the issue test-run-core Test failures in .NET Core test runs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants