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: add flag to toggle payload deletion after successful task #727

Merged
merged 1 commit into from
Aug 23, 2024

feat: add flag to toggle payload deletion after successful task

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

feat: add flag to toggle payload deletion after successful task #727

feat: add flag to toggle payload deletion after successful task
2535db8
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test - ubuntu-latest Common/tests succeeded Aug 13, 2024 in 0s

6698 passed, 0 failed and 1 skipped

Tests passed successfully

✅ Common/tests/TestResults/test-results.trx

6699 tests were completed in 90s with 6698 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.Core.Common.Tests.AdapterLoading.AdapterLoadingTest 8✅ 148ms
ArmoniK.Core.Common.Tests.ApplicationRawTests 2✅ 9ms
ArmoniK.Core.Common.Tests.Auth.AuthenticationCacheTest 10✅ 9ms
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(DefaultAuth) 1144✅ 2s
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoAuthentication) 1144✅ 1s
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoAuthorization) 1144✅ 1s
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoImpersonation) 1144✅ 933ms
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoImpersonationNoAuthorization) 1144✅ 1s
ArmoniK.Core.Common.Tests.Auth.CheckAuthenticationAttributes 59✅ 2ms
ArmoniK.Core.Common.Tests.Auth.PermissionTest 10✅ 1⚪ 18ms
ArmoniK.Core.Common.Tests.Grpc.TaskStatusConversionTests 2✅ 1ms
ArmoniK.Core.Common.Tests.GrpcHealthChecksServiceTest 1✅ 11ms
ArmoniK.Core.Common.Tests.GrpcTasksServiceTests 4✅ 3s
ArmoniK.Core.Common.Tests.HealthChecks.HealthCheckTest 9✅ 34ms
ArmoniK.Core.Common.Tests.HealthChecks.HowHealthCheckWorkTest 2✅ 25ms
ArmoniK.Core.Common.Tests.ListApplicationsRequestExt.ToApplicationFieldTest 5✅ 3ms
ArmoniK.Core.Common.Tests.ListApplicationsRequestExt.ToApplicationFilterTest 12✅ 6ms
ArmoniK.Core.Common.Tests.ListPartitionsRequestExt.ToPartitionDataFieldTest 6✅ 2ms
ArmoniK.Core.Common.Tests.ListPartitionsRequestExt.ToPartitionDataFilterTest 13✅ 6ms
ArmoniK.Core.Common.Tests.ListResultsRequestExt.ToResultFieldTest 7✅ 2ms
ArmoniK.Core.Common.Tests.ListResultsRequestExt.ToResultFilterTest 13✅ 5ms
ArmoniK.Core.Common.Tests.ListSessionsRequestExt.ToSessionDataFieldTest 12✅ 3ms
ArmoniK.Core.Common.Tests.ListSessionsRequestExt.ToSessionDataFilterTest 16✅ 8ms
ArmoniK.Core.Common.Tests.ListTasksRequestExt.ToTaskDataFieldTest 32✅ 7ms
ArmoniK.Core.Common.Tests.ListTasksRequestExt.ToTaskDataFilterTest 36✅ 13ms
ArmoniK.Core.Common.Tests.LoggerExtTest 2✅ 51ms
ArmoniK.Core.Common.Tests.Pollster.AgentTest 15✅ 7s
ArmoniK.Core.Common.Tests.Pollster.DataPrefetcherTest 3✅ 16ms
ArmoniK.Core.Common.Tests.Pollster.PollsterTest 11✅ 15s
ArmoniK.Core.Common.Tests.Pollster.TaskHandlerTest 46✅ 34s
ArmoniK.Core.Common.Tests.RpcExtTests 36✅ 3ms
ArmoniK.Core.Common.Tests.StateMachines.ProcessReplyCreateLargeTaskStateMachineTest 12✅ 39ms
ArmoniK.Core.Common.Tests.Submitter.ExceptionInterceptorTests 3✅ 170ms
ArmoniK.Core.Common.Tests.Submitter.GrpcSubmitterServiceTests 47✅ 96ms
ArmoniK.Core.Common.Tests.Submitter.IntegrationGrpcSubmitterServiceTest 94✅ 1s
ArmoniK.Core.Common.Tests.Submitter.SubmitterTests 16✅ 6s
ArmoniK.Core.Common.Tests.TaskFilterExtTests 14✅ 13ms
ArmoniK.Core.Common.Tests.TaskLifeCycleHelperTest 1✅ 370ms
ArmoniK.Core.Common.Tests.TaskOptionsTests 2✅ 2ms
ArmoniK.Core.Common.Tests.TestBase.AuthenticationTableTestBase 32✅ 4ms
ArmoniK.Core.Common.Tests.TestBase.ObjectStorageTestBase 16✅ 8ms
ArmoniK.Core.Common.Tests.TestBase.PartitionTableTestBase 22✅ 5ms
ArmoniK.Core.Common.Tests.TestBase.QueueStorageTestsBase 5✅ 5ms
ArmoniK.Core.Common.Tests.TestBase.ResultTableTestBase 27✅ 13ms
ArmoniK.Core.Common.Tests.TestBase.ResultWatcherTestBase 4✅ 4ms
ArmoniK.Core.Common.Tests.TestBase.SessionTableTestBase 24✅ 14ms
ArmoniK.Core.Common.Tests.TestBase.TaskTableTestBase 130✅ 31ms
ArmoniK.Core.Common.Tests.TestBase.TaskWatcherTestBase 4✅ 4ms
ArmoniK.Core.Common.Tests.Validators.CancelTasksRequestValidatorTest 3✅ 1ms
ArmoniK.Core.Common.Tests.Validators.CreateLargeTaskRequestValidatorTest 9✅ 4ms
ArmoniK.Core.Common.Tests.Validators.CreateSessionRequestValidatorTest 4✅ 1ms
ArmoniK.Core.Common.Tests.Validators.CreateSmallTaskRequestValidatorTest 16✅ 4ms
ArmoniK.Core.Common.Tests.Validators.EventSubscriptionRequestValidatorTest 44✅ 5ms
ArmoniK.Core.Common.Tests.Validators.ListApplicationsRequestValidatorTest 8✅ 8ms
ArmoniK.Core.Common.Tests.Validators.ListPartitionsRequestValidatorTest 8✅ 3ms
ArmoniK.Core.Common.Tests.Validators.ListResultsRequestValidatorTest 8✅ 3ms
ArmoniK.Core.Common.Tests.Validators.ListSessionsRequestValidatorTest 8✅ 3ms
ArmoniK.Core.Common.Tests.Validators.ListTasksRequestValidatorTest 8✅ 3ms
ArmoniK.Core.Common.Tests.Validators.SessionFilterValidatorTest 2✅ 2ms
ArmoniK.Core.Common.Tests.Validators.SessionServiceCreateSessionRequestValidatorTest 4✅ 1ms
ArmoniK.Core.Common.Tests.Validators.SubmitTasksRequestValidatorTest 2✅ 0ms
ArmoniK.Core.Common.Tests.Validators.TaskFilterValidatorTest 13✅ 4ms
ArmoniK.Core.Common.Tests.Validators.TaskOptionsValidatorTest 11✅ 2ms
ArmoniK.Core.Common.Tests.WatchToGrpcTests 5✅ 14s