mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
sstables::test_env needs to be properly closed (and will soon need it even more). Use test_env::do_with_async() to do that. Removed await_background_jobs(), which is now done by test_env::close().