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

Fix IIS recycle regressions #59998

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

fixup

f7fbf14
Select commit
Loading
Failed to load commit list.
Open

Fix IIS recycle regressions #59998

fixup
f7fbf14
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Feb 5, 2025 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Test Failures (5 tests failed)

🔹 [All failing tests from aspnetcore-ci]

    Microsoft.AspNetCore.Server.IIS.FunctionalTests.StartupTests.IncludesAdditionalErrorPageTextOutOfProcessStartupFailure_CorrectString [Console] [Details] [Artifacts] [0.22% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: BadGateway
    Actual:   InternalServerError
    CallStack
       at Microsoft.AspNetCore.Server.IIS.FunctionalTests.StartupTests.IncludesAdditionalErrorPageTextOutOfProcessStartupFailure_CorrectString() in /_/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs:line 1094
    --- End of stack trace from previous location ---
    Microsoft.AspNetCore.Server.IIS.FunctionalTests.StartupTests.ServerAddressesIncludesBaseAddress [Console] [Details] [Artifacts] [0.22% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.Runtime.InteropServices.COMException : The object identifier does not represent a valid object. (0x800710D8)
    CallStack
       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
    Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.MultipleAppTests.RestartAppShouldNotAffectOtherApps [Console] [Details] [Artifacts] [100.00% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.InvalidOperationException : Didn't get response that satisfies predicate after 10 retries
    CallStack
       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 ---
    Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.ShutdownTests.ConfigurationChangeCanBeIgnoredInProcess [Console] [Details] [Artifacts] [0.22% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: OK
    Actual:   ServiceUnavailable
    CallStack
       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 ---
    Microsoft.AspNetCore.Server.IIS.NewHandler.FunctionalTests.ShutdownTests.ConfigurationChangeCanBeIgnoredInProcess [Console] [Details] [Artifacts] [0.22% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Equal() Failure: Values differ
    Expected: OK
    Actual:   ServiceUnavailable
    CallStack
       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 ---

Was this helpful? Yes No