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

Flakey test POST_ServerAbort_ClientReceivesAbort #53294

Closed
mitchdenny opened this issue Jan 11, 2024 · 0 comments · Fixed by #57539
Closed

Flakey test POST_ServerAbort_ClientReceivesAbort #53294

mitchdenny opened this issue Jan 11, 2024 · 0 comments · Fixed by #57539
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions HTTP3 test-failure
Milestone

Comments

@mitchdenny
Copy link
Member

Failing Test(s)

Interop.FunctionalTests.Http3.Http3RequestTests.POST_ServerAbort_ClientReceivesAbort(protocol: Http3)

Added to retries.

Error Message

2024-01-10T15:00:03.1420865Z [xUnit.net 00:00:16.86]     Interop.FunctionalTests.Http3.Http3RequestTests.POST_ServerAbort_ClientReceivesAbort(protocol: Http3) [FAIL]
2024-01-10T15:00:03.1442725Z [xUnit.net 00:00:16.87]       System.InvalidOperationException : Operation is not valid due to the 

Stacktrace

2024-01-10T15:00:03.1420865Z [xUnit.net 00:00:16.86]     Interop.FunctionalTests.Http3.Http3RequestTests.POST_ServerAbort_ClientReceivesAbort(protocol: Http3) [FAIL]
2024-01-10T15:00:03.1442725Z [xUnit.net 00:00:16.87]       System.InvalidOperationException : Operation is not valid due to the current state of the object.
2024-01-10T15:00:03.1465035Z [xUnit.net 00:00:16.87]       Stack Trace:
2024-01-10T15:00:03.1488829Z [xUnit.net 00:00:16.87]            at System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetStatus(Int16 token)
2024-01-10T15:00:03.1510466Z [xUnit.net 00:00:16.87]            at System.Net.Quic.QuicStream.WriteAsync(ReadOnlyMemory`1 buffer, Boolean completeWrites, CancellationToken cancellationToken)
2024-01-10T15:00:03.1529923Z [xUnit.net 00:00:16.88]            at System.Net.Http.Http3RequestStream.FlushSendBufferAsync(Boolean endStream, CancellationToken cancellationToken)
2024-01-10T15:00:03.1572298Z [xUnit.net 00:00:16.88]         /_/src/Shared/TaskExtensions.cs(117,0): at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber)
2024-01-10T15:00:03.1609834Z [xUnit.net 00:00:16.88]         /_/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs(569,0): at Interop.FunctionalTests.Http3.Http3RequestTests.POST_ServerAbort_ClientReceivesAbort(HttpProtocols protocol)
2024-01-10T15:00:03.1646871Z [xUnit.net 00:00:16.89]         --- End of stack trace from previous location ---
2024-01-10T15:00:03.1745048Z [xUnit.net 00:00:16.89]       Output:
2024-01-10T15:00:03.1750854Z [xUnit.net 00:00:16.89]         | [0.003s] TestLifetime Information: Starting test POST_ServerAbort_ClientReceivesAbort-Http3 at 2024-01-10T15:00:02
2024-01-10T15:00:03.1758278Z [xUnit.net 00:00:16.89]         | [0.006s] Microsoft.Extensions.Hosting.Internal.Host Debug: Hosting starting
2024-01-10T15:00:03.1831713Z [xUnit.net 00:00:16.89]         | [0.020s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: QUIC listener starting with configured endpoint 127.0.0.1:0.
2024-01-10T15:00:03.1831790Z [xUnit.net 00:00:16.89]         | [0.021s] Microsoft.Hosting.Lifetime Information: Now listening on: https://127.0.0.1:45816
2024-01-10T15:00:03.2204164Z [xUnit.net 00:00:16.89]         | [0.021s] Microsoft.AspNetCore.Hosting.Diagnostics Debug: Loaded hosting startup assembly Interop.FunctionalTests
2024-01-10T15:00:03.2204265Z [xUnit.net 00:00:16.90]         | [0.021s] Microsoft.Hosting.Lifetime Information: Application started. Press Ctrl+C to shut down.
2024-01-10T15:00:03.2204295Z [xUnit.net 00:00:16.90]         | [0.021s] Microsoft.Hosting.Lifetime Information: Hosting environment: Production
2024-01-10T15:00:03.2204327Z [xUnit.net 00:00:16.90]         | [0.021s] Microsoft.Hosting.Lifetime Information: Content root path: /datadisks/disk1/work/A6E60946/w/B45209E0/e/
2024-01-10T15:00:03.2204357Z [xUnit.net 00:00:16.90]         | [0.021s] Microsoft.Extensions.Hosting.Internal.Host Debug: Hosting started
2024-01-10T15:00:03.2204387Z [xUnit.net 00:00:16.90]         | [0.043s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Connection id "0HN0HTJ94EJPM" accepted.
2024-01-10T15:00:03.2204418Z [xUnit.net 00:00:16.90]         | [0.043s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Connection id "0HN0HTJ94EJPM" accepted.
2024-01-10T15:00:04.4175545Z [xUnit.net 00:00:16.90]         | [0.043s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Connection id "0HN0HTJ94EJPM" started.
2024-01-10T15:00:04.4175697Z [xUnit.net 00:00:16.90]         | [0.044s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HN0HTJ94EJPM:00000003" type Unidirectional connected.
2024-01-10T15:00:04.4175728Z [xUnit.net 00:00:16.90]         | [0.044s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HN0HTJ94EJPM:00000002" type Unidirectional accepted.
2024-01-10T15:00:04.4175757Z [xUnit.net 00:00:16.90]         | [0.044s] Microsoft.AspNetCore.Server.Kestrel.Http3 Trace: Connection id "0HN0HTJ94EJPM" received SETTINGS frame for stream ID 2 with length 5.
2024-01-10T15:00:04.4175783Z [xUnit.net 00:00:16.90]         | [0.050s] Interop.FunctionalTests.Http3.Http3RequestTests Information: Client sending request headers
2024-01-10T15:00:04.4175976Z [xUnit.net 00:00:16.90]         | [0.051s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HN0HTJ94EJPM:00000000" type Bidirectional accepted.
2024-01-10T15:00:04.4176144Z [xUnit.net 00:00:16.90]         | [0.051s] Microsoft.AspNetCore.Server.Kestrel.Http3 Trace: Connection id "0HN0HTJ94EJPM" received HEADERS frame for stream ID 0 with length 22.
2024-01-10T15:00:04.4176187Z [xUnit.net 00:00:16.90]         | [0.051s] Microsoft.AspNetCore.Hosting.Diagnostics Information: Request starting HTTP/3 POST https://127.0.0.1:45816/ - - -
2024-01-10T15:00:04.4176219Z [xUnit.net 00:00:16.90]         | [0.052s] Microsoft.AspNetCore.Server.Kestrel.Http3 Debug: Trace id "0HN0HTJ94EJPM:00000000": HTTP/3 stream error "H3_INTERNAL_ERROR". An abort is being sent to the stream.
2024-01-10T15:00:04.4176250Z [xUnit.net 00:00:16.90]         | Microsoft.AspNetCore.Connections.ConnectionAbortedException: The connection was aborted by the application.
2024-01-10T15:00:04.4176283Z [xUnit.net 00:00:16.90]         | [0.052s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HN0HTJ94EJPM:00000000" aborted by application with error code 258 because: "The connection was aborted by the application.".
2024-01-10T15:00:04.4176520Z [xUnit.net 00:00:16.90]         | [0.053s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HN0HTJ94EJPM:00000000" shutting down writes because: "The connection was aborted by the application.".
2024-01-10T15:00:04.4176563Z [xUnit.net 00:00:16.90]         | [0.058s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: QUIC listener aborted.
2024-01-10T15:00:04.4176591Z [xUnit.net 00:00:16.90]         | System.ObjectDisposedException: Cannot access a disposed object.
2024-01-10T15:00:04.4176617Z [xUnit.net 00:00:16.90]         | Object name: 'System.Net.Quic.QuicListener'.
2024-01-10T15:00:04.4176646Z [xUnit.net 00:00:16.90]         |    at System.Net.Quic.QuicListener.DisposeAsync()
2024-01-10T15:00:04.4176676Z [xUnit.net 00:00:16.90]         |    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
2024-01-10T15:00:04.4176706Z [xUnit.net 00:00:16.90]         |    at System.Net.Quic.QuicListener.DisposeAsync()
2024-01-10T15:00:04.4176735Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Internal.QuicConnectionListener.DisposeAsync() in /_/src/Servers/Kestrel/Transport.Quic/src/Internal/QuicConnectionListener.cs:line 211
2024-01-10T15:00:04.4176906Z [xUnit.net 00:00:16.90]         |    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
2024-01-10T15:00:04.4177010Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Internal.QuicConnectionListener.DisposeAsync()
2024-01-10T15:00:04.4177045Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Internal.QuicConnectionListener.UnbindAsync(CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Transport.Quic/src/Internal/QuicConnectionListener.cs:line 200
2024-01-10T15:00:04.4177103Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.GenericMultiplexedConnectionListener.UnbindAsync(CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Core/src/Internal/Infrastructure/TransportManager.cs:line 233
2024-01-10T15:00:04.4177160Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.ActiveTransport.UnbindAsync(CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Core/src/Internal/Infrastructure/TransportManager.cs:line 187
2024-01-10T15:00:04.4177261Z [xUnit.net 00:00:16.90]         |    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
2024-01-10T15:00:04.4177291Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.ActiveTransport.UnbindAsync(CancellationToken cancellationToken)
2024-01-10T15:00:04.4382584Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.StopTransportsAsync(List`1 transportsToStop, CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Core/src/Internal/Infrastructure/TransportManager.cs:line 131
2024-01-10T15:00:04.4382696Z [xUnit.net 00:00:16.90]         |    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
2024-01-10T15:00:04.4382728Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.StopTransportsAsync(List`1 transportsToStop, CancellationToken cancellationToken)
2024-01-10T15:00:04.4382761Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.StopAsync(CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Core/src/Internal/Infrastructure/TransportManager.cs:line 122
2024-01-10T15:00:04.4383025Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StopAsync(CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Core/src/Internal/KestrelServerImpl.cs:line 259
2024-01-10T15:00:04.4383130Z [xUnit.net 00:00:16.90]         |    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
2024-01-10T15:00:04.4383158Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StopAsync(CancellationToken cancellationToken)
2024-01-10T15:00:04.4383186Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.Dispose() in /_/src/Servers/Kestrel/Core/src/Internal/KestrelServerImpl.cs:line 283
2024-01-10T15:00:04.4383218Z [xUnit.net 00:00:16.90]         |    at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.DisposeAsync()
2024-01-10T15:00:04.4383248Z [xUnit.net 00:00:16.90]         |    at Microsoft.Extensions.DependencyInjection.ServiceProvider.DisposeAsync()
2024-01-10T15:00:04.4383279Z [xUnit.net 00:00:16.90]         |    at Microsoft.Extensions.Hosting.Internal.Host.<DisposeAsync>g__DisposeAsync|21_0(Object o)
2024-01-10T15:00:04.4383363Z [xUnit.net 00:00:16.90]         |    at Microsoft.Extensions.Hosting.Internal.Host.DisposeAsync()
2024-01-10T15:00:04.4383400Z [xUnit.net 00:00:16.90]         |    at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
2024-01-10T15:00:04.4383427Z [xUnit.net 00:00:16.90]         |    at Microsoft.Extensions.Hosting.Internal.Host.DisposeAsync()
2024-01-10T15:00:04.4383454Z [xUnit.net 00:00:16.90]         |    at Microsoft.Extensions.Hosting.Internal.Host.Dispose()
2024-01-10T15:00:04.4574957Z [xUnit.net 00:00:16.90]         |    at Interop.FunctionalTests.Http3.Http3RequestTests.POST_ServerAbort_ClientReceivesAbort(HttpProtocols protocol) in /_/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs:line 569
2024-01-10T15:00:04.4575131Z [xUnit.net 00:00:16.90]         |    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)
2024-01-10T15:00:04.4575163Z [xUnit.net 00:00:16.90]         |    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
2024-01-10T15:00:04.4575191Z [xUnit.net 00:00:16.90]         |    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread)
2024-01-10T15:00:04.4596050Z [xUnit.net 00:00:16.90]         |    at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext()
2024-01-10T15:00:04.4596120Z [xUnit.net 00:00:16.90]         |    at Xunit.Sdk.AsyncTestSyncContext.<>c__DisplayClass7_0.<Post>b__0() in /_/src/xunit.execution/Sdk/AsyncTestSyncContext.cs:line 58
2024-01-10T15:00:04.4596213Z [xUnit.net 00:00:16.90]         |    at Xunit.Sdk.XunitWorkerThread.<>c.<QueueUserWorkItem>b__5_0(Object _) in /_/src/common/XunitWorkerThread.cs:line 37
2024-01-10T15:00:04.4596245Z [xUnit.net 00:00:16.90]         |    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
2024-01-10T15:00:04.4596275Z [xUnit.net 00:00:16.90]         |    at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
2024-01-10T15:00:04.4872700Z [xUnit.net 00:00:16.90]         | --- End of stack trace from previous location ---
2024-01-10T15:00:04.4872854Z [xUnit.net 00:00:16.90]         |    at System.Net.Quic.QuicListener.AcceptConnectionAsync(CancellationToken cancellationToken)
2024-01-10T15:00:04.4872890Z [xUnit.net 00:00:16.90]         |    at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Internal.QuicConnectionListener.AcceptAsync(IFeatureCollection features, CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Transport.Quic/src/Internal/QuicConnectionListener.cs:line 157
2024-01-10T15:00:04.4872950Z [xUnit.net 00:00:16.90]         | [0.059s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Some connections failed to close gracefully during server shutdown.
2024-01-10T15:00:04.4872981Z [xUnit.net 00:00:16.90]         | [0.059s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Connection id "0HN0HTJ94EJPM" aborted by application with error code 0 because: "The connection was aborted because the server is shutting down and request processing didn't complete within the time specified by HostOptions.ShutdownTimeout.".
2024-01-10T15:00:04.4873116Z [xUnit.net 00:00:16.90]         | [0.059s] Microsoft.AspNetCore.Server.Kestrel.BadRequests Debug: Connection id "0HN0HTJ94EJPM" request processing ended abnormally.
2024-01-10T15:00:04.4873147Z [xUnit.net 00:00:16.90]         | Microsoft.AspNetCore.Connections.ConnectionAbortedException: The connection was aborted because the server is shutting down and request processing didn't complete within the time specified by HostOptions.ShutdownTimeout.
2024-01-10T15:00:04.4873205Z [xUnit.net 00:00:16.91]         |    at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Internal.QuicConnectionContext.AcceptAsync(CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Transport.Quic/src/Internal/QuicConnectionContext.cs:line 182
2024-01-10T15:00:04.4873263Z [xUnit.net 00:00:16.91]         |    at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
2024-01-10T15:00:04.4873327Z [xUnit.net 00:00:16.91]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http3.Http3Connection.ProcessRequestsAsync[TContext](IHttpApplication`1 application) in /_/src/Servers/Kestrel/Core/src/Internal/Http3/Http3Connection.cs:line 356
2024-01-10T15:00:04.5035834Z [xUnit.net 00:00:16.91]         | [0.060s] Microsoft.AspNetCore.Server.Kestrel.Http3 Debug: Connection id "0HN0HTJ94EJPM": GOAWAY stream ID 4.
2024-01-10T15:00:04.5035906Z [xUnit.net 00:00:16.91]         | [0.060s] Microsoft.AspNetCore.Server.Kestrel.Http3 Trace: Connection id "0HN0HTJ94EJPM" sending GOAWAY frame for stream ID 3 with length 1.
2024-01-10T15:00:04.5035937Z [xUnit.net 00:00:16.91]         | [0.060s] Microsoft.AspNetCore.Server.Kestrel.Http3 Debug: Trace id "0HN0HTJ94EJPM:00000002": HTTP/3 stream error "-1". An abort is being sent to the stream.
2024-01-10T15:00:04.5035970Z [xUnit.net 00:00:16.93]         | Microsoft.AspNetCore.Connections.ConnectionAbortedException: The connection was aborted because the server is shutting down and request processing didn't complete within the time specified by HostOptions.ShutdownTimeout.
2024-01-10T15:00:04.5036026Z [xUnit.net 00:00:16.93]         |    at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Internal.QuicConnectionContext.AcceptAsync(CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Transport.Quic/src/Internal/QuicConnectionContext.cs:line 182
2024-01-10T15:00:04.5036287Z [xUnit.net 00:00:16.93]         |    at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
2024-01-10T15:00:04.5036325Z [xUnit.net 00:00:16.93]         |    at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http3.Http3Connection.ProcessRequestsAsync[TContext](IHttpApplication`1 application) in /_/src/Servers/Kestrel/Core/src/Internal/Http3/Http3Connection.cs:line 356
2024-01-10T15:00:04.5036459Z [xUnit.net 00:00:16.93]         | [0.060s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HN0HTJ94EJPM:00000002" aborted by application with error code -1 because: "The connection was aborted because the server is shutting down and request processing didn't complete within the time specified by HostOptions.ShutdownTimeout.".
2024-01-10T15:00:04.5036514Z [xUnit.net 00:00:16.93]         | [0.061s] Microsoft.AspNetCore.Server.Kestrel.Transport.Quic Debug: Stream id "0HN0HTJ94EJPM:00000003" shutting down writes because: "Operation aborted.".
2024-01-10T15:00:04.5036599Z [xUnit.net 00:00:16.93]         | [1.061s] Microsoft.AspNetCore.Server.Kestrel.Connections Debug: Some connections failed to abort during server shutdown.
2024-01-10T15:00:04.5036636Z [xUnit.net 00:00:16.93]         | [1.063s] Interop.FunctionalTests.Http3.Http3RequestTests Error: Test threw an exception.
2024-01-10T15:00:04.5036668Z [xUnit.net 00:00:16.93]         | System.InvalidOperationException: Operation is not valid due to the current state of the object.
2024-01-10T15:00:04.5036698Z [xUnit.net 00:00:16.93]         |    at System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetStatus(Int16 token)
2024-01-10T15:00:04.5360571Z [xUnit.net 00:00:16.93]         |    at System.Net.Quic.QuicStream.WriteAsync(ReadOnlyMemory`1 buffer, Boolean completeWrites, CancellationToken cancellationToken)
2024-01-10T15:00:04.5360642Z [xUnit.net 00:00:16.93]         |    at System.Net.Http.Http3RequestStream.FlushSendBufferAsync(Boolean endStream, CancellationToken cancellationToken)
2024-01-10T15:00:04.5360751Z [xUnit.net 00:00:16.93]         |    at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 117
2024-01-10T15:00:04.5360787Z [xUnit.net 00:00:16.93]         |    at Interop.FunctionalTests.Http3.Http3RequestTests.POST_ServerAbort_ClientReceivesAbort(HttpProtocols protocol) in /_/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs:line 569
2024-01-10T15:00:04.5360838Z [xUnit.net 00:00:16.93]         |    at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_0.<<InvokeTestMethodAsync>b__1>d.MoveNext() in /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:line 264
2024-01-10T15:00:04.5360915Z [xUnit.net 00:00:16.93]         | --- End of stack trace from previous location ---
2024-01-10T15:00:04.5360941Z [xUnit.net 00:00:16.93]         |    at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in /_/src/xunit.execution/Sdk/Frameworks/ExecutionTimer.cs:line 48
2024-01-10T15:00:04.5360969Z [xUnit.net 00:00:16.93]         |    at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in /_/src/xunit.core/Sdk/ExceptionAggregator.cs:line 90
2024-01-10T15:00:04.5398574Z [xUnit.net 00:00:16.93]         | [1.064s] TestLifetime Information: Finished test POST_ServerAbort_ClientReceivesAbort-Http3 in 1.0614799s

Logs

See above

Build

https://dev.azure.com/dnceng-public/public/_build/results?buildId=521870&view=results&j=efda9e5f-cf98-536e-4181-9b6c13ac35b3

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label Jan 11, 2024
@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 6, 2024
@wtgodbe wtgodbe removed the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 6, 2024
@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 6, 2024
@wtgodbe wtgodbe removed the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 13, 2024
@dotnet dotnet deleted a comment from dotnet-policy-service bot Feb 13, 2024
@dotnet dotnet deleted a comment from dotnet-policy-service bot Feb 13, 2024
@amcasey amcasey added this to the Test failures milestone Feb 14, 2024
@amcasey amcasey added the HTTP3 label Aug 21, 2024
radical added a commit to radical/aspnetcore that referenced this issue Aug 26, 2024
radical added a commit that referenced this issue Aug 27, 2024
* Remove `CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser` from retry list.

#55954

* Remove `POST_ServerAbort_ClientReceivesAbort` from retry list.

#53294
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions HTTP3 test-failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants