test(core): complete Phase 2.8 — E2E tests and CI caching#13
Merged
Conversation
- Add mcp-tools-regression test verifying exactly 6 built-in adapters - Fix E2E incremental and force-reindex tests (add settle delay for Antfly) - Remove e2e-index-dev-agent test (OOM — ts-morph parses entire repo) - Add turbo build cache to CI workflow - E2E tests remain local-only (ANTFLY_INTEGRATION=true guard) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mcp-tools-regressiontest verifying exactly 6 built-in adapters (catches accidental re-introduction of removed adapters)e2e-index-dev-agenttest (OOM — ts-morph parses entire repo in vitest fork, 4GB+ heap)Changes
Tests
packages/mcp-server/src/adapters/__tests__/mcp-tools-regression.test.ts— runs in CI, no Antfly needede2e-incremental.test.ts,e2e-force-reindex.test.ts— added 2s settle delay after indexinge2e-index-dev-agent.test.ts— OOM-prone, not viable for CI or reliable local runsCI
actions/cache@v4) with SHA + lockfile keyingANTFLY_INTEGRATION=trueguard)Docs
Test plan
pnpm testpasses (83 files, 1586 tests, 0 failures)mcp-tools-regressiontest passes (11 assertions)ANTFLY_INTEGRATION=trueGenerated with Claude Code