From abcf6f812841ac183d8faaf73b1be4df9097c580 Mon Sep 17 00:00:00 2001 From: Aman <1402357+Zartharas@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:12:05 -0600 Subject: [PATCH] chore: preserve Stryker config formatting --- stryker.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stryker.conf.json b/stryker.conf.json index f557c7e5b3..7c52c54726 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -471,5 +471,5 @@ " grep -rlE \"circuitBreaker|publicCreds|accountFallback|routeGuard|services/auth|chatCore|services/combo|utils/error|public-client|account-fallback|route-guard|circuit-breaker\" tests/unit --include=\"*.test.ts\" | sort -u" ], "dryRunTimeoutMinutes": 30, - "_concurrency_comment": "concurrency=4 (was 1): the covering node:test files used to share SQLite/module state via the default DATA_DIR (~/.omniroute), so running them concurrently in the Stryker sandbox caused cross-file races that failed the all-green baseline dry-run (account-fallback-service tap exit 9) and passes WITH it. Raise further only if the runner has spare cores." -} \ No newline at end of file + "_concurrency_comment": "concurrency=4 (was 1): the covering node:test files used to share SQLite/module state via the default DATA_DIR (~/.omniroute), so running them concurrently in the Stryker sandbox caused cross-file races that failed the all-green baseline. tap.nodeArgs now imports ./tests/_setup/isolateDataDir.ts, which gives each spawned test process its own temp DATA_DIR — eliminating the shared on-disk DB, so concurrency>1 is deterministic. A/B verified 2026-06-17: dry-run at concurrency=4 fails WITHOUT the isolation import (account-fallback-service tap exit 9) and passes WITH it. Raise further only if the runner has spare cores." +}