mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 22:43:15 +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