mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
sstables_manager will soon be closed asynhronously, with a future-returning close() function. To prepare for that, make the following changes - replace test_sstables_manager with an sstables_manager obtained from test_env - drop unneeded calls to await_background_jobs() These changes allow lifetime management of the sstables_manager used in the tests to be centralized in test_env.