Skip to content

Instantly share code, notes, and snippets.

@antonfirsov
Created March 22, 2021 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonfirsov/dc7af2d9cb4213c835a41f59f09a0775 to your computer and use it in GitHub Desktop.
Save antonfirsov/dc7af2d9cb4213c835a41f59f09a0775 to your computer and use it in GitHub Desktop.
HTTP Stress failures
2021-03-18T15:01:04.4504783Z client_1 | System.Net.Http.HttpRequestException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (server:5001)
2021-03-18T15:01:04.4506315Z
2021-03-18T15:01:04.4508672Z client_1 | ---> System.Net.Sockets.SocketException (10060): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2021-03-18T15:01:04.4509920Z
2021-03-18T15:01:04.4511533Z client_1 | at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Tasks.cs:line 1233
2021-03-18T15:01:04.4512995Z
2021-03-18T15:01:04.4514290Z client_1 | at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) in /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Tasks.cs:line 1175
2021-03-18T15:01:04.4515762Z
2021-03-18T15:01:04.4517172Z client_1 | at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|271_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Tasks.cs:line 138
2021-03-18T15:01:04.4518809Z
2021-03-18T15:01:04.4520220Z client_1 | at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 1337
2021-03-18T15:01:04.4521955Z
2021-03-18T15:01:04.4522799Z client_1 | --- End of inner exception stack trace ---
2021-03-18T15:01:04.4523363Z
2021-03-18T15:01:04.4524776Z client_1 | at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 1337
2021-03-18T15:01:04.4526246Z
2021-03-18T15:01:04.4527777Z client_1 | at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 1281
2021-03-18T15:01:04.4529133Z
2021-03-18T15:01:04.4530594Z client_1 | at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 1350
2021-03-18T15:01:04.4532262Z
2021-03-18T15:01:04.4533857Z client_1 | at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 539
2021-03-18T15:01:04.4535039Z
2021-03-18T15:01:04.4537061Z client_1 | at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 850
2021-03-18T15:01:04.4538720Z
2021-03-18T15:01:04.4540197Z client_1 | at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/RedirectHandler.cs:line 30
2021-03-18T15:01:04.4541378Z
2021-03-18T15:01:04.4543857Z client_1 | at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 548
2021-03-18T15:01:04.4546314Z
2021-03-18T15:01:04.4549224Z client_1 | at HttpStress.RequestContext.SendAsync(HttpRequestMessage request, HttpCompletionOption httpCompletion, Nullable`1 token) in C:\app\ClientOperations.cs:line 93
2021-03-18T15:01:04.4552128Z
2021-03-18T15:01:04.4553697Z client_1 | at HttpStress.ClientOperations.<>c.<<get_Operations>b__1_2>d.MoveNext() in C:\app\ClientOperations.cs:line 219
2021-03-18T15:01:04.4554549Z
2021-03-18T15:01:04.4555318Z client_1 | --- End of stack trace from previous location ---
2021-03-18T15:01:04.4555786Z
2021-03-18T15:01:04.4556777Z client_1 | at HttpStress.StressClient.<>c__DisplayClass17_0.<<StartCore>g__RunWorker|0>d.MoveNext() in C:\app\StressClient.cs:line 204
2021-03-18T15:01:04.4557528Z
2021-03-18T15:01:04.4558100Z client_1 |
2021-03-18T15:01:04.4558427Z
2021-03-18T15:01:04.4559417Z client_1 | 2: GET Headers Fail: 1 Timestamps: 14:48:10.2749723, Duration: 00:00:21.3055926, Cancelled: False
2021-03-18T15:01:04.4560306Z
2021-03-18T15:01:04.4560973Z client_1 | TOTAL Fail: 1
2021-03-18T15:01:04.4561738Z
2021-03-18T15:01:04.4562833Z client_1 |
2021-03-17T14:34:04.8839436Z client_1 | System.Net.Http.HttpRequestException: Error while copying content to a stream.
2021-03-17T14:34:04.8841292Z client_1 | ---> System.IO.IOException: The request was aborted.
2021-03-17T14:34:04.8842797Z client_1 | ---> System.IO.IOException: The response ended prematurely while waiting for the next frame from the server.
2021-03-17T14:34:04.8848483Z client_1 | at System.Net.Http.Http2Connection.<ReadFrameAsync>g__ThrowMissingFrame|48_1() in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 284
2021-03-17T14:34:04.8850391Z client_1 | at System.Net.Http.Http2Connection.ReadFrameAsync(Boolean initialFrame) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 238
2021-03-17T14:34:04.8851881Z client_1 | at System.Net.Http.Http2Connection.ProcessIncomingFramesAsync() in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 338
2021-03-17T14:34:04.8853231Z client_1 | at HttpStress.ClientOperations.ByteAtATimeNoLengthContent.SerializeToStreamAsync(Stream stream, TransportContext context) in /app/ClientOperations.cs:line 624
2021-03-17T14:34:04.8854597Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.SendRequestBodyAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 291
2021-03-17T14:34:04.8855879Z client_1 | --- End of inner exception stack trace ---
2021-03-17T14:34:04.8856841Z client_1 | at System.Net.Http.Http2Connection.ThrowRequestAborted(Exception innerException) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 2017
2021-03-17T14:34:04.8857936Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.CheckResponseBodyState() in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 935
2021-03-17T14:34:04.8859224Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.TryReadFromBuffer(Span`1 buffer, Boolean partOfSyncRead) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 1071
2021-03-17T14:34:04.8860518Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.CopyToAsync(HttpResponseMessage responseMessage, Stream destination, Int32 bufferSize, CancellationToken cancellationToken)
2021-03-17T14:34:04.8861877Z client_1 | at System.Net.Http.HttpConnectionResponseContent.SerializeToStreamAsync(Stream stream, TransportContext context, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionResponseContent.cs:line 66
2021-03-17T14:34:04.8863110Z client_1 | at System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpContent.cs:line 556
2021-03-17T14:34:04.8864985Z client_1 | --- End of inner exception stack trace ---
2021-03-17T14:34:04.8866677Z client_1 | at System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpContent.cs:line 556
2021-03-17T14:34:04.8868579Z client_1 | at System.Net.Http.HttpContent.WaitAndReturnAsync[TState,TResult](Task waitTask, TState state, Func`2 returnFunc) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpContent.cs:line 847
2021-03-17T14:34:04.8870284Z client_1 | at HttpStress.ClientOperations.<>c.<<get_Operations>b__1_8>d.MoveNext() in /app/ClientOperations.cs:line 392
2021-03-17T14:34:04.8871868Z client_1 | --- End of stack trace from previous location ---
2021-03-17T14:34:04.8872897Z client_1 | at HttpStress.StressClient.<>c__DisplayClass17_0.<<StartCore>g__RunWorker|0>d.MoveNext() in /app/StressClient.cs:line 204
2021-03-17T14:34:04.8873689Z client_1 |
2021-03-17T14:34:04.8874702Z client_1 | 8: POST Duplex Slow Fail: 1 Timestamps: 14:08:49.0783362, Duration: 00:00:00.0602369, Cancelled: False
2021-03-17T14:34:04.8875819Z client_1 | 14: GET Slow Fail: 1 Timestamps: 14:08:49.0791727, Duration: 00:00:00.0266291, Cancelled: True
2021-03-17T14:34:04.8876780Z client_1 | TOTAL Fail: 2
2021-03-08T14:12:53.9644021Z client_1 | System.Net.Http.HttpRequestException: An error occurred while sending the request.
2021-03-08T14:12:53.9645010Z
2021-03-08T14:12:53.9646303Z client_1 | ---> System.IO.IOException: The request was aborted.
2021-03-08T14:12:53.9647115Z
2021-03-08T14:12:53.9648569Z client_1 | ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
2021-03-08T14:12:53.9649685Z
2021-03-08T14:12:53.9651012Z client_1 | ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host.
2021-03-08T14:12:53.9651717Z
2021-03-08T14:12:53.9652826Z client_1 | at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.CreateException(SocketError error, Boolean forAsyncThrow) in /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Tasks.cs:line 1245
2021-03-08T14:12:53.9653790Z
2021-03-08T14:12:53.9654871Z client_1 | at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ReceiveAsync(Socket socket, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Tasks.cs:line 895
2021-03-08T14:12:53.9655845Z
2021-03-08T14:12:53.9657046Z client_1 | at System.Net.Sockets.Socket.ReceiveAsync(Memory`1 buffer, SocketFlags socketFlags, Boolean fromNetworkStream, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Tasks.cs:line 304
2021-03-08T14:12:53.9657779Z
2021-03-08T14:12:53.9658647Z client_1 | at System.Net.Sockets.NetworkStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs:line 548
2021-03-08T14:12:53.9659186Z
2021-03-08T14:12:53.9660149Z client_1 | at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) in /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs:line 795
2021-03-08T14:12:53.9660872Z
2021-03-08T14:12:53.9661797Z client_1 | at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncMethodBuilderCore.cs:line 42
2021-03-08T14:12:53.9662402Z
2021-03-08T14:12:53.9663186Z client_1 | at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer)
2021-03-08T14:12:53.9663762Z
2021-03-08T14:12:53.9664593Z client_1 | at System.Net.Security.SslStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.cs:line 819
2021-03-08T14:12:53.9665403Z
2021-03-08T14:12:53.9666709Z client_1 | at System.Net.Http.Http2Connection.ProcessIncomingFramesAsync() in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 325
2021-03-08T14:12:53.9667620Z
2021-03-08T14:12:53.9668633Z client_1 | at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 188
2021-03-08T14:12:53.9669242Z
2021-03-08T14:12:53.9670404Z client_1 | at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs:line 324
2021-03-08T14:12:53.9671584Z
2021-03-08T14:12:53.9676008Z client_1 | at System.Threading.Tasks.AwaitTaskContinuation.RunOrScheduleAction(IAsyncStateMachineBox box, Boolean allowInlining) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs:line 795
2021-03-08T14:12:53.9677153Z
2021-03-08T14:12:53.9678281Z client_1 | at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 3231
2021-03-08T14:12:53.9679227Z
2021-03-08T14:12:53.9680218Z client_1 | at System.Threading.Tasks.Task`1.TrySetResult(TResult result) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Future.cs:line 400
2021-03-08T14:12:53.9680942Z
2021-03-08T14:12:53.9682069Z client_1 | at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetExistingTaskResult(Task`1 task, TResult result) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs:line 438
2021-03-08T14:12:53.9682995Z
2021-03-08T14:12:53.9683995Z client_1 | at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) in /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs:line 910
2021-03-08T14:12:53.9684879Z
2021-03-08T14:12:53.9685983Z client_1 | at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 188
2021-03-08T14:12:53.9686909Z
2021-03-08T14:12:53.9688069Z client_1 | at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs:line 324
2021-03-08T14:12:53.9689005Z
2021-03-08T14:12:53.9690152Z client_1 | at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.InvokeContinuation(Action`1 continuation, Object state, Boolean forceAsync, Boolean requiresExecutionContextFlow) in /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Tasks.cs:line 1131
2021-03-08T14:12:53.9691132Z
2021-03-08T14:12:53.9692548Z client_1 | at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs _) in /_/src/libraries/System.Net.Sockets/src/System/Net/Sockets/Socket.Tasks.cs:line 861
2021-03-08T14:12:53.9693672Z
2021-03-08T14:12:53.9695243Z client_1 | at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pNativeOverlapped) in /_/src/coreclr/System.Private.CoreLib/src/System/Threading/Overlapped.cs:line 62
2021-03-08T14:12:53.9696612Z
2021-03-08T14:12:53.9697180Z client_1 | --- End of stack trace from previous location ---
2021-03-08T14:12:53.9697487Z
2021-03-08T14:12:53.9698272Z client_1 |
2021-03-08T14:12:53.9698521Z
2021-03-08T14:12:53.9699331Z client_1 | --- End of inner exception stack trace ---
2021-03-08T14:12:53.9699958Z
2021-03-08T14:12:53.9701170Z client_1 | at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer) in /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.Implementation.cs:line 795
2021-03-08T14:12:53.9702628Z
2021-03-08T14:12:53.9703942Z client_1 | at System.Net.Http.Http2Connection.ProcessIncomingFramesAsync() in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 325
2021-03-08T14:12:53.9704710Z
2021-03-08T14:12:53.9705268Z client_1 | --- End of inner exception stack trace ---
2021-03-08T14:12:53.9705637Z
2021-03-08T14:12:53.9706447Z client_1 | at System.Net.Http.Http2Connection.ThrowRequestAborted(Exception innerException) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 2017
2021-03-08T14:12:53.9707067Z
2021-03-08T14:12:53.9707975Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.CheckResponseBodyState() in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 935
2021-03-08T14:12:53.9708739Z
2021-03-08T14:12:53.9709623Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.TryEnsureHeaders() in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 964
2021-03-08T14:12:53.9710316Z
2021-03-08T14:12:53.9711259Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.ReadResponseHeadersAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 1014
2021-03-08T14:12:53.9712189Z
2021-03-08T14:12:53.9713644Z client_1 | at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 1915
2021-03-08T14:12:53.9714868Z
2021-03-08T14:12:53.9715677Z client_1 | --- End of inner exception stack trace ---
2021-03-08T14:12:53.9716322Z
2021-03-08T14:12:53.9717738Z client_1 | at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 1915
2021-03-08T14:12:53.9718752Z
2021-03-08T14:12:53.9720084Z client_1 | at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 878
2021-03-08T14:12:53.9721160Z
2021-03-08T14:12:53.9722264Z client_1 | at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/RedirectHandler.cs:line 30
2021-03-08T14:12:53.9723239Z
2021-03-08T14:12:53.9724635Z client_1 | at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 548
2021-03-08T14:12:53.9725975Z
2021-03-08T14:12:53.9727079Z client_1 | at HttpStress.RequestContext.SendAsync(HttpRequestMessage request, HttpCompletionOption httpCompletion, Nullable`1 token) in C:\app\ClientOperations.cs:line 93
2021-03-08T14:12:53.9727971Z
2021-03-08T14:12:53.9728903Z client_1 | at HttpStress.ClientOperations.<>c.<<get_Operations>b__1_10>d.MoveNext() in C:\app\ClientOperations.cs:line 422
2021-03-08T14:12:53.9729635Z
2021-03-08T14:12:53.9730355Z client_1 | --- End of stack trace from previous location ---
2021-03-08T14:12:53.9730852Z
2021-03-08T14:12:53.9731800Z client_1 | at HttpStress.StressClient.<>c__DisplayClass17_0.<<StartCore>g__RunWorker|0>d.MoveNext() in C:\app\StressClient.cs:line 204
2021-03-08T14:12:53.9732544Z
2021-03-08T14:12:53.9733082Z client_1 |
2021-03-08T14:12:53.9733432Z
2021-03-08T14:12:53.9734371Z client_1 | 10: POST ExpectContinue Fail: 1 Timestamps: 14:11:38.5305210, Duration: 00:00:00.0193438, Cancelled: False
2021-03-08T14:12:53.9735127Z
2021-03-08T14:12:53.9735804Z client_1 | TOTAL Fail: 1
2021-03-08T14:12:53.9736292Z
2021-03-08T14:12:53.9736847Z client_1 |
2021-03-08T14:12:53.9737201Z
2021-03-08T14:12:53.9737798Z client_1 | Failure Type 2/3:
2021-03-08T14:12:53.9738216Z
2021-03-08T14:12:53.9739119Z client_1 | System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
2021-03-08T14:12:53.9739902Z
2021-03-08T14:12:53.9740633Z client_1 | ---> System.TimeoutException: The operation was canceled.
2021-03-08T14:12:53.9741160Z
2021-03-08T14:12:53.9741949Z client_1 | ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
2021-03-08T14:12:53.9742566Z
2021-03-08T14:12:53.9743753Z client_1 | at System.Net.Http.CancellationHelper.ThrowOperationCanceledException(Exception innerException, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/CancellationHelper.cs:line 33
2021-03-08T14:12:53.9744672Z
2021-03-08T14:12:53.9745721Z client_1 | at System.Net.Http.CancellationHelper.ThrowIfCancellationRequested(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/CancellationHelper.cs:line 41
2021-03-08T14:12:53.9746572Z
2021-03-08T14:12:53.9747630Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.WaitFor100ContinueAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 324
2021-03-08T14:12:53.9748465Z
2021-03-08T14:12:53.9749529Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.WaitFor100ContinueAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 324
2021-03-08T14:12:53.9750457Z
2021-03-08T14:12:53.9751491Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.SendRequestBodyAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 291
2021-03-08T14:12:53.9752338Z
2021-03-08T14:12:53.9753462Z client_1 | at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 1915
2021-03-08T14:12:53.9754384Z
2021-03-08T14:12:53.9755605Z client_1 | at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 878
2021-03-08T14:12:53.9756635Z
2021-03-08T14:12:53.9758131Z client_1 | at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/RedirectHandler.cs:line 30
2021-03-08T14:12:53.9759364Z
2021-03-08T14:12:53.9760951Z client_1 | at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 548
2021-03-08T14:12:53.9762135Z
2021-03-08T14:12:53.9762745Z client_1 | --- End of inner exception stack trace ---
2021-03-08T14:12:53.9763155Z
2021-03-08T14:12:53.9763779Z client_1 | --- End of inner exception stack trace ---
2021-03-08T14:12:53.9764191Z
2021-03-08T14:12:53.9765358Z client_1 | at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 603
2021-03-08T14:12:53.9766405Z
2021-03-08T14:12:53.9767691Z client_1 | at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 548
2021-03-08T14:12:53.9768778Z
2021-03-08T14:12:53.9769864Z client_1 | at HttpStress.RequestContext.SendAsync(HttpRequestMessage request, HttpCompletionOption httpCompletion, Nullable`1 token) in C:\app\ClientOperations.cs:line 93
2021-03-08T14:12:53.9770668Z
2021-03-08T14:12:53.9771507Z client_1 | at HttpStress.ClientOperations.<>c.<<get_Operations>b__1_10>d.MoveNext() in C:\app\ClientOperations.cs:line 422
2021-03-08T14:12:53.9772293Z
2021-03-08T14:12:53.9772899Z client_1 | --- End of stack trace from previous location ---
2021-03-08T14:12:53.9773455Z
2021-03-08T14:12:53.9774434Z client_1 | at HttpStress.StressClient.<>c__DisplayClass17_0.<<StartCore>g__RunWorker|0>d.MoveNext() in C:\app\StressClient.cs:line 204
2021-03-08T14:12:53.9775210Z
2021-03-08T14:12:53.9775722Z client_1 |
2021-03-08T14:12:53.9776131Z
2021-03-08T14:12:53.9777098Z client_1 | 10: POST ExpectContinue Fail: 1 Timestamps: 14:11:38.5246545, Duration: 00:00:00.0107600, Cancelled: False
2021-03-08T14:12:53.9781771Z client_1 | System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
2021-03-08T14:12:53.9782526Z
2021-03-08T14:12:53.9783332Z client_1 | ---> System.TimeoutException: A task was canceled.
2021-03-08T14:12:53.9783899Z
2021-03-08T14:12:53.9784655Z client_1 | ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
2021-03-08T14:12:53.9785232Z
2021-03-08T14:12:53.9786355Z client_1 | at System.Net.Http.Http2Connection.SendStreamDataAsync(Int32 streamId, ReadOnlyMemory`1 buffer, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 1463
2021-03-08T14:12:53.9787298Z
2021-03-08T14:12:53.9788349Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.SendDataAsync(ReadOnlyMemory`1 buffer, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 1257
2021-03-08T14:12:53.9789245Z
2021-03-08T14:12:53.9790298Z client_1 | at HttpStress.ClientOperations.ByteAtATimeNoLengthContent.SerializeToStreamAsync(Stream stream, TransportContext context) in C:\app\ClientOperations.cs:line 623
2021-03-08T14:12:53.9791318Z
2021-03-08T14:12:53.9792228Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.SendRequestBodyAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 291
2021-03-08T14:12:53.9792872Z
2021-03-08T14:12:53.9793851Z client_1 | at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 1915
2021-03-08T14:12:53.9794543Z
2021-03-08T14:12:53.9795593Z client_1 | at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 878
2021-03-08T14:12:53.9796365Z
2021-03-08T14:12:53.9797468Z client_1 | at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/RedirectHandler.cs:line 30
2021-03-08T14:12:53.9798394Z
2021-03-08T14:12:53.9799482Z client_1 | at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 548
2021-03-08T14:12:53.9800300Z
2021-03-08T14:12:53.9800973Z client_1 | --- End of inner exception stack trace ---
2021-03-08T14:12:53.9801341Z
2021-03-08T14:12:53.9802011Z client_1 | --- End of inner exception stack trace ---
2021-03-08T14:12:53.9802389Z
2021-03-08T14:12:53.9803360Z client_1 | at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 603
2021-03-08T14:12:53.9804182Z
2021-03-08T14:12:53.9805370Z client_1 | at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 548
2021-03-08T14:12:53.9806249Z
2021-03-08T14:12:53.9807218Z client_1 | at HttpStress.RequestContext.SendAsync(HttpRequestMessage request, HttpCompletionOption httpCompletion, Nullable`1 token) in C:\app\ClientOperations.cs:line 93
2021-03-08T14:12:53.9807876Z
2021-03-08T14:12:53.9808710Z client_1 | at HttpStress.ClientOperations.<>c.<<get_Operations>b__1_13>d.MoveNext() in C:\app\ClientOperations.cs:line 467
2021-03-08T14:12:53.9809247Z
2021-03-08T14:12:53.9809913Z client_1 | --- End of stack trace from previous location ---
2021-03-08T14:12:53.9810286Z
2021-03-08T14:12:53.9811139Z client_1 | at HttpStress.StressClient.<>c__DisplayClass17_0.<<StartCore>g__RunWorker|0>d.MoveNext() in C:\app\StressClient.cs:line 204
2021-03-08T14:12:53.9811692Z
2021-03-08T14:12:53.9812253Z client_1 |
2021-03-08T14:12:53.9812548Z
2021-03-08T14:12:53.9813479Z client_1 | 13: PUT Slow Fail: 1 Timestamps: 14:11:38.5234169, Duration: 00:00:00.0093956, Cancelled: False
2021-03-17T14:34:04.8908734Z client_1 | System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing.
2021-03-17T14:34:04.8910039Z client_1 | ---> System.TimeoutException: The operation was canceled.
2021-03-17T14:34:04.8918805Z client_1 | ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
2021-03-17T14:34:04.8919799Z client_1 | at System.Net.Http.CancellationHelper.ThrowOperationCanceledException(Exception innerException, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/CancellationHelper.cs:line 33
2021-03-17T14:34:04.8920941Z client_1 | at System.Net.Http.CancellationHelper.ThrowIfCancellationRequested(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/CancellationHelper.cs:line 41
2021-03-17T14:34:04.8921876Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.WaitFor100ContinueAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 324
2021-03-17T14:34:04.8922821Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.WaitFor100ContinueAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 324
2021-03-17T14:34:04.8923966Z client_1 | at System.Net.Http.Http2Connection.Http2Stream.SendRequestBodyAsync(CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs:line 291
2021-03-17T14:34:04.8924946Z client_1 | at System.Net.Http.Http2Connection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs:line 1915
2021-03-17T14:34:04.8926017Z client_1 | at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs:line 879
2021-03-17T14:34:04.8927274Z client_1 | at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/RedirectHandler.cs:line 30
2021-03-17T14:34:04.8928506Z client_1 | at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 548
2021-03-17T14:34:04.8929746Z client_1 | --- End of inner exception stack trace ---
2021-03-17T14:34:04.8930665Z client_1 | --- End of inner exception stack trace ---
2021-03-17T14:34:04.8931574Z client_1 | at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 603
2021-03-17T14:34:04.8932856Z client_1 | at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) in /_/src/libraries/System.Net.Http/src/System/Net/Http/HttpClient.cs:line 548
2021-03-17T14:34:04.8933947Z client_1 | at HttpStress.RequestContext.SendAsync(HttpRequestMessage request, HttpCompletionOption httpCompletion, Nullable`1 token) in /app/ClientOperations.cs:line 93
2021-03-17T14:34:04.8934701Z client_1 | at HttpStress.ClientOperations.<>c.<<get_Operations>b__1_10>d.MoveNext() in /app/ClientOperations.cs:line 422
2021-03-17T14:34:04.8935681Z client_1 | --- End of stack trace from previous location ---
2021-03-17T14:34:04.8936523Z client_1 | at HttpStress.StressClient.<>c__DisplayClass17_0.<<StartCore>g__RunWorker|0>d.MoveNext() in /app/StressClient.cs:line 204
2021-03-17T14:34:04.8937064Z client_1 |
2021-03-17T14:34:04.8937606Z client_1 | 10: POST ExpectContinue Fail: 1 Timestamps: 14:08:49.0783389, Duration: 00:00:00.0229240, Cancelled: False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment