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.