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
cmd/roachtest: prevent macOS host from idle-sleeping during test
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.
0 commit comments