[release/10.0] Drop ApiDescription.Client package - #68248
[release/10.0] Drop ApiDescription.Client package#68248Youssef1313 with Copilot wants to merge 1 commit into
Build #20260806.15 had test failures
Details
- Failed: 6 (0.45%)
- Passed: 1,286 (96.98%)
- Other: 34 (2.56%)
- Total: 1,326
Annotations
azure-pipelines / aspnetcore-quarantined-pr
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.26403.103\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.26403.103\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/42100bb9-5663-4209-9f6f-c4db4320abea/workitems/Microsoft.AspNetCore.SignalR.Client.FunctionalTests--net10.0/console
azure-pipelines / aspnetcore-quarantined-pr
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.26403.103\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.26403.103\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.Server.Kestrel.Sockets.FunctionalTests.ResponseTests.HttpsConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/42100bb9-5663-4209-9f6f-c4db4320abea/workitems/Sockets.FunctionalTests--net10.0/console
azure-pipelines / aspnetcore-quarantined-pr
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.26403.103\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.26403.103\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DelegateTests.DelegateAfterReceiverRestart has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/c65287a9-a11b-4220-badc-9d843b783cba/workitems/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests--net10.0/console
azure-pipelines / aspnetcore-quarantined-pr
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.26403.103\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.26403.103\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.Server.HttpSys.ResponseBodyTests.ResponseBody_WriteContentLength_PassedThrough has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/c65287a9-a11b-4220-badc-9d843b783cba/workitems/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests--net10.0/console
azure-pipelines / aspnetcore-quarantined-pr
Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning
1 error(s) logged.
Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport - ErrorSendingMessage - Error while sending a message.
===================
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.WebSockets.ClientWebSocket'.
at System.Net.WebSockets.ClientWebSocket.get_ConnectedWebSocket()
at System.Net.WebSockets.ClientWebSocket.SendAsync(ReadOnlyMemory`1 buffer, WebSocketMessageType messageType, Boolean endOfMessage, CancellationToken cancellationToken)
at System.Net.WebSockets.WebSocketExtensions.SendAsync(WebSocket webSocket, ReadOnlySequence`1 buffer, WebSocketMessageType webSocketMessageType, CancellationToken cancellationToken) in /_/src/SignalR/common/Shared/WebSocketExtensions.cs:line 19
at Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport.StartSending(WebSocket socket, Boolean ignoreFirstCanceled) in /_/src/SignalR/clients/csharp/Http.Connections.Client/src/Internal/WebSocketsTransport.cs:line 562
===================
Raw output
at Microsoft.AspNetCore.SignalR.Tests.VerifyNoErrorsScope.Dispose() in D:\a\_work\1\s\src\Shared\SignalR\VerifyNoErrorScope.cs:line 47
at Microsoft.AspNetCore.SignalR.Tests.InProcessTestServer`1.DisposeAsync() in D:\a\_work\1\s\src\Shared\SignalR\InProcessTestServer.cs:line 161
at Microsoft.AspNetCore.SignalR.Tests.InProcessTestServer`1.DisposeAsync() in D:\a\_work\1\s\src\Shared\SignalR\InProcessTestServer.cs:line 168
at Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning() in /_/src/SignalR/clients/csharp/Client/test/FunctionalTests/HubConnectionTests.cs:line 2748
--- End of stack trace from previous location ---
azure-pipelines / aspnetcore-quarantined-pr
Microsoft.AspNetCore.Server.Kestrel.Sockets.FunctionalTests.ResponseTests.HttpsConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate
Test failed
azure-pipelines / aspnetcore-quarantined-pr
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DelegateTests.DelegateAfterReceiverRestart
System.Net.Http.HttpRequestException : Response status code does not indicate success: 500 (Internal Server Error).
Raw output
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DelegateTests.SendRequestAsync(String uri) in /_/src/Servers/HttpSys/test/FunctionalTests/DelegateTests.cs:line 365
at Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DelegateTests.DelegateAfterReceiverRestart() in /_/src/Servers/HttpSys/test/FunctionalTests/DelegateTests.cs:line 267
--- End of stack trace from previous location ---
azure-pipelines / aspnetcore-quarantined-pr
Microsoft.AspNetCore.Server.HttpSys.ResponseBodyTests.ResponseBody_WriteContentLength_PassedThrough
System.Net.Http.HttpRequestException : An error occurred while sending the request.
---- System.IO.IOException : Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
-------- System.Net.Sockets.SocketException : An existing connection was forcibly closed by the remote host.
Raw output
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.SocketsHttpHandler.<SendAsync>g__CreateHandlerAndSendAsync|115_0(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Microsoft.AspNetCore.Server.HttpSys.ResponseBodyTests.SendRequestAsync(String uri) in /_/src/Servers/HttpSys/test/FunctionalTests/ResponseBodyTests.cs:line 442
at Microsoft.AspNetCore.Server.HttpSys.ResponseBodyTests.ResponseBody_WriteContentLength_PassedThrough() in /_/src/Servers/HttpSys/test/FunctionalTests/ResponseBodyTests.cs:line 223
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
----- Inner Stack Trace -----