mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +00:00
Making sstable for a table needs passing table directory as an argument. Current table_for_tests's helper gets the directory from table config, but the very same path sits on the table itself. This makes testing code to construct sstable look closer to the core code and is also the prerequisite for removing the table config from table_for_tests in the future. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>