mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
The test_env::do_with() are convenient for creating a scope containing a test_env. Prepare them for asynchronously closed sstables_manager by closing the test_env after use (which will, in the future, close the embedded sstables_manager).