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
107829: server: refactor the sticky engine registry into a VFS registry r=jbowens a=jbowens
The 'StickyInMemEngineRegistry' has historically been the method of preserving local physical state within tests across node/TestCluster restarts. This registry predates Pebble and its pure-Go VFS interface. This commit refactors the sticky engine registry into a registry of virtual filesystems. This improves test coverage by exercising storage engine teardown and recovery code.
The previous behavior of reusing the storage Engine without closing and re-opening is still supported with the server.ReuseEngines option.
Closecockroachdb#107177.
Epic: None
Release note: None
107988: sql: respect timezone for SHOW QUERIES/SESSIONS r=rafiss a=rafiss
fixescockroachdb#107650fixescockroachdb#107649
Release note (sql change): The SHOW QUERIES and SHOW SESSIONS commands now will display timestamps using the session's timezone setting.
Co-authored-by: Jackson Owens <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
0 commit comments