mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 12:47:02 +00:00
sstables::test_env is intended for sstable unit tests, but to satisfy its dependency of an sstables_registry we instantiate an entire database. Remove the dependency by having a mock implementation of sstables_registry and using that instead. Closes scylladb/scylladb#17895