mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
With no users left (apart from some variants of column_family_test_config which are removed in this patch) there are no more users, so remove it. test_sstable_manager is obstructs sstables_manager from taking charge of sstables ownership, since it a thread-local object. We can't close it, since it will be used in the next test to run.