The retry loop in `ExecuteInTx` does not check ctx.Done to abort the retries if the context is cancelled. Found while working on adding query cancellation in the crdb SQL shell. cc @andreimatei @rafiss