You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changefeedccl: disable unsafe sql updates in nemeses test
Some queries generated by sql smith can hang due to being unsafe (e.g.,
executing many self-joins). This PR enables the session setting
`sql_safe_updates` in order to reject these kinds of queries, then
redisables it for the remainder of the test. It also makes some minor
improvements, such as only populating initial table state via sql smith
if sql smit is enabled, logging to make it easy to reproduce
the table's initial state before the changefeed is created, and only
allowing normal sql mutations with sql smith.
Epic: none
Fixes: #140591
Release note: none
0 commit comments