34e361ca4a
cargo test was failing with too many open files because each test server spawned a worker per CPU, quickly exhausting file descriptors when tests ran in parallel. Set test servers to one worker so they use a bounded number of sockets/threads, avoiding fd exhaustion and letting OIDC and migration tests start reliably.