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

Workaround EventSource counters race condition in networking tests #106294

Merged
merged 2 commits into from
Aug 13, 2024

Merge branch 'main' into http-eventsourcetestrace

f10d38e
Select commit
Loading
Failed to load commit list.
Merged

Workaround EventSource counters race condition in networking tests #106294

Merge branch 'main' into http-eventsourcetestrace
f10d38e
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Aug 13, 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 / ios-arm64 Release AllSubsets_Mono / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24408.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Runtime.Tests in job 6934e770-6499-478e-9840-b34730e8e8e6 has failed. [Failure log]

runtime / Build / Libraries Test Run release coreclr linux x64 Debug / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24408.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.IO.Tests in job 7efe43cf-82e8-4b42-9357-fbbf057d3db0 has failed. [Failure log]

Non-Deterministic Test Failures Detected

System.IO.Tests.WorkItemExecution [Console] [Details] [Artifacts] [3.21% 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 Configurations (2)

System.Numerics.Tensors.Tests.TensorTests.TensorExtensionsTwoSpanInFloatOut<Single> [Console] [Details] [Artifacts] [0.03% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Data Driven SubResults
    System.Numerics.Tensors.Tests.TensorTests.TensorExtensionsTwoSpanInFloatOut<Single>(tensorPrimitivesOperation: PerformCalculationTwoSpanInFloatOut`1 { Method = Single Dot(System.ReadOnlySpan`1[System.Single], System.ReadOnlySpan`1[System.Single]), Target = null }, tensorOperation: PerformTwoSpanInFloatOut`1 { Method = Single Dot[Single](System.Numerics.Tensors.ReadOnlyTensorSpan`1[System.Single] ByRef, System.Numerics.Tensors.ReadOnlyTensorSpan`1[System.Single] ByRef), Target = null })
    Exception Message
    Assert.All() Failure: 1 out of 12 items in the collection did not pass.
    [11]: Item:  [1, 2, 3, 4, 5, ···]
          Error: Assert.Equal() Failure: Values differ
                 Expected: -92300.2812
                 Actual:   -92300.2891
    Stack Trace
       at System.Numerics.Tensors.Tests.TensorTests.TensorExtensionsTwoSpanInFloatOut[T](PerformCalculationTwoSpanInFloatOut`1 tensorPrimitivesOperation, PerformTwoSpanInFloatOut`1 tensorOperation) in /_/src/libraries/System.Numerics.Tensors/tests/TensorTests.cs:line 219
       at InvokeStub_TensorTests.TensorExtensionsTwoSpanInFloatOut(Object, Span`1)
       at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 136
System.Runtime.Tests.WorkItemExecution [Console] [Details] [Artifacts] [15.65% 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

Was this helpful? Yes No