colibri/crates/colibri-daemon/tests
Sam & Claude 52d60bb2d7
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
CI / agent-jail-pkgs (pull_request) Has been cancelled
test: zot-rpc driver smoke (end-to-end, gated on ZOT_BIN)
Drives a real `zot rpc` subprocess through the Colibri Spawner (rpc_stdin) +
RpcSender and asserts the full path: stdin piped → framed prompt delivered →
zot echoes it (user_message) → response ack → done. Closes the 'live zot rpc
smoke pending' item on colibri#143.

A placeholder DeepSeek key is enough — the turn 401s deterministically while
the driver wiring (the subject) runs fully. #[ignore] + ZOT_BIN-gated, so it
never runs in normal cargo test / CI:

  ZOT_BIN=/path/to/zot cargo test -p colibri-daemon --test zot_rpc_smoke -- --ignored

Validated on this host (zot v0.2.42, Go 1.24.4): passes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 01:09:00 +02:00
..
glasspane_integration.rs refactor: clear pi-era residue from the harness-neutral agent path 2026-06-23 18:04:45 +02:00
intake_scheduler_loop.rs fix(daemon): fail closed when socket ownership is unsafe (Sam & Codex) 2026-06-15 09:08:56 +02:00
pi_spawn_live.rs test: rename 'fake' test agent → 'sample' (lighter, less loaded) 2026-06-23 18:19:49 +02:00
sigterm_shutdown.rs fix(daemon): handle SIGTERM + liveness-aware socket cleanup (Sam & Claude) 2026-06-15 08:37:06 +02:00
zot_rpc_smoke.rs test: zot-rpc driver smoke (end-to-end, gated on ZOT_BIN) 2026-06-24 01:09:00 +02:00