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

test: add script and article to explain our basic performance test with HtcMock #614

Merged
merged 4 commits into from
Feb 2, 2024

docs: clearer table

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

test: add script and article to explain our basic performance test with HtcMock #614

docs: clearer table
821ea07
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test - ubuntu-latest Common/tests succeeded Feb 2, 2024 in 1s

6533 passed, 0 failed and 1 skipped

Tests passed successfully

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

6534 tests were completed in 80s with 6533 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.Core.Common.Tests.AdapterLoading.AdapterLoadingTest 8✅ 156ms
ArmoniK.Core.Common.Tests.ApplicationRawTests 2✅ 13ms
ArmoniK.Core.Common.Tests.Auth.AuthenticationCacheTest 10✅ 12ms
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(DefaultAuth) 1118✅ 2s
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoAuthentication) 1118✅ 1s
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoAuthorization) 1118✅ 1s
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoImpersonation) 1118✅ 902ms
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoImpersonationNoAuthorization) 1118✅ 964ms
ArmoniK.Core.Common.Tests.Auth.CheckAuthenticationAttributes 58✅ 3ms
ArmoniK.Core.Common.Tests.Auth.PermissionTest 10✅ 1⚪ 17ms
ArmoniK.Core.Common.Tests.Grpc.TaskStatusConversionTests 2✅ 2ms
ArmoniK.Core.Common.Tests.GrpcHealthChecksServiceTest 1✅ 7ms
ArmoniK.Core.Common.Tests.GrpcTasksServiceTests 3✅ 3s
ArmoniK.Core.Common.Tests.HealthChecks.HealthCheckTest 9✅ 34ms
ArmoniK.Core.Common.Tests.HealthChecks.HowHealthCheckWorkTest 2✅ 24ms
ArmoniK.Core.Common.Tests.ListApplicationsRequestExt.ToApplicationFieldTest 5✅ 2ms
ArmoniK.Core.Common.Tests.ListApplicationsRequestExt.ToApplicationFilterTest 12✅ 7ms
ArmoniK.Core.Common.Tests.ListPartitionsRequestExt.ToPartitionDataFieldTest 6✅ 2ms
ArmoniK.Core.Common.Tests.ListPartitionsRequestExt.ToPartitionDataFilterTest 13✅ 32ms
ArmoniK.Core.Common.Tests.ListResultsRequestExt.ToResultFieldTest 7✅ 2ms
ArmoniK.Core.Common.Tests.ListResultsRequestExt.ToResultFilterTest 13✅ 5ms
ArmoniK.Core.Common.Tests.ListSessionsRequestExt.ToSessionDataFieldTest 6✅ 2ms
ArmoniK.Core.Common.Tests.ListSessionsRequestExt.ToSessionDataFilterTest 14✅ 6ms
ArmoniK.Core.Common.Tests.ListTasksRequestExt.ToTaskDataFieldTest 30✅ 6ms
ArmoniK.Core.Common.Tests.ListTasksRequestExt.ToTaskDataFilterTest 33✅ 11ms
ArmoniK.Core.Common.Tests.LoggerExtTest 2✅ 49ms
ArmoniK.Core.Common.Tests.Pollster.AgentTest 14✅ 6s
ArmoniK.Core.Common.Tests.Pollster.DataPrefetcherTest 3✅ 17ms
ArmoniK.Core.Common.Tests.Pollster.PollsterTest 11✅ 11s
ArmoniK.Core.Common.Tests.Pollster.TaskHandlerTest 37✅ 30s
ArmoniK.Core.Common.Tests.RpcExtTests 36✅ 3ms
ArmoniK.Core.Common.Tests.StateMachines.ProcessReplyCreateLargeTaskStateMachineTest 13✅ 40ms
ArmoniK.Core.Common.Tests.Submitter.ExceptionInterceptorTests 3✅ 184ms
ArmoniK.Core.Common.Tests.Submitter.GrpcSubmitterServiceTests 47✅ 115ms
ArmoniK.Core.Common.Tests.Submitter.IntegrationGrpcSubmitterServiceTest 94✅ 1s
ArmoniK.Core.Common.Tests.Submitter.SubmitterTests 15✅ 5s
ArmoniK.Core.Common.Tests.TaskFilterExtTests 14✅ 13ms
ArmoniK.Core.Common.Tests.TaskOptionsTests 2✅ 2ms
ArmoniK.Core.Common.Tests.TestBase.AuthenticationTableTestBase 32✅ 5ms
ArmoniK.Core.Common.Tests.TestBase.ObjectStorageTestBase 15✅ 7ms
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 23✅ 12ms
ArmoniK.Core.Common.Tests.TestBase.TaskTableTestBase 124✅ 28ms
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 43✅ 4ms
ArmoniK.Core.Common.Tests.Validators.ListApplicationsRequestValidatorTest 8✅ 7ms
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✅ 1ms
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✅ 1ms
ArmoniK.Core.Common.Tests.WatchToGrpcTests 5✅ 14s