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
server: refactor the sticky engine registry into a VFS registry
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
0 commit comments