mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
test: sstables test_env: introduce manager() accessor
This returns the sstables_manager carried by the test_env. We will soon retire the global test_sstables_manager, so we need to provide access to one.
This commit is contained in:
@@ -555,6 +555,8 @@ private:
|
||||
|
||||
public:
|
||||
const bool has_component(component_type f) const;
|
||||
sstables_manager& manager() { return _manager; }
|
||||
const sstables_manager& manager() const { return _manager; }
|
||||
private:
|
||||
future<file> open_file(component_type, open_flags, file_open_options = {}) noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user