-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
HttpStress tests failing in difference scenarios on sending data to server #40388
Comments
Tagging subscribers to this area: @dotnet/ncl |
Do we have past data here to compare with? Would be good to have a sense of when these were introduced. |
Unfortunately, we don't have historic data because the pipelines were broken for several months, and as soon as I fixed them those errors appeared. |
Thanks. We should investigate all of this. The "The WriteAsync method cannot be called when another write operation is pending" errors concern me, but may be a test issue? Unclear. The TaskCanceledException stuff is unclear to me. Generally we shouldn't throw this unless the task was actually canceled (maybe a timeout?). But it also could be that stuff is incorrectly timing out. |
The |
Good news! |
Triage: Remaining issues don't seem to be critical for 5.0, moving to 6.0. |
Duplicate of #42211 |
Updated (28.8.2020) based on current pipeline. Collected runs:
System.IO.IOException: The request was aborted.
System.IO.IOException: The response ended prematurely while waiting for the next frame from the server.
System.IO.IOException: The request was aborted.
System.Net.NetworkException: The connection was forcibly closed by the remote host.
System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host.
System.IO.IOException: The request was aborted.
System.Net.NetworkException: A network error has occured, see InnerException for more details.
System.Net.Sockets.SocketException (32): Broken pipe
System.IO.IOException: The request was aborted.
System.Net.NetworkException: A network error has occured, see InnerException for more details.
System.Net.Sockets.SocketException (32): Broken pipe
System.IO.IOException: The request was aborted.
System.Net.NetworkException: The connection was forcibly closed by the remote host.
System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host.
Total | 7 | 7
System.Net.Http.HttpRequestException: An error occurred while sending the request.
:System.Threading.Tasks.TaskCanceledException: A task was canceled.
:System.Net.Http.HttpRequestException: An error occurred while sending the request.
:System.Net.Http.HttpRequestException: An error occurred while sending the request.
:System.Net.Http.HttpRequestException: Error while copying content to a stream.
:Probably the same problem as the previous one.
System.Net.Http.HttpRequestException: An error occurred while sending the request.
https://dev.azure.com/dnceng/public/_build/results?buildId=794179&view=logs&j=2d2b3007-3c5c-5840-9bb0-2b1ea49925f3&t=e0810b27-de1e-5f7f-0df7-1a1042e925c2
https://dev.azure.com/dnceng/public/_build/results?buildId=795432&view=logs&j=2d2b3007-3c5c-5840-9bb0-2b1ea49925f3&t=e0810b27-de1e-5f7f-0df7-1a1042e925c2
https://dev.azure.com/dnceng/public/_build/results?buildId=794179&view=logs&j=2d2b3007-3c5c-5840-9bb0-2b1ea49925f3&t=e0810b27-de1e-5f7f-0df7-1a1042e925c2
https://dev.azure.com/dnceng/public/_build/results?buildId=792358&view=logs&j=2d2b3007-3c5c-5840-9bb0-2b1ea49925f3&t=e0810b27-de1e-5f7f-0df7-1a1042e925c2
https://dev.azure.com/dnceng/public/_build/results?buildId=792168&view=logs&j=2d2b3007-3c5c-5840-9bb0-2b1ea49925f3&t=e0810b27-de1e-5f7f-0df7-1a1042e925c2
The text was updated successfully, but these errors were encountered: