agent-ecosystem/test/main/services/team
Artem Rootman 8570ed13fd
fix: stabilize flaky ChangeExtractorService invalidation test
The test races stale and fresh worker calls to verify that invalidation
prevents stale results from populating the cache. On slow CI, the
fresh worker mock could be reached before the stale deferred was
resolved, causing the version guard to mismatch.

Flush microtasks after starting freshPromise so it advances past
internal awaits and reaches the worker mock before we resolve the
stale deferred.
2026-04-05 18:25:43 +00:00
..
BranchStatusService.test.ts fix(ci): resolve regex complexity lint error and Windows path test failure 2026-03-29 12:40:16 +03:00
CascadeGuard.test.ts feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
ChangeExtractorService.test.ts fix: stabilize flaky ChangeExtractorService invalidation test 2026-04-05 18:25:43 +00:00
CrossTeamOutbox.test.ts feat: implement cross-team message deduplication and improve handling 2026-03-09 22:50:13 +02:00
CrossTeamService.test.ts feat: enhance cross-team messaging with new parameters and recipient handling 2026-03-10 15:40:42 +02:00
FileContentResolver.test.ts feat: enhance file content resolution caching and validation 2026-03-15 10:07:22 +02:00
fileLock.test.ts feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
JsonTaskChangeSummaryCacheRepository.test.ts feat: persist safe task change summaries 2026-03-11 21:37:08 +02:00
leadSessionMessageExtractor.test.ts fix(team): scan inbox for permission_request during provisioning 2026-03-27 23:35:52 +02:00
MemberStatsComputer.test.ts feat: enhance file path validation and member stats computation 2026-03-06 13:00:08 +02:00
ReviewApplierService.test.ts feat: enhance team file handling and logging improvements 2026-03-03 22:00:11 +02:00
TaskBoundaryParser.test.ts feat: enhance task change handling and improve plugin catalog integration 2026-03-11 18:16:40 +02:00
TaskChangeWorkerClient.test.ts improvement(task-change): improve task change presence tracking and related IPC handlers 2026-03-27 17:52:39 +02:00
teamctlRelationships.test.ts feat: implement custom project path management and task relationship features 2026-03-01 20:42:17 +02:00
TeamDataService.test.ts fix: pagination correctness and message enrichment 2026-04-05 18:18:03 +00:00
TeamInboxReader.test.ts feat(team): add support for task comment notifications 2026-03-29 01:29:13 +02:00
TeamInboxWriter.test.ts feat: add relay message ID support for improved message tracking 2026-03-15 18:10:37 +02:00
TeamKanbanManager.test.ts feat: implement file read timeout handling and size validation across team services 2026-03-03 17:43:29 +02:00
TeammateToolTracker.test.ts fix(ci): resolve no-selector-parameter lint error in TeamLogSourceTracker 2026-03-29 12:59:52 +03:00
TeamMcpConfigBuilder.test.ts feat(agent-teams): integrate MCP tool catalog and enhance tool registration 2026-03-30 17:58:17 +03:00
TeamMemberLogsFinder.test.ts fix(graph): enhance particle rendering for task comments 2026-03-28 22:55:01 +02:00
TeamMemberResolver.test.ts chore: update pnpm lockfile and workspace configuration 2026-03-23 16:06:43 +02:00
TeamProvisioningService.test.ts feat(agent-teams): integrate MCP tool catalog and enhance tool registration 2026-03-30 17:58:17 +03:00
TeamProvisioningServiceIdempotency.test.ts refactor: update IPC handlers and types for lead activity and context usage 2026-03-12 14:14:58 +02:00
TeamProvisioningServiceLiveMessages.test.ts fix(tests): update test expectations to match current implementation 2026-03-31 01:08:43 +03:00
TeamProvisioningServicePostCompact.test.ts refactor(team): update tracking logic and enhance test coverage 2026-03-29 02:01:07 +02:00
TeamProvisioningServicePrepare.test.ts fix(ci): stabilize provisioning test and clear lint errors 2026-03-30 16:45:14 +03:00
TeamProvisioningServicePrompts.test.ts refactor(team): update tracking logic and enhance test coverage 2026-03-29 02:01:07 +02:00
TeamProvisioningServiceRelay.test.ts fix(tests): update test expectations to match current implementation 2026-03-31 01:08:43 +03:00
TeamProvisioningServiceRoster.test.ts feat: implement member spawn status tracking and online marking 2026-03-10 13:16:38 +02:00
TeamSentMessagesStore.test.ts fix(team): scan inbox for permission_request during provisioning 2026-03-27 23:35:52 +02:00
TeamTaskWriter.test.ts feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00