yoi/crates/pod/tests
Hare 90e83bf2ae update: entry hash chain と session_head mutex を撤廃
- HashedEntry / EntryHash / compute_hash / build_chain 撤去、JSONL は 1 行 1 LogEntry
- SessionOrigin.at_hash → at_turn_index (TurnEnd 由来) に置換
- Pod 側 SessionHead mutex を ArcSwap<SessionId> + AtomicUsize の SessionState に置換
- ensure_head_or_fork は store の entry count と writer の append tally で判定
- session-store から sha2 / hex 依存、pod から parking_lot 依存を削除
2026-05-20 04:31:37 +09:00
..
compact_events_test.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
consolidation_test.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
controller_test.rs update: Paused→Run の interrupt 前処理を Pod::run に内包 2026-05-15 21:51:57 +09:00
pod_comm_tools_test.rs refactor: Podのメインループのリファクタリング 2026-05-14 03:27:49 +09:00
pod_events_test.rs pod-registry-rename修正 2026-04-29 21:04:47 +09:00
restore_test.rs update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
session_metrics_test.rs update: entry hash chain と session_head mutex を撤廃 2026-05-20 04:31:37 +09:00
spawn_pod_test.rs feat: resume時のscope claimを過去の有効scopeに揃える 2026-05-03 17:12:36 +09:00
system_prompt_template_test.rs update: entry hash chain と session_head mutex を撤廃 2026-05-20 04:31:37 +09:00