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

refactor: remove submitter from Wait for results method in client part #237

Merged
merged 6 commits into from
Jan 2, 2024

chore: update to latest core

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

refactor: remove submitter from Wait for results method in client part #237

chore: update to latest core
cbdba3f
Select commit
Loading
Failed to load commit list.
GitHub Actions / IntegrationTests tls:true mtls:true val:enable ca:true succeeded Dec 22, 2023 in 0s

IntegrationTests tls:true mtls:true val:enable ca:true ✅

Tests passed successfully

✅ ./Tests/ArmoniK.EndToEndTests/ArmoniK.EndToEndTests.Client/TestResults/test-results.trx

37 tests were completed in 228s with 36 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.EndToEndTests.Client.Tests.AggregationPriority.AggregationPriorityTest 1✅ 1⚪ 1s
ArmoniK.EndToEndTests.Client.Tests.CheckMultipleTasks.MultipleTasksClientTest 1✅ 37s
ArmoniK.EndToEndTests.Client.Tests.CheckRandomException.RandomExceptionSymClientTest 1✅ 20s
ArmoniK.EndToEndTests.Client.Tests.CheckSubtaskingTree_SymphonySDK.SimpleComputeNSubtaskingClientTest 1✅ 820ms
ArmoniK.EndToEndTests.Client.Tests.CheckSubtaskingTree_SymphonySDK.SubtaskingTreeClientTest 3✅ 12s
ArmoniK.EndToEndTests.Client.Tests.CheckSubtaskingTreeUnifiedApi.SubtaskingTreeUnifiedApiClientTest 3✅ 27s
ArmoniK.EndToEndTests.Client.Tests.CheckTryGetResults.CheckTryGetResultClientTest 1✅ 14s
ArmoniK.EndToEndTests.Client.Tests.CheckTypeOfSubmission.CheckAllSubmissionsClientTest 2✅ 12s
ArmoniK.EndToEndTests.Client.Tests.CheckUnifiedApi.SimpleUnifiedApiAdminClientTest 2✅ 8s
ArmoniK.EndToEndTests.Client.Tests.CheckUnifiedApi.SimpleUnifiedApiClientTest 8✅ 12s
ArmoniK.EndToEndTests.Client.Tests.LargePayloadSubmit.LargePayloadSubmitClientTest 1✅ 3s
ArmoniK.EndToEndTests.Client.Tests.LargeSubmitAsync.LargeSubmitAsyncTest 3✅ 41s
ArmoniK.EndToEndTests.Client.Tests.LargeSubmitAsync.SubmitAsyncFixRequestOrder 4✅ 25s
ArmoniK.EndToEndTests.Client.Tests.PayloadIntegrityTestClient.PayloadIntegrityTest 3✅ 10s
ArmoniK.EndToEndTests.Client.Tests.Priority.Priority 1✅ 3s
ArmoniKPayloadSerialization 1✅ 3ms

✅ ArmoniK.EndToEndTests.Client.Tests.AggregationPriority.AggregationPriorityTest

⚪ Check_That_Result_has_expected_value(20)
✅ Check_That_serialazation_is_ok

✅ ArmoniK.EndToEndTests.Client.Tests.CheckMultipleTasks.MultipleTasksClientTest

✅ MultipleTasksClient(1)

✅ ArmoniK.EndToEndTests.Client.Tests.CheckRandomException.RandomExceptionSymClientTest

✅ Check_That_Exceptions_In_A_Session_Does_Not_Affect_The_Other_Session

✅ ArmoniK.EndToEndTests.Client.Tests.CheckSubtaskingTree_SymphonySDK.SimpleComputeNSubtaskingClientTest

✅ Check_That_Basic_Subtasking_Is_Working_With_Symphony_SDK

✅ ArmoniK.EndToEndTests.Client.Tests.CheckSubtaskingTree_SymphonySDK.SubtaskingTreeClientTest

✅ Check_That_Subtasking_Is_Working_With_Symphony_SDK(1,2)
✅ Check_That_Subtasking_Is_Working_With_Symphony_SDK(128,4)
✅ Check_That_Subtasking_Is_Working_With_Symphony_SDK(32,2)

✅ ArmoniK.EndToEndTests.Client.Tests.CheckSubtaskingTreeUnifiedApi.SubtaskingTreeUnifiedApiClientTest

✅ Check_That_Subtasking_Is_Working_With_Unified_SDK(1,2)
✅ Check_That_Subtasking_Is_Working_With_Unified_SDK(128,4)
✅ Check_That_Subtasking_Is_Working_With_Unified_SDK(32,2)

✅ ArmoniK.EndToEndTests.Client.Tests.CheckTryGetResults.CheckTryGetResultClientTest

✅ Check_That_We_Can_Launch_tasks_In_Multiple_Sessions_At_The_Same_Time

✅ ArmoniK.EndToEndTests.Client.Tests.CheckTypeOfSubmission.CheckAllSubmissionsClientTest

✅ Check_That_All_Kinds_Of_Submissions_Are_Working(10,2,Sequential,GetResult)
✅ Check_That_All_Kinds_Of_Submissions_Are_Working(200,0,Batch,TryGetResult)

✅ ArmoniK.EndToEndTests.Client.Tests.CheckUnifiedApi.SimpleUnifiedApiAdminClientTest

✅ Check_TaskIdListing
✅ Check_That_CancelSession_Is_Working

✅ ArmoniK.EndToEndTests.Client.Tests.CheckUnifiedApi.SimpleUnifiedApiClientTest

✅ Check_That_Instance_Methods_Can_Be_Called
✅ Check_That_Method_Overload_As_Byte_Array_Is_Working
✅ Check_That_Method_Overload_As_Int_Is_Working
✅ Check_That_Output_As_Array_Is_Working
✅ Check_That_Session_ID_Is_Well_Initialized_In_Worker_Side
✅ Check_That_Statics_Methods_Can_Be_Called
✅ Check_That_Task_Options_Are_Well_Initialized_In_Worker_Side
✅ Check_That_We_Get_Exception_If_RetryCount_Is_Exceeded

✅ ArmoniK.EndToEndTests.Client.Tests.LargePayloadSubmit.LargePayloadSubmitClientTest

✅ Check_That_Large_Payload_Submission_Is_Working(10,32000)

✅ ArmoniK.EndToEndTests.Client.Tests.LargeSubmitAsync.LargeSubmitAsyncTest

✅ Check_That_Buffering_With_SubmitAsync_Is_Working(1,1,100,2,2,50)
✅ Check_That_Buffering_With_SubmitAsync_Is_Working(10,1,100,2,2,50)
✅ Check_That_Buffering_With_SubmitAsync_Is_Working(1000,1,100,2,2,50)

✅ ArmoniK.EndToEndTests.Client.Tests.LargeSubmitAsync.SubmitAsyncFixRequestOrder

✅ Check_That_Batching_return_Ids_In_Good_Order_With_Unified_SDK(1,1,100,2,2,50)
✅ Check_That_Batching_return_Ids_In_Good_Order_With_Unified_SDK(10,1,100,2,2,50)
✅ Check_That_Batching_return_Ids_In_Good_Order_With_Unified_SDK(100,1,100,2,2,50)
✅ Check_That_Batching_return_Ids_In_Good_Order_With_Unified_SDK(1000,1,100,4,4,50)

✅ ArmoniK.EndToEndTests.Client.Tests.PayloadIntegrityTestClient.PayloadIntegrityTest

✅ CopyPayload(1,1,1)
✅ CopyPayload(1,50,1)
✅ CopyPayload(5,50,5)

✅ ArmoniK.EndToEndTests.Client.Tests.Priority.Priority

✅ TestThatPrioritiesAreAccountedFor

✅ ArmoniKPayloadSerialization

✅ ShouldSerialize