brewlog/tests
Jon Seager 305bc5f5a5
fix(tests): abort server tasks on test cleanup to prevent zombie processes
Store the tokio AbortHandle in TestApp and implement Drop to abort the
spawned server task. Previously the JoinHandle was silently dropped,
leaving server tasks running indefinitely after tests completed.
2026-02-04 16:37:08 +00:00
..
cli test(cafes): add API, CLI, Datastar, timeline, and backup tests 2026-02-03 14:53:08 +00:00
server fix(tests): abort server tasks on test cleanup to prevent zombie processes 2026-02-04 16:37:08 +00:00