fix: OCAS_DIR → OCAS_HOME in test helpers #59
Reference in New Issue
Block a user
Delete Branch "fix/58-test-isolation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
4 remaining
OCAS_DIRreferences in test helpers (store-unified-threads, thread-resume) caused tests to write to global~/.ocasinstead of per-test temp dirs, resulting in 6 test failures from data leakage.All 16 affected tests now pass.
Fixes #58
d8b6974379toa8734f29e1a8734f29e1to63454a4cfdLGTM ✅ 环境变量漏网修复 + E2E timeout + tsx→node,测试隔离到位。