Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: add stmt_timeout to consistency checks
Context cancellation doesn't do anything since lib/pq uses the Postgres cancellation protocol which we don't implement. See discussion on: #34520 The TL;DR is that we ought to be using pgx instead, which would just close the underlying conn on cancellation which is just what we want here. Release note: None
- Loading branch information