mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
helper This test case is pretty special in the sense that it uses custom path for tempdir to create, write and load sstable to/from. It's better to open-code the make_sstable() helper into the test case rather than encourage callers to use custom tempdirs. "Good" test cases can use make_sstable_easy() for the same purposes (in fact they alredy do). Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>