-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
area-System.Nettest-bugProblem in test source code (most likely)Problem in test source code (most likely)
Milestone
Description
This pipeline continues to fail every run.
Example failure snippet:
client_1 | Error from iteration 5848 (13: PUT Slow) in task 3 with 21915 successes / 1 fails:
client_1 | System.Net.Http.HttpRequestException: An error occurred while sending the request.
client_1 | ---> System.IO.IOException: The request was aborted.
client_1 | ---> System.IO.IOException: The response ended prematurely while waiting for the next frame from the server.
client_1 | at System.Net.Http.Http2Connection.ProcessIncomingFramesAsync()
client_1 | --- End of inner exception stack trace ---
client_1 | at System.Net.Http.Http2Connection.ThrowRequestAborted(Exception innerException)
client_1 | at System.Net.Http.Http2Connection.Http2Stream.CheckResponseBodyState()
client_1 | at System.Net.Http.Http2Connection.Http2Stream.TryEnsureHeaders()
client_1 | at System.Net.Http.Http2Connection.Http2Stream.ReadResponseHeadersAsync(CancellationToken cancellationToken)
client_1 | at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
client_1 | --- End of inner exception stack trace ---
client_1 | at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
client_1 | at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
client_1 | at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
client_1 | at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts, CancellationToken callerToken, Int64 timeoutTime)
client_1 | at HttpStress.RequestContext.SendAsync(HttpRequestMessage request, HttpCompletionOption httpCompletion, Nullable`1 token) in /app/ClientOperations.cs:line 94
client_1 | at HttpStress.ClientOperations.<>c.<<get_Operations>b__1_13>d.MoveNext() in /app/ClientOperations.cs:line 465
client_1 | --- End of stack trace from previous location ---
client_1 | at HttpStress.StressClient.<>c__DisplayClass15_0.<<StartCore>g__RunWorker|2>d.MoveNext() in /app/StressClient.cs:line 165
Builds were apparently fixed with #35011. stress-ssl
pipeline is now clean, but stress-http
is still failing.
@dotnet/ncl @alnikola Is there already work being done (and an issue) to fix this?
Metadata
Metadata
Assignees
Labels
area-System.Nettest-bugProblem in test source code (most likely)Problem in test source code (most likely)