Commit 52bb304
committed
workload: fix tpcc unsafe_internals_accessed logs
The tpcc workload started generating a lot of unsafe_internals_accessed logs
due to the use of `crdb_internal.force_error`.
This PR fixes this by replacing the usage of `crdb_internal.force_error`
with `(1/0)::INT` which provides the same functionality of forcing
an error without using an internal built in.
Epic: None
Release note: None1 parent 6cabe06 commit 52bb304
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
| 430 | + | |
430 | 431 | | |
431 | 432 | | |
432 | 433 | | |
| |||
0 commit comments