test(e2e): nerve daemon start / stop / status #159

Closed
opened 2026-04-27 05:38:23 +00:00 by xiaoju · 0 comments
Owner

Scope

E2E tests for daemon lifecycle commands:

  • nerve daemon start — daemon process starts, IPC socket created, exits 0
  • nerve status — shows uptime, hostname, registered senses
  • nerve daemon stop — daemon shuts down cleanly, socket removed
  • nerve daemon restart — stop + start in one command
  • Double start — second invocation prints already-running message

Parent

Part of #153

## Scope E2E tests for daemon lifecycle commands: - nerve daemon start — daemon process starts, IPC socket created, exits 0 - nerve status — shows uptime, hostname, registered senses - nerve daemon stop — daemon shuts down cleanly, socket removed - nerve daemon restart — stop + start in one command - Double start — second invocation prints already-running message ## Parent Part of #153
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/nerve#159