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 - windows 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 165s with 6533 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
ArmoniK.Core.Common.Tests.AdapterLoading.AdapterLoadingTest 8✅ 256ms
ArmoniK.Core.Common.Tests.ApplicationRawTests 2✅ 8ms
ArmoniK.Core.Common.Tests.Auth.AuthenticationCacheTest 10✅ 10ms
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✅ 849ms
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoImpersonation) 1118✅ 754ms
ArmoniK.Core.Common.Tests.Auth.AuthenticationIntegrationTest(NoImpersonationNoAuthorization) 1118✅ 803ms
ArmoniK.Core.Common.Tests.Auth.CheckAuthenticationAttributes 58✅ 2ms
ArmoniK.Core.Common.Tests.Auth.PermissionTest 10✅ 1⚪ 16ms
ArmoniK.Core.Common.Tests.Grpc.TaskStatusConversionTests 2✅ 1ms
ArmoniK.Core.Common.Tests.GrpcHealthChecksServiceTest 1✅ 13ms
ArmoniK.Core.Common.Tests.GrpcTasksServiceTests 3✅ 9s
ArmoniK.Core.Common.Tests.HealthChecks.HealthCheckTest 9✅ 34ms
ArmoniK.Core.Common.Tests.HealthChecks.HowHealthCheckWorkTest 2✅ 267ms
ArmoniK.Core.Common.Tests.ListApplicationsRequestExt.ToApplicationFieldTest 5✅ 2ms
ArmoniK.Core.Common.Tests.ListApplicationsRequestExt.ToApplicationFilterTest 12✅ 6ms
ArmoniK.Core.Common.Tests.ListPartitionsRequestExt.ToPartitionDataFieldTest 6✅ 7ms
ArmoniK.Core.Common.Tests.ListPartitionsRequestExt.ToPartitionDataFilterTest 13✅ 5ms
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✅ 20ms
ArmoniK.Core.Common.Tests.LoggerExtTest 2✅ 53ms
ArmoniK.Core.Common.Tests.Pollster.AgentTest 14✅ 20s
ArmoniK.Core.Common.Tests.Pollster.DataPrefetcherTest 3✅ 38ms
ArmoniK.Core.Common.Tests.Pollster.PollsterTest 11✅ 25s
ArmoniK.Core.Common.Tests.Pollster.TaskHandlerTest 37✅ 65s
ArmoniK.Core.Common.Tests.RpcExtTests 36✅ 3ms
ArmoniK.Core.Common.Tests.StateMachines.ProcessReplyCreateLargeTaskStateMachineTest 13✅ 38ms
ArmoniK.Core.Common.Tests.Submitter.ExceptionInterceptorTests 3✅ 156ms
ArmoniK.Core.Common.Tests.Submitter.GrpcSubmitterServiceTests 47✅ 103ms
ArmoniK.Core.Common.Tests.Submitter.IntegrationGrpcSubmitterServiceTest 94✅ 933ms
ArmoniK.Core.Common.Tests.Submitter.SubmitterTests 15✅ 16s
ArmoniK.Core.Common.Tests.TaskFilterExtTests 14✅ 48ms
ArmoniK.Core.Common.Tests.TaskOptionsTests 2✅ 2ms
ArmoniK.Core.Common.Tests.TestBase.AuthenticationTableTestBase 32✅ 4ms
ArmoniK.Core.Common.Tests.TestBase.ObjectStorageTestBase 15✅ 7ms
ArmoniK.Core.Common.Tests.TestBase.PartitionTableTestBase 22✅ 5ms
ArmoniK.Core.Common.Tests.TestBase.QueueStorageTestsBase 5✅ 6ms
ArmoniK.Core.Common.Tests.TestBase.ResultTableTestBase 27✅ 18ms
ArmoniK.Core.Common.Tests.TestBase.ResultWatcherTestBase 4✅ 4ms
ArmoniK.Core.Common.Tests.TestBase.SessionTableTestBase 23✅ 12ms
ArmoniK.Core.Common.Tests.TestBase.TaskTableTestBase 124✅ 34ms
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✅ 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✅ 8ms
ArmoniK.Core.Common.Tests.Validators.SessionFilterValidatorTest 2✅ 23ms
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✅ 15s