fabro/lib/crates/fabro-server
Bryan Helmkamp 6db2408f2c fix(tests): isolate test secret store paths to prevent shared /tmp/server.env
test_secret_store_path() placed secrets directly in /tmp/, meaning all
tests shared /tmp/server.env. Under parallel nextest, tests that needed
SESSION_SECRET would race on this file, and tests that didn't provide one
(auth_login_github_redirects_to_github) would accidentally inherit it
from another test.

Fix: each test now gets its own temp directory via a ULID-keyed subdirectory.
Also fix the github redirect test to explicitly provide its session key.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 21:26:02 -04:00
..
src fix(tests): isolate test secret store paths to prevent shared /tmp/server.env 2026-04-13 21:26:02 -04:00
tests refactor(setup): remove browser-based GitHub app bootstrap 2026-04-13 18:25:29 -04:00
Cargo.toml Add typed provider credential auth flow 2026-04-12 22:10:11 -04:00