Skip to content

Bump xunit from 2.5.0 to 2.6.4 #3309

Bump xunit from 2.5.0 to 2.6.4

Bump xunit from 2.5.0 to 2.6.4 #3309

Triggered via pull request December 25, 2023 09:49
Status Failure
Total duration 1m 26s
Artifacts

test.yml

on: pull_request
unit-tests-and-codecov
58s
unit-tests-and-codecov
workflow-executor-integration-tests
1m 16s
workflow-executor-integration-tests
task-manager-integration-tests
1m 16s
task-manager-integration-tests
sonarscanner
0s
sonarscanner
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 32 warnings
unit-tests-and-codecov: tests/UnitTests/Storage.Tests/Services/DicomServiceTests.cs#L55
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting). (https://xunit.net/xunit.analyzers/rules/xUnit2021)
unit-tests-and-codecov: tests/UnitTests/Storage.Tests/Services/DicomServiceTests.cs#L55
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting). (https://xunit.net/xunit.analyzers/rules/xUnit2021)
unit-tests-and-codecov
Process completed with exit code 1.
workflow-executor-integration-tests: tests/UnitTests/Storage.Tests/Services/DicomServiceTests.cs#L55
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting). (https://xunit.net/xunit.analyzers/rules/xUnit2021)
task-manager-integration-tests
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/monai-deploy-workflow-manager/monai-deploy-workflow-manager/./tests/IntegrationTests/TaskManager.IntegrationTests/bin/Debug/net6.0'. No such file or directory
workflow-executor-integration-tests: tests/UnitTests/Storage.Tests/Services/DicomServiceTests.cs#L55
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting). (https://xunit.net/xunit.analyzers/rules/xUnit2021)
workflow-executor-integration-tests
Process completed with exit code 1.
workflow-executor-integration-tests
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/monai-deploy-workflow-manager/monai-deploy-workflow-manager/./tests/IntegrationTests/WorkflowExecutor.IntegrationTests/bin/Debug/net6.0'. No such file or directory
task-manager-integration-tests: tests/UnitTests/Storage.Tests/Services/DicomServiceTests.cs#L55
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting). (https://xunit.net/xunit.analyzers/rules/xUnit2021)
task-manager-integration-tests: tests/UnitTests/Storage.Tests/Services/DicomServiceTests.cs#L55
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting). (https://xunit.net/xunit.analyzers/rules/xUnit2021)
task-manager-integration-tests
Process completed with exit code 1.
unit-tests-and-codecov: src/WorkflowManager/Logging/Log.200000.Workflow.cs#L112
Multiple logging methods are using event id 200018 in class Log
unit-tests-and-codecov: tests/UnitTests/TaskManager.Argo.Tests/ArgoProviderTest.cs#L72
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
unit-tests-and-codecov: tests/UnitTests/TaskManager.Argo.Tests/ArgoPluginTest.cs#L106
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
unit-tests-and-codecov: tests/UnitTests/TaskManager.Argo.Tests/ArgoPluginTest.cs#L123
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
unit-tests-and-codecov: tests/UnitTests/TaskManager.Argo.Tests/ArgoPluginTest.cs#L150
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
unit-tests-and-codecov: tests/UnitTests/TaskManager.Argo.Tests/ArgoPluginTest.cs#L167
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
unit-tests-and-codecov: tests/UnitTests/TaskManager.Argo.Tests/ArgoPluginTest.cs#L190
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
unit-tests-and-codecov: tests/UnitTests/TaskManager.Argo.Tests/ArgoPluginTest.cs#L207
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
unit-tests-and-codecov: tests/UnitTests/TaskManager.Argo.Tests/ArgoPluginTest.cs#L235
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
unit-tests-and-codecov: tests/UnitTests/TaskManager.Argo.Tests/ArgoPluginTest.cs#L252
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
workflow-executor-integration-tests: src/WorkflowManager/Logging/Log.200000.Workflow.cs#L112
Multiple logging methods are using event id 200018 in class Log
workflow-executor-integration-tests: tests/UnitTests/TaskManager.Email.Tests/EmailPluginTests.cs#L170
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
workflow-executor-integration-tests: tests/UnitTests/TaskManager.Email.Tests/EmailPluginTests.cs#L192
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
workflow-executor-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L121
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
workflow-executor-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L145
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
workflow-executor-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L181
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
task-manager-integration-tests
No files were found with the provided path: ./tests/IntegrationTests/TaskManager.IntegrationTests/bin/Debug/net6.0/LivingDoc.html. No artifacts will be uploaded.
workflow-executor-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L223
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
workflow-executor-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L262
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
task-manager-integration-tests: src/WorkflowManager/Logging/Log.200000.Workflow.cs#L112
Multiple logging methods are using event id 200018 in class Log
workflow-executor-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L307
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
task-manager-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L121
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
task-manager-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L145
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
workflow-executor-integration-tests
No files were found with the provided path: ./tests/IntegrationTests/WorkflowExecutor.IntegrationTests/bin/Debug/net6.0/LivingDoc.html. No artifacts will be uploaded.
task-manager-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L181
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
task-manager-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L223
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
task-manager-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L262
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
task-manager-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L307
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
task-manager-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L347
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
task-manager-integration-tests: tests/UnitTests/TaskManager.Docker.Tests/DockerPluginTest.cs#L374
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)