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

[release/9.0-preview2] Update dependencies from dotnet/efcore, dotnet/runtime #54236

Fix ThreadingAppTest failures

85933a5
Select commit
Loading
Failed to load commit list.
Merged

[release/9.0-preview2] Update dependencies from dotnet/efcore, dotnet/runtime #54236

Fix ThreadingAppTest failures
85933a5
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci failed Feb 28, 2024 in 1h 40m 32s

Build #20240228.18 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 100,384 (98.13%)
  • Other: 1,914 (1.87%)
  • Total: 102,299

Annotations

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24062.5\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24062.5\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24062.5\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.Server.IIS.NewShim.FunctionalTests.ShutdownTests.AppOfflineDroppedWhileSiteFailedToStartInRequestHandler_SiteStops_InProcess has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/754b1ef1-8f72-4ac5-91b0-c7b64586b186/workitems/IIS.NewShim.FunctionalTests--net9.0/console

Check failure on line 1 in Microsoft.AspNetCore.Server.IIS.NewShim.FunctionalTests.ShutdownTests.AppOfflineDroppedWhileSiteFailedToStartInRequestHandler_SiteStops_InProcess

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.Server.IIS.NewShim.FunctionalTests.ShutdownTests.AppOfflineDroppedWhileSiteFailedToStartInRequestHandler_SiteStops_InProcess

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 Microsoft.AspNetCore.Server.IntegrationTesting.IIS.LoggingHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/LoggingHandler.cs:line 26
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   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.IIS.NewShim.FunctionalTests.ShutdownTests.AppOfflineDroppedWhileSiteFailedToStartInRequestHandler_SiteStops_InProcess() in /_/src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs:line 181
--- 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 -----