Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: ignore injected error in sqlsmith in some cases
We enable vectorized panic injection in `sqlsmith` roachtest, and we generally don't expect it to be propagated all the way as "internal error". However, sqlsmith itself issues some queries (like fetching all DB regions) which might hit this injected error which will result in a panic during `smither.Generate` call - we want to ignore such cases. Release note: None
- Loading branch information