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

System.Net.Http.Functional.Tests timing out on CI #66023

Closed
thaystg opened this issue Mar 1, 2022 · 5 comments
Closed

System.Net.Http.Functional.Tests timing out on CI #66023

thaystg opened this issue Mar 1, 2022 · 5 comments
Assignees
Labels
area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Milestone

Comments

@thaystg
Copy link
Member

thaystg commented Mar 1, 2022

Libraries Test Run release coreclr windows x86 Release

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

Logs: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-a7aa30c72e70476687/System.Net.Http.Functional.Tests/3/console.2dc524b0.log?sv=2019-07-07&se=2022-03-21T08%3A56%3A53Z&sr=c&sp=rl&sig=b22GA158uN4Musi8vlahXHr3MrUiWmomhDZsydgL5YA%3D

 System.Net.Http.Functional.Tests.SocksProxyTest_Http1_Async.TestLoopbackAsync(scheme: "socks4", useSsl: True, useAuth: True, host: "localhost") [FAIL]
      System.TimeoutException : The operation has timed out.
      Stack Trace:
        /_/src/libraries/System.Net.Http/tests/FunctionalTests/SocksProxyTest.cs(37,0): at System.Net.Http.Functional.Tests.SocksProxyTest.TestLoopbackAsync(String scheme, Boolean useSsl, Boolean useAuth, String host)
        --- End of stack trace from previous location ---
    System.Net.Http.Functional.Tests.SocksProxyTest_Http2.TestLoopbackAsync(scheme: "socks4", useSsl: False, useAuth: True, host: "localhost") [FAIL]
      System.TimeoutException : The operation has timed out.
@thaystg thaystg added area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' labels Mar 1, 2022
@ghost
Copy link

ghost commented Mar 1, 2022

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

Issue Details

Libraries Test Run release coreclr windows x86 Release

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

Logs: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-a7aa30c72e70476687/System.Net.Http.Functional.Tests/3/console.2dc524b0.log?sv=2019-07-07&se=2022-03-21T08%3A56%3A53Z&sr=c&sp=rl&sig=b22GA158uN4Musi8vlahXHr3MrUiWmomhDZsydgL5YA%3D

 System.Net.Http.Functional.Tests.SocksProxyTest_Http1_Async.TestLoopbackAsync(scheme: "socks4", useSsl: True, useAuth: True, host: "localhost") [FAIL]
      System.TimeoutException : The operation has timed out.
      Stack Trace:
        /_/src/libraries/System.Net.Http/tests/FunctionalTests/SocksProxyTest.cs(37,0): at System.Net.Http.Functional.Tests.SocksProxyTest.TestLoopbackAsync(String scheme, Boolean useSsl, Boolean useAuth, String host)
        --- End of stack trace from previous location ---
    System.Net.Http.Functional.Tests.SocksProxyTest_Http2.TestLoopbackAsync(scheme: "socks4", useSsl: False, useAuth: True, host: "localhost") [FAIL]
      System.TimeoutException : The operation has timed out.
Author: thaystg
Assignees: -
Labels:

area-System.Net.Http, blocking-clean-ci

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Mar 1, 2022
@MihaZupan
Copy link
Member

Looks like a bunch of different tests timed out all over the place, not just socks:

SocksProxyTest_Http1_Async.TestLoopbackAsync(scheme: "socks4", useSsl: True, useAuth: True, host: "localhost")

SocksProxyTest_Http2.TestLoopbackAsync(scheme: "socks4", useSsl: False, useAuth: True, host: "localhost")

SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Test.SetAfterUse_Throws

SocketsHttpHandler_HttpClientHandler_Asynchrony_Test.ExecutionContext_Suppressed_Success

SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http11.GetAsync_MissingExpires_ReturnNull

SyncHttpHandlerTest_Cookies.GetAsync_SetCookieContainer_CookieSent(cookieName: "ABC", cookieValue: "123", useCookies: True)

SocketsHttpHandler_RequestContentLengthMismatchTest_Http11.ContentLength_DoesNotMatchRequestContentLength_Throws(contentLength: 0, bytesSent: 1)

Http3ResponseStreamZeroByteReadTest_Mock.ZeroByteRead_BlocksUntilDataIsAvailable(async: True)

SocketsHttpHandler_HttpClientHandler_ConnectionPooling_Test.Http2_SmallConnectionTimeout_SubsequentRequestUsesDifferentConnection(timeoutPropertyName: "PooledConnectionLifetime")

Http1ContentLengthResponseStreamZeroByteReadTest.ZeroByteRead_IssuesZeroByteReadOnUnderlyingStream(readMode: AsyncArray, useSsl: False)

@karelz
Copy link
Member

karelz commented Mar 15, 2022

@rzikm can you please check frequency of failures?

@rzikm
Copy link
Member

rzikm commented Mar 15, 2022

Looks like one-time environmental failure (no other hits between today and 1st March), closing.

@rzikm rzikm closed this as completed Mar 15, 2022
@jkotas
Copy link
Member

jkotas commented Mar 26, 2022

More similar timeouts hit by #67147:

System.Net.Http.Functional.Tests.Http1RawResponseStreamZeroByteReadTest.ZeroByteRead_IssuesZeroByteReadOnUnderlyingStream(readMode: SyncSpan, useSsl: True) [FAIL]
      System.TimeoutException : The operation has timed out.

@karelz karelz added this to the 7.0.0 milestone Apr 8, 2022
@ghost ghost locked as resolved and limited conversation to collaborators May 8, 2022
@karelz karelz removed the untriaged New issue has not been triaged by the area owner label Oct 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Projects
None yet
Development

No branches or pull requests

5 participants