Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workload/schemachange: address intermittent failures with select stmts
Fixes: #91445 Previously, we added logic to detect memory budget, and disk budget errors but those were only when opening a result set. Unfortunately, these errors can also be hit when consuming the rows themselves. To address this, this patch will detect the same errors and ignore them if detected consuming the result set. Release note: None
- Loading branch information