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

Look up trusted certs consistently on windows #56701

Merged
merged 7 commits into from
Jul 22, 2024

Call DisposeCertificates more consistently

307a5dc
Select commit
Loading
Failed to load commit list.
Merged

Look up trusted certs consistently on windows #56701

Call DisposeCertificates more consistently
307a5dc
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jul 22, 2024 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 (2 tests failed)

🔹 [All failing tests from aspnetcore-ci]

    InMemory.FunctionalTests--net9.0.WorkItemExecution [Console] [Details] [Artifacts] [0.34% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
    This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

    Failing Configuration

    Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests.KestrelMetricsTests.Http2Connection_ServerAbort_NoErrorType [Console] [Details] [Artifacts] [9.09% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Collection() Failure
    Collection: [CollectedMeasurement`1 { Tags = [...], Timestamp = 2024-07-22T21:20:11.0498062+00:00, Value = 0.063334199999999993 }]
    Error during comparison of item at index 0
    Inner exception: Connection has unexpected error.type value: System.AggregateException
    CallStack
       at Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests.KestrelMetricsTests.AssertDuration(CollectedMeasurement`1 measurement, String localAddress, Nullable`1 localPort, String networkTransport, String networkType, String httpVersion, String tlsProtocolVersion, String error) in /_/src/Servers/Kestrel/test/InMemory.FunctionalTests/KestrelMetricsTests.cs:line 956
       at Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests.KestrelMetricsTests.<>c.<Http2Connection_ServerAbort_NoErrorType>b__15_0(CollectedMeasurement`1 m) in /_/src/Servers/Kestrel/test/InMemory.FunctionalTests/KestrelMetricsTests.cs:line 810
       at Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests.KestrelMetricsTests.Http2Connection_ServerAbort_NoErrorType() in /_/src/Servers/Kestrel/test/InMemory.FunctionalTests/KestrelMetricsTests.cs:line 810
    --- End of stack trace from previous location ---

Was this helpful? Yes No