mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 12:47:02 +00:00
Some unit tests want to change the sstable::_dir on the fly. However, the sstable::_dir is going away, so it needs a yet another virtual call on storage driver. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes #13213