test: zot-rpc driver smoke (end-to-end, ZOT_BIN-gated) #160

Merged
clawdie merged 1 commit from zot-rpc-smoke-test into main 2026-06-24 01:09:26 +02:00
Owner

End-to-end smoke for the colibri#143 zot-rpc driver: 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 as user_messageresponse ack → done.

A placeholder DeepSeek key is enough: the turn 401s deterministically while the driver wiring (the subject under test) 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 --nocapture

Validated on domedog (zot v0.2.42 built with Go 1.24.4): passes. Closes the "live zot rpc smoke pending" item.

🤖 Generated with Claude Code

End-to-end smoke for the colibri#143 zot-rpc driver: 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 as `user_message` → `response` ack → `done`. A placeholder DeepSeek key is enough: the turn 401s deterministically while the driver wiring (the subject under test) 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 --nocapture ``` Validated on domedog (zot v0.2.42 built with Go 1.24.4): passes. Closes the "live zot rpc smoke pending" item. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
clawdie added 1 commit 2026-06-24 01:09:19 +02:00
test: zot-rpc driver smoke (end-to-end, gated on ZOT_BIN)
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
52d60bb2d7
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>
clawdie merged commit 63727a1915 into main 2026-06-24 01:09:26 +02:00
clawdie deleted branch zot-rpc-smoke-test 2026-06-24 01:09:28 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#160
No description provided.