Skip to content

add n-way merge for async enumerable #4437

add n-way merge for async enumerable

add n-way merge for async enumerable #4437

Triggered via pull request January 16, 2025 07:24
Status Failure
Total duration 4m 11s
Artifacts 2

ubuntu.yml

on: pull_request
Matrix: build_ubuntu
Fit to window
Zoom out
Zoom in

Annotations

1 error and 23 warnings
build_ubuntu (9.0.x)
Process completed with exit code 1.
build_ubuntu (9.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_ubuntu (9.0.x)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build_ubuntu (9.0.x)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build_ubuntu (9.0.x): test/Microsoft.Azure.SignalR.Tests/AckHandlerTest.cs#L17
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build_ubuntu (9.0.x): test/Microsoft.Azure.SignalR.Tests/AckHandlerTest.cs#L29
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build_ubuntu (9.0.x): test/Microsoft.Azure.SignalR.Tests/AckHandlerTest.cs#L68
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build_ubuntu (9.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceMessageTests.cs#L62
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build_ubuntu (9.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceMessageTests.cs#L99
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build_ubuntu (9.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceMessageTests.cs#L62
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build_ubuntu (9.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceMessageTests.cs#L99
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build_ubuntu (9.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceMessageTests.cs#L181
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build_ubuntu (8.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_ubuntu (8.0.x)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build_ubuntu (8.0.x)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build_ubuntu (8.0.x): test/Microsoft.Azure.SignalR.Tests/AckHandlerTest.cs#L29
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build_ubuntu (8.0.x): test/Microsoft.Azure.SignalR.Tests/AckHandlerTest.cs#L17
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build_ubuntu (8.0.x): test/Microsoft.Azure.SignalR.Tests/AckHandlerTest.cs#L68
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build_ubuntu (8.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceLifetimeManagerFactsForNet70.cs#L25
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build_ubuntu (8.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceLifetimeManagerFacts.cs#L65
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build_ubuntu (8.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceLifetimeManagerFactsForNet70.cs#L61
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build_ubuntu (8.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceLifetimeManagerFacts.cs#L86
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build_ubuntu (8.0.x): test/Microsoft.Azure.SignalR.Tests/ServiceMessageTests.cs#L62
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dotnet-results-8.0.x", "dotnet-results-9.0.x". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
dotnet-results-8.0.x
2.55 MB
dotnet-results-9.0.x
21.3 KB