-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Multiple System.Net.Http.Functional.Tests Timeouts #44339
Comments
Tagging subscribers to this area: @dotnet/ncl |
It seems like predominantly conformance tests like
|
I checked in #44342 to hopefully help narrow down the ReadWriteAsync_Canceled_ThrowsOperationCanceledException issue. That could very well be a real product problem. The other Send_TimeoutResponseContent_Throws one cited isn't in the stream tests. It looks to have one of the same problems I fixed recently in another test: if the client times out so fast that it never initiates a connection to the server, the server side and thus the whole test will hang. |
Thanks for quick fix @stephentoub. I'll keep watching and we discussed to update our CI monitoring reports to see this sooner. |
closing as it did not fail in master for 2 weeks. |
First found in https://dev.azure.com/dnceng/public/_build/results?buildId=876982&view=logs&j=bf603221-817a-5f42-894a-9eb35c3c7f97&t=7b6c19b2-2655-5e8f-d26a-63d3381d63ae
Kusto indicates this suite has timed out 8 times today and 15 times in the last 10 days.
The text was updated successfully, but these errors were encountered: