Skip to content

Quarantine ClientCertificate_Required_NotSent_AcceptedViaCallback #42389

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

Closed
BrennanConroy opened this issue Jun 23, 2022 · 1 comment · Fixed by #43536
Closed

Quarantine ClientCertificate_Required_NotSent_AcceptedViaCallback #42389

BrennanConroy opened this issue Jun 23, 2022 · 1 comment · Fixed by #43536
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions test-failure test-fixed
Milestone

Comments

@BrennanConroy
Copy link
Member

Failing Test(s)

  • Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionListenerTests.ClientCertificate_Required_NotSent_AcceptedViaCallback

Error Message

Microsoft.Quic.MsQuicException : Connection has been shutdown by transport: QUIC_STATUS_CONNECTION_REFUSED

Stacktrace

   at System.Net.Quic.Implementations.MsQuic.MsQuicConnection.HandleEventShutdownInitiatedByTransport(State state, QUIC_CONNECTION_EVENT& connectionEvent)
   at System.Net.Quic.Implementations.MsQuic.MsQuicConnection.NativeCallback(QUIC_HANDLE* connection, Void* context, QUIC_CONNECTION_EVENT* connectionEvent)
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Testing.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 117
   at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionListenerTests.ClientCertificate_Required_NotSent_AcceptedViaCallback() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionListenerTests.cs:line 112
   at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionListenerTests.ClientCertificate_Required_NotSent_AcceptedViaCallback() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionListenerTests.cs:line 113
--- End of stack trace from previous location ---

Logs

[0.004s] [TestLifetime] [Information] Starting test ClientCertificate_Required_NotSent_AcceptedViaCallback at 2022-06-23T01:10:50
[0.025s] [Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionListenerTests] [Error] Test threw an exception.
Microsoft.Quic.MsQuicException: Connection has been shutdown by transport: QUIC_STATUS_CONNECTION_REFUSED
   at System.Net.Quic.Implementations.MsQuic.MsQuicConnection.HandleEventShutdownInitiatedByTransport(State state, QUIC_CONNECTION_EVENT& connectionEvent)
   at System.Net.Quic.Implementations.MsQuic.MsQuicConnection.NativeCallback(QUIC_HANDLE* connection, Void* context, QUIC_CONNECTION_EVENT* connectionEvent)
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Testing.TaskExtensions.TimeoutAfter(Task task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 117
   at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionListenerTests.ClientCertificate_Required_NotSent_AcceptedViaCallback() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionListenerTests.cs:line 112
   at Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests.QuicConnectionListenerTests.ClientCertificate_Required_NotSent_AcceptedViaCallback() in /_/src/Servers/Kestrel/Transport.Quic/test/QuicConnectionListenerTests.cs:line 113
   at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_1.<<InvokeTestMethodAsync>b__1>d.MoveNext() in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\Runners\TestInvoker.cs:line 264
--- End of stack trace from previous location ---
   at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction) in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\ExecutionTimer.cs:line 48
   at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code) in C:\Dev\xunit\xunit\src\xunit.core\Sdk\ExceptionAggregator.cs:line 90
[0.044s] [TestLifetime] [Information] Finished test ClientCertificate_Required_NotSent_AcceptedViaCallback in 0.036089s

Build

https://dev.azure.com/dnceng/public/_build/results?buildId=1840428&view=ms.vss-test-web.build-test-results-tab&runId=48600542&paneView=debug&resultId=108693

@Tratcher
Copy link
Member

Possibly related: dotnet/runtime#55979

@Tratcher Tratcher removed their assignment Aug 9, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 2, 2022
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Aug 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions test-failure test-fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants