mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 18:40:38 +00:00
From now on, get_sstables_for_compaction() will use table_state. With table_state, we avoid layer violations like strategy using manager and also makes testing easier. Compaction unit tests were temporarily disabled to avoid a giant commit which is hard to parse. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>