mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +00:00
This is the continuation of the previous patch. Make the caller of table_for_tests constructor provide the table::config. This makes the table_for_tests constructor shorter and more self-contained. Also, the caller now needs to provide the reference to reader concurrency semaphore, and that's good news, because the only caller for today is the sstables::test_env that does have it. This makes the semaphore sitting on table_for_tests itself unused and it will be removed eventually. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>