mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
This change will make table_state_for_test the table_state of column_family_for_tests. Today, an unit test has to keep a reference to them both and logically couple them, but that's error prone. This change is also important when replica::table supports multiple compaction groups, so unit tests won't have to directly reference the table_state of table, but rather use the one managed by column_family_for_tests. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>