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

[browser][MT] WebSocket thread affinity & server initiated close #96618

Merged
merged 12 commits into from
Jan 16, 2024

fix

b9659a5
Select commit
Loading
Failed to load commit list.
Merged

[browser][MT] WebSocket thread affinity & server initiated close #96618

fix
b9659a5
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime-wasm cancelled Jan 16, 2024 in 1h 47m 3s

Build #20240116.2 had test failures

Details

Tests

  • Failed: 3 (0.00%)
  • Passed: 921,670 (96.61%)
  • Other: 32,296 (3.39%)
  • Total: 953,969

Annotations

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23607.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-wasm

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23607.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23607.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnBrowser-System.Threading.Tasks.Parallel.Tests in job 25575a30-1acd-4a43-853b-1a644062a59e has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/25575a30-1acd-4a43-853b-1a644062a59e/workitems/WasmTestOnBrowser-System.Threading.Tasks.Parallel.Tests/console

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23607.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-wasm

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23607.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.23607.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item chrome-DebuggerTests.BreakpointTests in job 30fc3d9b-1c93-4518-8afa-e35172c5a6bd has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/30fc3d9b-1c93-4518-8afa-e35172c5a6bd/workitems/chrome-DebuggerTests.BreakpointTests/console

Check failure on line 1 in chrome-DebuggerTests.BreakpointTests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-wasm

chrome-DebuggerTests.BreakpointTests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in System.Threading.Tasks.Tests.ParallelForTests.TaskIDFromExternalContextTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-wasm

System.Threading.Tasks.Tests.ParallelForTests.TaskIDFromExternalContextTest

Task within Parallel.For must have non-negative Id
Raw output
   at System.Threading.Tasks.Tests.ParallelForTests.<>c.<TaskIDFromExternalContextTest>b__20_1(Int32 i)
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2[[System.Object, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
   at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2[[System.Object, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Int32, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].<ForWorker>b__1(RangeWorker& currentWorker, Int64 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
   at System.Threading.Tasks.TaskReplicator.Run[RangeWorker](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
   at System.Threading.Tasks.Parallel.ForWorker[Object,Int32](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
   at System.Threading.Tasks.Tests.ParallelForTests.TaskIDFromExternalContextTest()
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in WasmTestOnBrowser-System.Threading.Tasks.Parallel.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-wasm

WasmTestOnBrowser-System.Threading.Tasks.Parallel.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.