[loop-cycle] fix: three-strike route test isolation for xdist #1254

Merged
Timmy merged 1 commits from fix/three-strike-test-isolation into main 2026-03-23 23:49:03 +00:00

1 Commits

Author SHA1 Message Date
hermes
fd4773acad fix: three-strike route tests use unique keys for xdist isolation
Some checks failed
Tests / lint (pull_request) Failing after 13s
Tests / test (pull_request) Has been skipped
Tests used hardcoded keys that collided across parallel xdist workers
and repeated runs on the shared SQLite DB. Each test now generates a
uuid4-based key so state never leaks between tests.

Fixes 2 flaky failures on main: test_record_strike_first and
test_third_strike_returns_409.
2026-03-23 19:48:34 -04:00