fix(coding-agent): expose failed compaction attempts#326
Draft
minpeter wants to merge 1 commit into
Draft
Annotations
2 errors
|
Test
Process completed with exit code 1.
|
|
Test:
packages/coding-agent/test/suite/compaction-race.test.ts#L529
AssertionError: expected [ …(2) ] to deeply equal [ ObjectContaining{…} ]
- Expected
+ Received
[
{
+ "reason": "threshold",
+ "type": "compaction_start",
+ },
+ {
"reason": "manual",
+ "type": "compaction_start",
},
]
❯ test/suite/compaction-race.test.ts:529:52
|
background
wait
wait-all
cancel
parallel
Loading