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

chore: remove preview langage version from csproj #721

Merged
merged 1 commit into from
Aug 1, 2024

chore: remove preview langage version from csproj

44fba19
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore: remove preview langage version from csproj #721

chore: remove preview langage version from csproj
44fba19
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test - activemq x Information succeeded Aug 1, 2024 in 0s

32 passed, 0 failed and 0 skipped

Tests passed successfully

✅ ./Tests/Stream/Client/TestResults/test-results.trx

32 tests were completed in 39s with 32 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.CreateSessionTests 2✅ 562ms
ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.HealthChecksTests 1✅ 39ms
ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.ResultsServiceTests 3✅ 278ms
ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.StreamWrapperTests 24✅ 37s
ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.TaskSubmissionTests 2✅ 257ms

✅ ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.CreateSessionTests

✅ NullDefaultTaskOptionShouldThrowException
✅ SessionShouldBeCreated

✅ ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.HealthChecksTests

✅ HealthCheckShouldSucceed

✅ ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.ResultsServiceTests

✅ CreateResultsAndMetadataShouldSucceed
✅ CreateResultsDirectlyShouldSucceed
✅ DownloadNotExistingResultShouldSucceed

✅ ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.StreamWrapperTests

✅ EmptyPayload
✅ LargePayloads(10,1)
✅ LargePayloads(10,10)
✅ LargePayloads(10,2)
✅ LargePayloads(10,5)
✅ LargePayloads(2,1)
✅ LargePayloads(2,10)
✅ LargePayloads(2,2)
✅ LargePayloads(2,5)
✅ MultipleDataDependencies(1)
✅ MultipleDataDependencies(20)
✅ MultipleDataDependencies(5)
✅ MultipleTasks(100,Compute)
✅ MultipleTasks(100,Transfer)
✅ MultipleTasks(4,Compute)
✅ MultipleTasks(4,Transfer)
✅ MultipleTasks(5,Compute)
✅ MultipleTasks(5,Transfer)
✅ PriorityShouldHaveAnEffect(10)
✅ PriorityShouldHaveAnEffect(50)
✅ Square(2)
✅ Square(4)
✅ TaskError()
✅ TaskFailed

✅ ArmoniK.Extensions.Common.StreamWrapper.Tests.Client.TaskSubmissionTests

✅ SubmitTasksBeforePayloadShouldSucceed
✅ SubmitTasksShouldSucceed