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

[HTTP/2] Move away marking idle/non-idle from HttpConnectionPool #105876

Merged
merged 2 commits into from
Aug 2, 2024

Fix comment

bb3e057
Select commit
Loading
Failed to load commit list.
Merged

[HTTP/2] Move away marking idle/non-idle from HttpConnectionPool #105876

Fix comment
bb3e057
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Aug 2, 2024 in 0s

.NET Result Analysis

Details

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

All checks completed

[runtime]

[runtime-dev-innerloop]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

runtime / Build / windows-arm64 Release NativeAOT_Libraries / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet\sdk\9.0.100-preview.6.24328.19\NuGet.targets(174,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore) The feed 'dotnet-public [https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json]' lists package 'MicroBuild.Core.0.2.0' but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.

runtime / Build / browser-wasm linux Release LibraryTests_Smoke_AOT / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24379.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnV8-ST-System.Runtime.Tests in job dc6ff745-ca76-4f46-a398-42c2a6b4df0b has failed. [Failure log]

runtime / Build / tvos-arm64 Release AllSubsets_Mono / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24379.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Runtime.Tests in job 21db776e-4b86-417f-b12f-163b77663ee8 has failed. [Failure log]

Non-Deterministic Test Failures Detected

System.Runtime.Tests.WorkItemExecution [Console] [Details] [Artifacts] [11.85% 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

System.Tests.ArrayTests.Sort_Array_Array_Generic<Int64> [Console] [Details] [Artifacts] [0.00% 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

System.Tests.DecimalTests+BigIntegerAdd.Test [Console] [Details] [Artifacts] [0.06% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
Assert.Equal() Failure: 62672269073266715723 + 0.00000005300002943
Expected: 1.00000005300002943
Actual:   62672269073266715723.000000053
CallStack
   at System.Tests.DecimalTests.BigIntegerAdd.Test()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
## Build Rerun :heavy_check_mark: Build passed after 1 retries. ### (Attempt #1) [[link to build]](https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=764201)

runtime-dev-innerloop / Build / linux-x64 debug Libraries_AllConfigurations / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Child node "4" exited prematurely. Shutting down. Diagnostic information may be found in files in "/tmp/MSBuildTempcloudtest_azpcontainer/" and will be named MSBuild_*.failure.txt. This location can be changed by setting the MSBUILDDEBUGPATH environment variable to a different directory. /tmp/MSBuildTempcloudtest_azpcontainer/MSBuild_pid-789_fb56a7372e2b498998901f8445d18052.failure.txt: UNHANDLED EXCEPTIONS FROM PROCESS 789: ===================== 08/02/2024 14:11:05 Microsoft.Build.Framework.InternalErrorException: MSB0001: Internal MSBuild Error: must be valid at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(String message, Exception innerException, Object[] args) at Microsoft.Build.BackEnd.Logging.LoggingContext.LogBuildEvent(BuildEventArgs buildEvent) at Microsoft.Build.BackEnd.Components.RequestBuilder.AssemblyLoadsTracker.CurrentDomainOnAssemblyLoad(Object sender, AssemblyLoadEventArgs args) ===================

Was this helpful? Yes No