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
154382: workload/schemachanger: add randomized testing for TRUNCATE r=rafiss a=fqazi
Previously, the randomized schema changer workload had no coverage for TRUNCATE. This patch adds support for testing TRUNCATE in the randomized workload with multiple tables and with / without CASSCADE.
Note: This patch also fixes the pgcode generated by TRUNCATE when foreign key refrences exist, since previously we returned an internal error. Postgres generates a FeatureNotSupported pgcode.
Fixes: #154045
Release note: None
154455: cmd/roachtest: prevent macOS host from idle-sleeping during test r=dt a=dt
These tests run for 20mins+ so it is common to step away to make coffee or something while they are running. Unfortunately this can mean the host goes to sleep, failing the test. To avoid this we can invoke the macOS utility 'caffeinate' with '-i' to prevent only machine idle sleep (but not display sleep/lock), and with the roachtest process, so it will inhibit sleep until the roachtest process exits.
Release note: none.
Epic: none.
Co-authored-by: Faizan Qazi <[email protected]>
Co-authored-by: David Taylor <[email protected]>
0 commit comments