Pattern
Async Integration Mismatches
async-boundary-mismatch
Async boundaries fail when mocks, timeouts, and test fixtures return the wrong async shape (e.g., coroutines without aenter/aexit or timeouts that defer work) causing sync paths to fall back, rows to be marked pending, and telemetry to spike.