fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Make it possible to reset IndexMaintainerRegistryImpl for testing purposes

Open butlermh opened this issue 1 year ago • 0 comments

IndexMaintainerRegistryImpl can only be initialized once because it uses a static instance.

This can create problems during testing.

This change adds a reset method that re-initializes the registry.

butlermh avatar Sep 14 '23 23:09 butlermh