Commit 5405c85
refactor: remove unused mockall, fix flaky tests
- Remove mockall = "0.14.0" from desktop/src-tauri dev-dependencies
(never used, project policy forbids mocks in tests)
- Fix test_save_one_memory in terraphim_config: handle global storage
singleton already initialized by other tests with different profiles
- Fix test_circuit_breaker_half_open_after_cooldown in terraphim_spawner:
increase sleep margin from 5ms to 50ms to prevent flaking under load
Most dependency duplicates (ahash 0.7/0.8, toml 0.5/0.9, lru 0.7/0.16,
thiserror 1.0/2.0) are transitive and unavoidable without upstream
crate changes.
Refs: #627
Co-Authored-By: Terraphim AI <noreply@anthropic.com>1 parent aef884c commit 5405c85
File tree
3 files changed
+14
-8
lines changed- crates
- terraphim_config/src
- terraphim_spawner/src
- desktop/src-tauri
3 files changed
+14
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1161 | 1161 | | |
1162 | 1162 | | |
1163 | 1163 | | |
1164 | | - | |
1165 | | - | |
1166 | | - | |
1167 | | - | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
1168 | 1167 | | |
1169 | | - | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
1170 | 1176 | | |
1171 | 1177 | | |
1172 | 1178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
481 | | - | |
| 480 | + | |
| 481 | + | |
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments