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

feat: added list and delete results to cpp #423

Merged
merged 3 commits into from
Oct 3, 2023

updated version to 3.13.1

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

feat: added list and delete results to cpp #423

updated version to 3.13.1
de16faa
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test - packages/csharp/ArmoniK.Api.Tests succeeded Oct 3, 2023 in 1s

Test - packages/csharp/ArmoniK.Api.Tests ✅

Tests passed successfully

✅ packages/csharp/ArmoniK.Api.Tests/TestResults/test-results.trx

19 tests were completed in 7s with 19 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.Api.Worker.Tests.TaskHandlerTest 15✅ 101ms
ArmoniK.Api.Worker.Tests.WorkerServerTest 4✅ 2s

✅ ArmoniK.Api.Worker.Tests.TaskHandlerTest

✅ CheckTaskHandlerDataAreCorrect
✅ TaskHandlerCreateShouldSucceed(WorkingRequest1)
✅ TaskHandlerCreateShouldSucceed(WorkingRequest2)
✅ TaskHandlerCreateShouldSucceed(WorkingRequest3)
✅ TaskHandlerCreateShouldThrow([])
✅ TaskHandlerCreateShouldThrow([{ "communicationToken": "Token", "compute": { "initData": { "key": "DataKey1" } } }])
✅ TaskHandlerCreateShouldThrow([{ "communicationToken": "Token", "compute": { "initData": { "key": "DataKey2" } } }])
✅ TaskHandlerCreateShouldThrow([{ "communicationToken": "Token", "compute": { "initData": { "lastData": false } } }])
✅ TaskHandlerCreateShouldThrow([{ "communicationToken": "Token", "compute": { "initData": { "lastData": true } } }])
✅ TaskHandlerCreateShouldThrow(DataComplete)
✅ TaskHandlerCreateShouldThrow(InitRequestEmptyPayload)
✅ TaskHandlerCreateShouldThrow(InitRequestPayload)
✅ TaskHandlerCreateShouldThrow(NotWorkingRequest1)
✅ TaskHandlerCreateShouldThrow(NotWorkingRequest2)
✅ TaskHandlerCreateShouldThrow(NotWorkingRequest3)

✅ ArmoniK.Api.Worker.Tests.WorkerServerTest

✅ BuildServer
✅ BuildServerAddService
✅ BuildServerConfigurator
✅ BuildServerNoArgs