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

[HTTP/3] SendStreamLimitRequestsConcurrently_Succeeds times out #56000

Closed
mdh1418 opened this issue Jul 20, 2021 · 3 comments · Fixed by #102996
Closed

[HTTP/3] SendStreamLimitRequestsConcurrently_Succeeds times out #56000

mdh1418 opened this issue Jul 20, 2021 · 3 comments · Fixed by #102996
Assignees
Labels
area-System.Net.Http test-run-core Test failures in .NET Core test runs
Milestone

Comments

@mdh1418
Copy link
Member

mdh1418 commented Jul 20, 2021

System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http3_MsQuic.SendStreamLimitRequestsConcurrently_Succeeds(streamLimit: 10) [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.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs(163,0): at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.SendStreamLimitRequestsConcurrently_Succeeds(Int32 streamLimit)
        --- End of stack trace from previous location ---

log: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-54845-merge-b3a250ac333f4a61ad/System.Net.Http.Functional.Tests/console.fb7bf6d4.log?sv=2019-07-07&se=2021-08-09T14%3A21%3A02Z&sr=c&sp=rl&sig=CXj3eKgQpJ%2B6oxAsRdMe0xpZUHxHXuGHya1lGnOEa7s%3D
build: https://dev.azure.com/dnceng/public/_build/results?buildId=1246649&view=logs&j=d883cc86-ff08-5389-6fca-0d01451458f6&t=5fca1690-df52-529b-9100-c473a9350efd&l=151

Failures 5/20-7/20 (incl. PRs):

Day Failures
7/19 2x Official run (1x Mock) + 8x PR
7/20 2x Official run + 17x PR (2x Mock)
@ghost
Copy link

ghost commented Jul 20, 2021

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

Issue Details
System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http3_MsQuic.SendStreamLimitRequestsConcurrently_Succeeds(streamLimit: 10) [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.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs(163,0): at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.SendStreamLimitRequestsConcurrently_Succeeds(Int32 streamLimit)
        --- End of stack trace from previous location ---

log: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-54845-merge-b3a250ac333f4a61ad/System.Net.Http.Functional.Tests/console.fb7bf6d4.log?sv=2019-07-07&se=2021-08-09T14%3A21%3A02Z&sr=c&sp=rl&sig=CXj3eKgQpJ%2B6oxAsRdMe0xpZUHxHXuGHya1lGnOEa7s%3D
build: https://dev.azure.com/dnceng/public/_build/results?buildId=1246649&view=logs&j=d883cc86-ff08-5389-6fca-0d01451458f6&t=5fca1690-df52-529b-9100-c473a9350efd&l=151

Author: mdh1418
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 20, 2021
@karelz karelz added this to the 6.0.0 milestone Jul 20, 2021
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Jul 20, 2021
karelz added a commit that referenced this issue Jul 20, 2021
@karelz karelz removed the untriaged New issue has not been triaged by the area owner label Jul 20, 2021
karelz added a commit that referenced this issue Jul 20, 2021
@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 #56001 on 7/20

@ManickaP ManickaP modified the milestones: 6.0.0, Future Aug 10, 2021
@rzikm rzikm self-assigned this May 16, 2022
@rzikm rzikm closed this as completed May 30, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jun 29, 2022
@karelz karelz modified the milestones: Future, 7.0.0 Jul 19, 2022
@stephentoub stephentoub reopened this Sep 20, 2023
@stephentoub
Copy link
Member

stephentoub commented Sep 20, 2023

Failed again in #92310

Failing Configuration
net9.0-windows-Debug-x64-CoreCLR_release-Windows.11.Amd64.Client.Open
Data Driven SubResults
❌ System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.SendStreamLimitRequestsConcurrently_Succeeds(streamLimit: 1000)
Exception Message
System.TimeoutException : The operation has timed out.
Stack Trace
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http3.SendStreamLimitRequestsConcurrently_Succeeds(Int32 streamLimit) in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http3.cs:line 168
--- End of stack trace from previous location ---

@rzikm rzikm modified the milestones: 7.0.0, 9.0.0 Sep 21, 2023
@rzikm rzikm removed the disabled-test The test is disabled in source code against the issue label Sep 21, 2023
@rzikm rzikm removed their assignment Sep 21, 2023
@dotnet dotnet unlocked this conversation Nov 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Http test-run-core Test failures in .NET Core test runs
Projects
None yet
7 participants
@stephentoub @karelz @ManickaP @mdh1418 @rzikm @liveans and others