fabro/lib
Bryan Helmkamp 74cad460b0
fix(test): stop leaked server processes and add test names to temp dirs
Replace subprocess-based server stop (fabro server stop) with direct
SIGTERM/SIGKILL via fabro_proc, eliminating silent failures under
nextest parallelism that left orphaned daemon processes. Use test
function name as temp dir prefix (.ft-<name>-) so leaked processes
are identifiable by test, truncated to 16 chars for Unix socket
path limits.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 14:07:23 -04:00
..
crates fix(test): stop leaked server processes and add test names to temp dirs 2026-04-05 14:07:23 -04:00
packages/fabro-api-client refactor(cli): route run state through the shared server daemon 2026-04-05 00:15:33 -04:00