Go Test Report

408
Total
401
Passed
0
Failed
7
Skipped
530.82
Seconds
keskikuja.site/agent-platform/api/internal/auth15 tests0.01s
Test Status Time
TestSessionMiddleware_ValidCookie PASS 0.000s
TestSessionMiddleware_NoCookie PASS 0.000s
TestSessionMiddleware_InvalidCookie PASS 0.000s
TestSessionMiddleware_IdleExpired PASS 0.000s
TestCSRFMiddleware_AllowsGETWithoutOrigin PASS 0.000s
TestCSRFMiddleware_AllowsPOSTWithCorrectOrigin PASS 0.000s
TestCSRFMiddleware_BlocksPOSTWithWrongOrigin PASS 0.000s
TestCSRFMiddleware_AllowsPOSTWithoutOrigin PASS 0.000s
TestCSRFMiddleware_AllowsPUTWithCorrectOrigin PASS 0.000s
TestCSRFMiddleware_BlocksDELETEWithWrongOrigin PASS 0.000s
TestCSRFMiddleware_AllowsGETWithWrongOrigin PASS 0.000s
TestCSRFMiddleware_EmptyOriginAllowsAll PASS 0.000s
TestAuthMiddlewareValidToken PASS 0.000s
TestAuthMiddlewareInvalidToken PASS 0.000s
TestAuthMiddlewareMissingHeader PASS 0.000s
keskikuja.site/agent-platform/api/internal/auth/store7 tests0.05s
Test Status Time
TestMemoryStore_CreateAndGet PASS 0.000s
TestMemoryStore_GetNotFound PASS 0.000s
TestMemoryStore_Delete PASS 0.000s
TestMemoryStore_TTLExpiry PASS 0.020s
TestMemoryStore_SetStateAndGetAndDeleteState PASS 0.000s
TestMemoryStore_SetRevokedJTIAndIsJTIRevoked PASS 0.000s
TestMemoryStore_StateExpiry PASS 0.020s
keskikuja.site/agent-platform/api/internal/crypto9 tests0.01s
Test Status Time
TestEncryptDecrypt_RoundTrip PASS 0.000s
TestDecrypt_InvalidCiphertext PASS 0.000s
TestDecrypt_LazyMigration_PlaintextPassthrough PASS 0.000s
TestEncrypt_Deterministic_Nope PASS 0.000s
TestHMACSHA256_KnownVector PASS 0.000s
TestHMACSHA256_EmptyMessage PASS 0.000s
TestVerifyHMAC_Valid PASS 0.000s
TestVerifyHMAC_Invalid PASS 0.000s
TestVerifyHMAC_WrongSecret PASS 0.000s
keskikuja.site/agent-platform/api/internal/database1 tests2.95s
Test Status Time
TestMigrateUpDown PASS 2.940s
keskikuja.site/agent-platform/api/internal/git7 skipped22 tests2.01s
Test Status Time
TestCheckHealth_Connected SKIP 0.000s
TestCheckHealth_Disconnected SKIP 0.000s
TestClone_PublicRepo SKIP 0.000s
TestClone_NonExistentRepo SKIP 0.000s
TestClone_WithToken SKIP 0.000s
TestClone_CustomDirectory SKIP 0.000s
TestCreateBranch_Success SKIP 0.000s
TestCheckHealth_Timeout PASS 2.000s
TestCheckHealth_WithToken PASS 0.000s
TestBuildAuthURL_EmptyToken PASS 0.000s
TestBuildAuthURL_ExistingCredentialsNotOverridden PASS 0.000s
TestSlugRepoName_Lowercases PASS 0.000s
TestSlugRepoName_NonAlphanumericsToDash PASS 0.000s
TestSlugRepoName_TruncatesAt64 PASS 0.000s
TestSlugRepoName_TrimsBeforeTruncating PASS 0.000s
TestSlugRepoName_NoTrailingHyphenAfterTruncation PASS 0.000s
TestSlugRepoName_TruncationBoundaryCollision PASS 0.000s
TestSlugRepoName_Deterministic PASS 0.000s
TestCreateBranch_EmptyString PASS 0.000s
TestCreateBranch_MainProtected PASS 0.000s
TestCreateBranch_MasterProtected PASS 0.000s
TestCreateBranch_GuardMessage PASS 0.000s
keskikuja.site/agent-platform/api/internal/handlers268 tests471.21s
Test Status Time
TestAuthHandler_Init PASS 0.000s
TestAuthHandler_Init_NoReturnURL PASS 0.000s
TestAuthHandler_Init_AbsoluteReturnURL PASS 0.000s
TestAuthHandler_Session_NoCookie PASS 0.000s
TestAuthHandler_Session_WithSession PASS 0.000s
TestAuthHandler_Logout PASS 0.000s
TestAuthHandler_Logout_Idempotent PASS 0.000s
TestAuthHandler_Logout_WithIDToken PASS 0.000s
TestUpsertUser_InsertNewUser PASS 2.220s
TestUpsertUser_UpdateExisting PASS 1.040s
TestUpsertUser_NullImage PASS 1.160s
TestCreateBotAccount_Success PASS 1.750s
TestCreateBotAccount_TokenEncryptedInDB PASS 1.630s
TestCreateBotAccount_MissingName PASS 1.470s
TestCreateBotAccount_NameTooShort PASS 1.410s
TestCreateBotAccount_MissingToken PASS 1.780s
TestGetBotAccount_Success PASS 2.190s
TestGetBotAccount_NotFound PASS 1.620s
TestListBotAccounts PASS 1.660s
TestUpdateBotAccount_Success PASS 2.990s
TestUpdateBotAccount_NewToken PASS 2.520s
TestUpdateBotAccount_EmptyTokenDoesNotOverwrite PASS 2.800s
TestDeleteBotAccount_NotInUse PASS 2.610s
TestDeleteBotAccount_InUse PASS 2.930s
TestBotAccountEndpoints_NoSession PASS 2.740s
TestListBotAccounts_EmptyList PASS 5.340s
TestCreateBotAccount_DescriptionMax PASS 2.670s
TestHealth PASS 3.140s
TestReady_Success PASS 3.260s
TestReady_DBDown PASS 0.130s
TestCheck_Success PASS 2.670s
TestCheck_DBDown PASS 0.050s
TestReady_ContextTimeout PASS 3.010s
TestCheck_NilRequest PASS 2.690s
TestUserHealth_NoAuth PASS 1.940s
TestUserHealth_ApiKey PASS 2.300s
TestUserHealth_SessionCookie PASS 2.370s
TestUserHealth_ExpiredSession PASS 1.720s
TestUserHealth_InvalidApiKey PASS 2.009s
TestCreateLlmConfig_Success PASS 1.890s
TestCreateLlmConfig_ApiKeyEncryptedInDB PASS 2.710s
TestCreateLlmConfig_MissingName PASS 1.400s
TestCreateLlmConfig_NameTooShort PASS 2.160s
TestCreateLlmConfig_MissingApiKey PASS 1.560s
TestCreateLlmConfig_DuplicateName PASS 2.520s
TestGetLlmConfig_Success PASS 1.730s
TestGetLlmConfig_NotFound PASS 1.470s
TestListLlmConfigs PASS 1.070s
TestListLlmConfigs_EmptyList PASS 1.150s
TestUpdateLlmConfig_Success PASS 0.710s
TestUpdateLlmConfig_NewApiKey PASS 0.610s
TestUpdateLlmConfig_EmptyApiKeyDoesNotOverwrite PASS 0.700s
TestUpdateLlmConfig_MissingApiKeyDoesNotOverwrite PASS 0.820s
TestUpdateLlmConfig_DuplicateName PASS 1.480s
TestUpdateLlmConfig_NotFound PASS 0.650s
TestDeleteLlmConfig_Success PASS 0.750s
TestDeleteLlmConfig_NotFound PASS 0.940s
TestLlmConfigEndpoints_NoSession PASS 2.009s
TestCreatePipeline_Success PASS 1.670s
TestCreatePipeline_WithBaseBranch PASS 1.790s
TestCreatePipeline_DefaultBaseBranch PASS 2.390s
TestUpdatePipeline_BaseBranch PASS 2.020s
TestCreatePipeline_MissingName PASS 1.740s
TestCreatePipeline_InvalidProjectId PASS 1.560s
TestGetPipeline_Success PASS 1.520s
TestGetPipeline_NotFound PASS 2.740s
TestListPipelinesByProject PASS 2.470s
TestListPipelinesByProject_NotFound PASS 2.470s
TestListPipelines_FilterEnabled PASS 1.980s
TestUpdatePipeline_Success PASS 1.810s
TestUpdatePipeline_NotFound PASS 2.210s
TestDeletePipeline_Success PASS 2.050s
TestDeletePipeline_NotFound PASS 2.640s
TestGetProjectDetail_IncludesPipelines PASS 1.610s
TestCreatePipeline_WithoutOutputBranch PASS 2.310s
TestCreatePipeline_WithEmptyOutputBranch PASS 1.730s
TestCreatePipeline_WithOutputBranch PASS 2.150s
TestCreatePipeline_WithConfig PASS 2.270s
TestCreatePipeline_ConfigValidation/array_rejected PASS 2.300s
TestCreatePipeline_ConfigValidation/string_rejected PASS 1.460s
TestCreatePipeline_ConfigValidation/null_accepted PASS 2.120s
TestCreatePipeline_ConfigValidation/object_accepted PASS 2.260s
TestCreatePipeline_ConfigValidation PASS 8.140s
TestUpdatePipeline_NullifyOutputBranch PASS 2.080s
TestUpdatePipeline_Config PASS 2.029s
TestCreatePipeline_WithSkillRepos PASS 2.400s
TestCreatePipeline_EmptySkillRepos PASS 2.590s
TestCreatePipeline_SkillReposValidation/valid_list_accepted PASS 1.550s
TestCreatePipeline_SkillReposValidation/empty_list_accepted PASS 2.300s
TestCreatePipeline_SkillReposValidation/null_accepted PASS 1.760s
TestCreatePipeline_SkillReposValidation/nonexistent_repository_rejected PASS 1.710s
TestCreatePipeline_SkillReposValidation/duplicate_repository_rejected PASS 2.310s
TestCreatePipeline_SkillReposValidation/slug_collision_rejected PASS 2.070s
TestCreatePipeline_SkillReposValidation/over_cap_rejected PASS 1.280s
TestCreatePipeline_SkillReposValidation/malformed_uuid_rejected PASS 1.440s
TestCreatePipeline_SkillReposValidation PASS 14.410s
TestGetAndListPipelines_ReturnSkillRepos PASS 1.980s
TestUpdatePipeline_SkillRepos PASS 2.040s
TestUpdatePipeline_SkillReposToEmpty PASS 2.280s
TestUpdatePipeline_SkillReposAbsentKeepsExisting PASS 1.970s
TestUpdatePipeline_SkillReposValidation/nonexistent_repository PASS 1.300s
TestUpdatePipeline_SkillReposValidation/duplicate_repositories PASS 1.330s
TestUpdatePipeline_SkillReposValidation/slug_collision PASS 2.950s
TestUpdatePipeline_SkillReposValidation/over_cap PASS 2.140s
TestUpdatePipeline_SkillReposValidation PASS 7.720s
TestUpdatePipeline_SkillReposOnly_UpdateQueryIncludesUpdatedBy PASS 1.650s
TestUpdatePipeline_NoFields_NoOpGuardSkipsUpdate PASS 1.490s
TestCreatePipeline_ResponseFetchBeforeCommit PASS 2.690s
TestUpdatePipeline_ResponseFetchBeforeCommit PASS 2.240s
TestCreatePipeline_SkillRepoValidationInsideTx PASS 1.990s
TestCreateAndUpdatePipeline_SymbolOnlyRepoNameGets422/create_rejects_symbol-only_repo PASS 0.000s
TestCreateAndUpdatePipeline_SymbolOnlyRepoNameGets422/update_rejects_symbol-only_repo PASS 0.000s
TestCreateAndUpdatePipeline_SymbolOnlyRepoNameGets422 PASS 1.940s
TestCreatePipeline_TruncationBoundarySlugCollisionGets422 PASS 1.390s
TestCreatePipeline_SkillRepoValidationErrorsAre422/missing_repository PASS 1.680s
TestCreatePipeline_SkillRepoValidationErrorsAre422/slug_collision PASS 1.460s
TestCreatePipeline_SkillRepoValidationErrorsAre422 PASS 3.140s
TestCreatePipeline_SkillRepoDBFailureIs500 PASS 1.670s
TestUpdatePipeline_WriteOnlySecrets_StoredEncryptedNotReturned PASS 2.710s
TestGetPipeline_DoesNotReturnWriteOnlySecrets PASS 1.870s
TestCreateProject_Success PASS 2.360s
TestCreateProject_MissingName PASS 2.130s
TestCreateProject_TooShortName PASS 1.570s
TestGetProject_Success PASS 3.150s
TestGetProject_NotFound PASS 2.020s
TestListProjects_DefaultPagination PASS 1.150s
TestListProjects_SortByNameAsc PASS 1.400s
TestListProjects_InvalidSortField PASS 1.170s
TestUpdateProject_Success PASS 1.000s
TestUpdateProject_NotFound PASS 1.380s
TestDeleteProject_Success PASS 1.080s
TestDeleteProject_NotFound PASS 0.760s
TestProjectEndpoints_NoSession PASS 0.710s
TestProjectHandler_Create_WithConfig PASS 1.120s
TestProjectHandler_Create_WithSecrets PASS 1.180s
TestProjectHandler_Create_ConfigValidation/empty_object PASS 0.010s
TestProjectHandler_Create_ConfigValidation/array_rejected PASS 0.000s
TestProjectHandler_Create_ConfigValidation/string_rejected PASS 0.000s
TestProjectHandler_Create_ConfigValidation/number_rejected PASS 0.000s
TestProjectHandler_Create_ConfigValidation/null_accepted PASS 0.000s
TestProjectHandler_Create_ConfigValidation PASS 0.780s
TestProjectHandler_Update_Config PASS 0.730s
TestProjectHandler_GetDecryptedSecrets PASS 0.790s
TestProjectHandler_Get_StripsSecretsEncrypted PASS 1.470s
TestGetDecryptedSecrets_NoSecrets PASS 1.070s
TestProjectHandler_Update_Secrets PASS 1.230s
TestProjectHandler_Update_Secrets_PlainStringRejected PASS 0.670s
TestProjectHandler_Update_Secrets_EmptyStringRejected PASS 0.770s
TestProjectHandler_Create_Config_DuplicateVikunjaProjectID PASS 0.720s
TestProjectHandler_Create_Config_UnclaimedVikunjaProjectID PASS 0.960s
TestProjectHandler_Update_Config_DuplicateVikunjaProjectID PASS 1.520s
TestProjectHandler_Update_Config_SameVikunjaProjectID_Kept PASS 0.910s
TestCreateRepository_Success PASS 0.850s
TestCreateRepository_MissingBotAccountID PASS 0.950s
TestCreateRepository_BotAccountNotFound PASS 1.010s
TestCreateRepository_InvalidName PASS 0.960s
TestCreateRepository_MissingName PASS 1.940s
TestGetRepository_Success PASS 2.380s
TestGetRepository_NotFound PASS 1.370s
TestListRepositories PASS 2.470s
TestGetRepository_HasBotAccountID PASS 1.780s
TestListRepository_HasBotAccountID PASS 2.100s
TestUpdateRepository_Success PASS 1.400s
TestUpdateRepository_ChangeBotAccountID PASS 1.580s
TestUpdateRepository_NotFound PASS 2.230s
TestDeleteRepository_Success PASS 2.400s
TestDeleteRepository_NotFound PASS 2.050s
TestCheckRepositoryHealth_Connected PASS 2.110s
TestCheckRepositoryHealth_Disconnected PASS 2.080s
TestCheckRepositoryHealth_UpdatesDB PASS 2.230s
TestCheckRepositoryHealth_NotFound PASS 2.320s
TestRepositoryEndpoints_NoSession PASS 1.790s
TestCreateRun_Success PASS 1.880s
TestCreateRun_MissingPipelineID PASS 2.600s
TestCreateRun_InvalidPipelineID PASS 1.760s
TestCreateRun_InvalidJSON PASS 2.400s
TestCreateRun_InvalidSourceType PASS 2.520s
TestGetRun_Success PASS 2.230s
TestGetRun_NotFound PASS 2.530s
TestListRuns_ReturnsDefaultPagination PASS 1.730s
TestListRuns_CustomLimitAndOffset PASS 1.440s
TestListRuns_LimitValidation/default_when_missing PASS 0.010s
TestListRuns_LimitValidation/valid_limit PASS 0.000s
TestListRuns_LimitValidation/max_limit_capped PASS 0.000s
TestListRuns_LimitValidation/negative_limit_uses_default PASS 0.000s
TestListRuns_LimitValidation/zero_limit_uses_default PASS 0.000s
TestListRuns_LimitValidation/invalid_format_uses_default PASS 0.000s
TestListRuns_LimitValidation PASS 1.350s
TestListRuns_FilterByPhase PASS 2.430s
TestListRuns_FilterByMultiplePhases PASS 1.730s
TestListRuns_FilterByInvalidPhase PASS 1.980s
TestListRuns_FilterProjectID PASS 2.640s
TestListRuns_FilterPipelineID PASS 2.360s
TestListRuns_FilterSourceType PASS 1.950s
TestListRuns_FilterCreatedAfter PASS 2.600s
TestListRuns_FilterCreatedBefore PASS 1.560s
TestListRuns_FilterSource PASS 1.400s
TestListRuns_SortByStartedAt PASS 2.870s
TestListRuns_FilterMultipleCriteria PASS 1.720s
TestListRuns_SortByCreatedAtDesc PASS 2.540s
TestListRuns_SortByUpdatedAtAsc PASS 1.710s
TestListRuns_InvalidSortField PASS 2.440s
TestListRuns_CursorPagination PASS 3.260s
TestUpdateRun_PhaseOnly PASS 2.340s
TestUpdateRun_Completed PASS 2.220s
TestUpdateRun_Failed PASS 1.550s
TestUpdateRun_NotFound PASS 2.670s
TestUpdateRun_InvalidPhase PASS 2.300s
TestUpdateRun_NoAuth PASS 1.860s
TestIdempotency_NoKey PASS 1.320s
TestIdempotency_SameKeySameBody PASS 1.530s
TestIdempotency_SameKeyDifferentBody PASS 2.520s
TestHubPublishAndReceive PASS 0.000s
TestHubFilterPhaseMatch PASS 0.000s
TestHubFilterPhaseMismatch PASS 0.200s
TestHubFilterSourceType PASS 0.200s
TestSubscribeSSE_NoAuth PASS 1.370s
TestSubscribeSSE_InvalidAPIKey PASS 2.270s
TestRunCreationPublishesSSEEvent PASS 2.690s
TestSubscribeSSE_Heartbeat PASS 1.500s
TestGitHubPR_ValidHMAC_CreatesRun PASS 2.180s
TestGitHubPR_ValidHMAC_StoresPRDescription PASS 4.059s
TestGitHubPR_ValidHMAC_GiteaSignature PASS 2.920s
TestGitHubPR_GiteaSynchronizedAction_CreatesRun PASS 1.910s
TestGitHubPR_NoAPIKeyValidHMAC_Accepted PASS 2.070s
TestGitHubPR_MissingSignature PASS 1.180s
TestGitHubPR_InvalidSignature PASS 2.310s
TestGitHubPR_NonPullRequestEvent PASS 1.490s
TestGitHubPR_DisabledPipeline PASS 1.270s
TestGitHubPR_PipelineNotFound PASS 0.860s
TestGitHubPR_NoWebhookSecret PASS 0.850s
TestGitHubPR_IgnoredAction PASS 2.750s
TestGitHubPR_ExecutorFailure_StillAccepted PASS 0.870s
TestGitHubPR_InvalidPipelineID PASS 0.750s
TestVikunjaWebhook_ValidHMAC_CreatesRun PASS 0.780s
TestVikunjaWebhook_RealisticPayloadFile PASS 0.720s
TestVikunjaWebhook_InvalidHMAC PASS 1.020s
TestVikunjaWebhook_MissingSignature PASS 0.820s
TestVikunjaWebhook_UniformPreAuthError/project_config_missing PASS 0.700s
TestVikunjaWebhook_UniformPreAuthError/no_enabled_pipeline PASS 0.660s
TestVikunjaWebhook_UniformPreAuthError/webhook_secret_missing PASS 0.650s
TestVikunjaWebhook_UniformPreAuthError/signature_verification_failed PASS 0.610s
TestVikunjaWebhook_UniformPreAuthError PASS 2.630s
TestVikunjaWebhook_MissingEvent PASS 2.860s
TestVikunjaWebhook_MissingTaskID PASS 0.690s
TestVikunjaWebhook_InvalidJSON PASS 0.620s
TestVikunjaWebhook_ProjectConfigNotFound PASS 0.630s
TestVikunjaWebhook_NoEnabledPipeline PASS 0.590s
TestVikunjaWebhook_NoWebhookSecret PASS 0.590s
TestVikunjaWebhook_FirstEnabledPipeline_SecretResolution PASS 0.670s
TestVikunjaWebhook_FirstEnabledTiebreaker_Deterministic PASS 1.230s
TestVikunjaWebhook_TriggerBucketNotConfigured PASS 0.670s
TestVikunjaWebhook_NewTaskNonTriggerBucket_NoRun PASS 0.860s
TestVikunjaWebhook_LaneChangeToTriggerBucket_CreatesRun PASS 1.250s
TestVikunjaWebhook_NullLastBucket_TriggersRun PASS 1.260s
TestVikunjaWebhook_SameLane_NoAutoRerun PASS 1.240s
TestVikunjaWebhook_RunningRun_BlocksNewRun PASS 4.940s
TestVikunjaWebhook_PendingRun_BlocksNewRun PASS 3.560s
TestVikunjaWebhook_StateUpdatedOnEveryEvent PASS 2.270s
TestVikunjaWebhookRoute_NoAPIKey_ReachesHMAC PASS 9.480s
TestVikunjaWebhook_StaleEvent_Ignored PASS 7.880s
TestVikunjaWebhook_EqualTime_Accepted PASS 7.870s
TestVikunjaWebhook_NewerEventAfterStale_Works PASS 4.460s
TestVikunjaWebhook_MissingTime_Processed PASS 5.390s
TestVikunjaWebhook_MalformedTime_Processed PASS 5.560s
TestVikunjaWebhook_BodyTooLarge PASS 6.490s
TestVikunjaWebhook_RunNumbers_SequentialPerPipeline PASS 5.840s
TestVikunjaWebhook_ConcurrentSamePipelineRuns_DistinctRunNumbers PASS 5.100s
keskikuja.site/agent-platform/api/internal/model34 tests0.02s
Test Status Time
TestLlmConfig_MarshalJSON_ExcludesApiKeyEncrypted PASS 0.000s
TestLlmConfig_MarshalJSON_IncludesVisibleFields PASS 0.000s
TestCreateLlmConfigRequest_UnmarshalJSON PASS 0.000s
TestCreateLlmConfigRequest_MarshalJSON_IncludesApiKey PASS 0.000s
TestUpdateLlmConfigRequest_UnmarshalJSON_AllFields PASS 0.000s
TestUpdateLlmConfigRequest_UnmarshalJSON_PartialUpdate PASS 0.000s
TestUpdateLlmConfigRequest_MarshalJSON_OmitsApiKey PASS 0.000s
TestPipeline_MarshalJSON_IncludesConfig PASS 0.000s
TestPipeline_MarshalJSON_OutputBranchNullWhenNil PASS 0.000s
TestPipeline_MarshalJSON_OutputBranchValueWhenSet PASS 0.000s
TestPipeline_UnmarshalJSON_OutputBranchNullUnmarshalsToNil PASS 0.000s
TestCreatePipelineRequest_AcceptsConfigAndNullableOutputBranch PASS 0.000s
TestCreatePipelineRequest_OutputBranchValueWhenSet PASS 0.000s
TestUpdatePipelineRequest_AcceptsConfig PASS 0.000s
TestPipeline_ConfigNilMarshalsToNull PASS 0.000s
TestPipeline_MarshalJSON_IncludesSkillRepos PASS 0.000s
TestPipeline_SkillReposJSONRoundTrip PASS 0.000s
TestCreatePipelineRequest_AcceptsSkillRepos PASS 0.000s
TestUpdatePipelineRequest_AcceptsSkillRepos PASS 0.000s
TestUpdatePipelineRequest_SkillReposEmptySliceIsNotNil PASS 0.000s
TestUpdatePipelineRequest_SkillReposAbsentStaysNil PASS 0.000s
TestProject_MarshalJSON_IncludesConfig PASS 0.000s
TestProject_MarshalJSON_ExcludesSecretsEncrypted PASS 0.000s
TestProject_UnmarshalJSON_AcceptsConfig PASS 0.000s
TestProject_UnmarshalJSON_SecretsEncryptedNotFromJSON PASS 0.000s
TestCreateProjectRequest_AcceptsConfigAndSecrets PASS 0.000s
TestCreateProjectRequest_MarshalJSON_ConfigAndSecrets PASS 0.000s
TestUpdateProjectRequest_AcceptsConfigAndSecrets PASS 0.000s
TestProject_ConfigNilMarshalsToNull PASS 0.000s
TestPRMetadata_MarshalJSON PASS 0.000s
TestPRMetadata_UnmarshalJSON PASS 0.000s
TestSourceMetadata_WithPR_MarshalJSON PASS 0.000s
TestSourceMetadata_WithoutPR_MarshalJSON PASS 0.000s
TestSourceMetadata_PRNil_OmitsFromJSON PASS 0.000s
keskikuja.site/agent-platform/api/internal/monitor15 tests54.49s
Test Status Time
TestCheckOne_Connected PASS 3.810s
TestCheckOne_Disconnected PASS 2.570s
TestCheckOne_UpdatesDBStatus PASS 2.230s
TestCheckOne_UpdatesLastCheckedAt PASS 2.070s
TestCheckOne_WithEncryptedToken PASS 2.470s
TestCheckAll_IteratesAllRepos PASS 3.980s
TestCheckOne_WithCorruptToken_ProceedsWithoutToken PASS 3.140s
TestStartStop_RunsUntilCancelled PASS 9.450s
TestStartStop_StopIsIdempotent PASS 2.440s
TestRunWatchdog_JobFailed_MarksRunFailed PASS 2.630s
TestRunWatchdog_JobSucceededWithoutCallback_MarksRunFailed PASS 2.440s
TestRunWatchdog_NoJobTimeout_MarksRunFailed PASS 2.430s
TestRunWatchdog_WithinTimeout_NotModified PASS 2.290s
TestRunWatchdog_AlreadyCompleted_NotModified PASS 3.560s
TestRunWatchdog_StartStop_Lifecycle PASS 2.170s
keskikuja.site/agent-platform/api/internal/pipeline2 tests0.01s
Test Status Time
TestMockExecutor_Start PASS 0.000s
TestMockExecutor_Interface PASS 0.000s
keskikuja.site/agent-platform/api/internal/pipeline/k8s35 tests0.06s
Test Status Time
TestBuildJobSpec_Name PASS 0.000s
TestBuildJobSpec_Namespace PASS 0.000s
TestBuildJobSpec_Labels PASS 0.000s
TestBuildJobSpec_BackoffLimit PASS 0.000s
TestBuildJobSpec_TTL PASS 0.000s
TestBuildJobSpec_RestartPolicy PASS 0.000s
TestBuildJobSpec_ServiceAccount PASS 0.000s
TestBuildJobSpec_ContainerImage PASS 0.000s
TestBuildJobSpec_ContainerName PASS 0.000s
TestBuildJobSpec_Command PASS 0.000s
TestBuildJobSpec_EnvVars PASS 0.000s
TestBuildJobSpec_SingleContainerOnly PASS 0.000s
TestStart_CreatesJob PASS 0.000s
TestStart_SKILL_REPOS_Present PASS 0.000s
TestStart_SKILL_REPOS_AbsentWhenEmpty PASS 0.000s
TestStart_PREnvvars PASS 0.000s
TestStart_NoPR PASS 0.000s
TestStart_WithBotToken PASS 0.000s
TestStart_ManifestRepoToken/with_bot_account_token PASS 0.000s
TestStart_ManifestRepoToken/without_bot_account_token PASS 0.000s
TestStart_ManifestRepoToken PASS 0.000s
TestStart_SkillRepoDecryptTokenError PASS 0.000s
TestStart_BranchProfileBaseBranch PASS 0.000s
TestStart_NoBotToken PASS 0.000s
TestStart_DecryptTokenError PASS 0.000s
TestStart_GiteaBaseURLParsing PASS 0.000s
TestStart_RepoURLNoHost PASS 0.000s
TestStart_LangfuseEnvVars PASS 0.000s
TestStart_DefaultNamespace PASS 0.000s
TestNewK8sExecutor_MissingEnvVars/missing_NAMESPACE PASS 0.000s
TestNewK8sExecutor_MissingEnvVars/missing_CORE_IMAGE PASS 0.000s
TestNewK8sExecutor_MissingEnvVars/missing_RELEASE_NAME PASS 0.000s
TestNewK8sExecutor_MissingEnvVars/missing_API_URL PASS 0.000s
TestNewK8sExecutor_MissingEnvVars/missing_ENGINE_API_KEY PASS 0.000s
TestNewK8sExecutor_MissingEnvVars PASS 0.000s
keskikuja.site/agent-platform/api/internal/swagger0 tests0.00s
Test Status Time