Skip to content

Commit 2baaf3b

Browse files
author
Marvin Zhang
committed
feat: Add comprehensive refactoring guide for transitioning from mock-based tests to real database tests
- Created REFACTORING_GUIDE.md to provide a step-by-step approach for refactoring tests using TestDataFactory. - Documented common patterns, troubleshooting tips, and best practices for improving test coverage and reliability. docs: Summarize Phase 2/3 test infrastructure session outcomes - Updated SESSION_SUMMARY.md with objectives achieved, test results, and key insights from the session. - Highlighted improvements in test pass rates and fixed core service tests. fix: Resolve workspace upsert bug blocking backfill feature - Fixed the workspace upsert logic in the API to handle existing workspaces correctly. - Updated Prisma upsert query to use the correct unique constraint and ensure proper updates. - Added integration tests to verify the fix and ensure functionality for batch event processing.
1 parent b9e4e34 commit 2baaf3b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+66
-40
lines changed
Lines changed: 6 additions & 5 deletions

specs/001-ai-evaluation-system/README.md renamed to specs/archived/001-ai-evaluation-system/README.md

Lines changed: 7 additions & 4 deletions

specs/001-ai-evaluation-system/ai-evaluation-system-design.md renamed to specs/archived/001-ai-evaluation-system/ai-evaluation-system-design.md

specs/001-ai-evaluation-system/ai-evaluation-system-summary.md renamed to specs/archived/001-ai-evaluation-system/ai-evaluation-system-summary.md

specs/003-codebase-reorganization/README.md renamed to specs/archived/003-codebase-reorganization/README.md

Lines changed: 7 additions & 4 deletions

specs/003-codebase-reorganization/phase2-implementation-summary.md renamed to specs/archived/003-codebase-reorganization/phase2-implementation-summary.md

specs/003-codebase-reorganization/phase3-implementation-summary.md renamed to specs/archived/003-codebase-reorganization/phase3-implementation-summary.md

specs/003-codebase-reorganization/reorganization-plan.md renamed to specs/archived/003-codebase-reorganization/reorganization-plan.md

0 commit comments

Comments
 (0)