Summary
Dogfood baseline found bun run check can hang during the test phase around scripts/sec-remediate.test.ts.
Verification Needed
Run the targeted serial check:
bun test scripts/sec-remediate.test.ts --timeout 30000
If the targeted test hangs, this is a real test bug. If it passes serially, classify as full-suite contention and isolate the shared resource.
Expected
bun run check must complete serially without hanging.
Impact
This blocks the release gate because release work requires bun run check green before push/publish.
Summary
Dogfood baseline found
bun run checkcan hang during the test phase aroundscripts/sec-remediate.test.ts.Verification Needed
Run the targeted serial check:
bun test scripts/sec-remediate.test.ts --timeout 30000If the targeted test hangs, this is a real test bug. If it passes serially, classify as full-suite contention and isolate the shared resource.
Expected
bun run checkmust complete serially without hanging.Impact
This blocks the release gate because release work requires
bun run checkgreen before push/publish.