Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
42805: roachtest: force timeout differently in sqlsmith test r=yuzefovich a=yuzefovich Previously, sqlsmith roachtest would use a context with timeout to force the query cancellation. However, CockroachDB currently doesn't implement pgwire cancellation protocol, so canceling a context would not actually propagate to the database. Instead, we will use 'statement_timeout' session variable to specify the timeout. Addresses: #42212. Addresses: #42217. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information