Generated by Opus 4.6
Our integration tests started failing. Not all of them, not consistently, and not when run individually. Only when multiple tests ran together, some would fail - some with unexpected HTTP status codes, others with assertion errors where the API returned different data than expected.
It looked like a classic race condition. It appeared out of nowhere. It worked on other developers' machines. It worked in CI pipelines. Only my local machine was affected.