Fix IIS recycle regressions #59998
Fix IIS recycle regressions #59998
Build #20250204.15 had test failures
Details
- Failed: 5 (0.01%)
- Passed: 77,562 (98.62%)
- Other: 1,079 (1.37%)
- Total: 78,646
Annotations
azure-pipelines / aspnetcore-ci
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25080.7\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25080.7\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.Server.IIS.NewHandler.FunctionalTests.ShutdownTests.ConfigurationChangeCanBeIgnoredInProcess has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/b5e87628-45c5-4b7f-b298-4c0654a25499/workitems/IIS.NewHandler.FunctionalTests--net10.0/console
azure-pipelines / aspnetcore-ci
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25080.7\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25080.7\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.MultipleAppTests.RestartAppShouldNotAffectOtherApps has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/b5e87628-45c5-4b7f-b298-4c0654a25499/workitems/IISExpress.FunctionalTests--net10.0/console
azure-pipelines / aspnetcore-ci
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25080.7\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25080.7\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.ShutdownTests.ConfigurationChangeCanBeIgnoredInProcess has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/b5e87628-45c5-4b7f-b298-4c0654a25499/workitems/IISExpress.FunctionalTests--net10.0/console
azure-pipelines / aspnetcore-ci
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25080.7\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44
.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25080.7\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.Server.IIS.FunctionalTests.StartupTests.ServerAddressesIncludesBaseAddress has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/b5e87628-45c5-4b7f-b298-4c0654a25499/workitems/IIS.LongTests--net10.0/console
azure-pipelines / aspnetcore-ci
Microsoft.AspNetCore.Server.IIS.NewHandler.FunctionalTests.ShutdownTests.ConfigurationChangeCanBeIgnoredInProcess
Assert.Equal() Failure: Values differ
Expected: OK
Actual: ServiceUnavailable
Raw output
at Microsoft.AspNetCore.Server.IIS.NewHandler.FunctionalTests.ShutdownTests.ConfigurationChangeCanBeIgnoredInProcess() in /_/src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs:line 502
--- End of stack trace from previous location ---
azure-pipelines / aspnetcore-ci
Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.MultipleAppTests.RestartAppShouldNotAffectOtherApps
System.InvalidOperationException : Didn't get response that satisfies predicate after 10 retries
Raw output
at Microsoft.AspNetCore.Server.IIS.FunctionalTests.Helpers.RetryRequestAsync(HttpClient client, String uri, Func`2 predicate) in /_/src/Servers/IIS/IIS/test/Common.FunctionalTests/Infrastructure/Helpers.cs:line 125
at Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.MultipleAppTests.RestartAppShouldNotAffectOtherApps() in /_/src/Servers/IIS/IIS/test/Common.FunctionalTests/MultipleAppTests.cs:line 117
--- End of stack trace from previous location ---
azure-pipelines / aspnetcore-ci
Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.ShutdownTests.ConfigurationChangeCanBeIgnoredInProcess
Assert.Equal() Failure: Values differ
Expected: OK
Actual: ServiceUnavailable
Raw output
at Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.ShutdownTests.ConfigurationChangeCanBeIgnoredInProcess() in /_/src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs:line 502
--- End of stack trace from previous location ---
azure-pipelines / aspnetcore-ci
Microsoft.AspNetCore.Server.IIS.FunctionalTests.StartupTests.ServerAddressesIncludesBaseAddress
System.Runtime.InteropServices.COMException : The object identifier does not represent a valid object. (0x800710D8)
Raw output
at Microsoft.Web.Administration.Interop.IAppHostProperty.get_Value()
at Microsoft.Web.Administration.ConfigurationElement.GetPropertyValue(IAppHostProperty property)
at Microsoft.Web.Administration.Site.get_State()
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.DumpServerManagerConfig() in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 544
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.PreserveConfigFiles(String fileNamePrefix) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 532
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.RetryServerManagerAction(Action`1 action) in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 521
at Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISDeployer.Stop() in /_/src/Servers/IIS/IntegrationTesting.IIS/src/IISDeployer.cs:line 404
at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79