Commit d04bff2
committed
fix: integration/e2e test fixes, CI Python 3.12, delete stale docs
- Fix 9 failing integration/e2e tests:
- doctor: update assertions for new GLOBAL/PROJECT output format
- init tool selection: update expected commands to [archive,implement,plan,tasks]
- cost budget: delete flaky single_expensive_query test
- thread safety: tolerate BM25 division-by-zero race condition
- schema migration: trigger lazy init before checking SchemaMismatchError
- chunk type: fix assertion to match ReasoningChunk type='soar'
- store sqlite: use fixture param, trigger lazy init with save_chunk
- soar parallel: fix llm_client -> _llm_client kwarg
- CI: Python 3.10 -> 3.12 (project requires >=3.12), remove deleted perf test step
- Delete 7 stale testing docs (outdated counts, removed packages, wrong paths)
- Replace with updated TESTING_GUIDE.md reflecting current state1 parent 77f5435 commit d04bff2
18 files changed
Lines changed: 137 additions & 8020 deletions
File tree
- .github/workflows
- docs/04-process
- development
- packages
- cli/tests
- e2e
- integration
- test_commands
- context-code/tests/integration
- core/tests/integration
- store
- tasks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
58 | 53 | | |
59 | 54 | | |
60 | | - | |
| 55 | + | |
61 | 56 | | |
62 | 57 | | |
0 commit comments