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: SocketsHttpHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled #44352

Closed
antonfirsov opened this issue Nov 6, 2020 · 6 comments · Fixed by #56723
Assignees
Labels
area-System.Net.Http disabled-test The test is disabled in source code against the issue os-mac-os-x macOS aka OSX test-run-core Test failures in .NET Core test runs
Milestone

Comments

@antonfirsov
Copy link
Member

Outerloop test

System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled

Failed in

https://dev.azure.com/dnceng/public/_build/results?buildId=877008&view=ms.vss-test-web.build-test-results-tab
(net6.0-Linux-Debug-x64-CoreCLR_release-(Fedora.30.Amd64.Open)ubuntu.1604.amd64.open)

Failed only in PR branches, so it's missing from our test reports.

Error message

System.TimeoutException : WhenAllOrAnyFailed timed out after 60000ms

Stack trace

at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 88
   at System.Net.Test.Common.Http2LoopbackServer.CreateClientAndServerAsync(Func`2 clientFunc, Func`2 serverFunc, Http2Options http2Options, Int32 timeout) in /_/src/libraries/Common/tests/System/Net/Http/Http2LoopbackServer.cs:line 172
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs:line 3444
--- End of stack trace from previous location ---
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Net.Http untriaged New issue has not been triaged by the area owner labels Nov 6, 2020
@ghost
Copy link

ghost commented Nov 6, 2020

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

@VincentBu
Copy link
Contributor

Failed again in runtime-libraries-coreclr outerloop 20210204.1

Failed test:

net6.0-OSX-Release-x64-CoreCLR_release-OSX.1015.Amd64.Open
 -System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled

Error message:

System.TimeoutException : WhenAllOrAnyFailed timed out after 60000ms


Stack trace
   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 88
   at System.Net.Test.Common.Http2LoopbackServer.CreateClientAndServerAsync(Func`2 clientFunc, Func`2 serverFunc, Http2Options http2Options, Int32 timeout) in /_/src/libraries/Common/tests/System/Net/Http/Http2LoopbackServer.cs:line 172
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs:line 3445
--- End of stack trace from previous location ---

@VincentBu
Copy link
Contributor

Failed again in runtime-libraries-coreclr outerloop 20210401.4

Failed test:

net6.0-OSX-Release-x64-CoreCLR_release-OSX.1014.Amd64.Open
 -System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled

Error 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 49
   at System.Net.Test.Common.Http2LoopbackServer.CreateClientAndServerAsync(Func`2 clientFunc, Func`2 serverFunc, Http2Options http2Options, Int32 timeout) in /_/src/libraries/Common/tests/System/Net/Http/Http2LoopbackServer.cs:line 172
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs:line 3449
--- End of stack trace from previous location ---

@VincentBu
Copy link
Contributor

Failed again in runtime-libraries-coreclr outerloop 20210408.4

Failed test:

net6.0-OSX-Release-x64-CoreCLR_release-OSX.1015.Amd64.Open
 -System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled

Error 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 49
   at System.Net.Test.Common.Http2LoopbackServer.CreateClientAndServerAsync(Func`2 clientFunc, Func`2 serverFunc, Http2Options http2Options, Int32 timeout) in /_/src/libraries/Common/tests/System/Net/Http/Http2LoopbackServer.cs:line 172
   at System.Net.Http.Functional.Tests.HttpClientHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Http2.cs:line 3449
--- End of stack trace from previous location ---

@karelz
Copy link
Member

karelz commented May 10, 2021

Failures during 3/11-5/10 (incl. PRs): 44 - only on:

  • OSX.1014.Amd64.Open
  • OSX.1015.Amd64.Open

Only 5 failures on official runs, the remaining 39 are on PRs. We should disable the test for now.

Potentially a regression against 5.0 as it was first reported in 2020/11

karelz added a commit that referenced this issue May 11, 2021
…led_ThrowsOperationCanceled on OSX (#52556)

Disable test SocketsHttpHandlerTest_Http2.SocketSendQueueFull_RequestCanceled_ThrowsOperationCanceled on OSX

Disabled test tracked by #44352
@karelz
Copy link
Member

karelz commented May 11, 2021

Test disabled on MacOS in PR #52556

@karelz karelz added the disabled-test The test is disabled in source code against the issue label May 11, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Aug 2, 2021
@alnikola alnikola self-assigned this Aug 2, 2021
alnikola added a commit that referenced this issue Aug 4, 2021
…led (#56723)

The test should have been already fixed by #56552.

Fixes #44352
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Aug 4, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Http disabled-test The test is disabled in source code against the issue os-mac-os-x macOS aka OSX test-run-core Test failures in .NET Core test runs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants