Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
59130: roachtest: rattle unhealthy cached conns r=irfansharif a=tbg At least on some systems (my Linux desktop for example), using a sql connection pool whose target node has restarted leads to a spurious "broken pipe" error on the next attempt to use the connection. I think this is a bug in whatever driver we're using, but for now work around it by running a `SELECT 1` before returning the conn to the caller. Release note: None Co-authored-by: Tobias Grieger <[email protected]>
- Loading branch information