mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
memory_footprint_test fails with: `sstable - writing sstables with too old format` because it attempts to write the obsolete sstables formats, for which the writer code has been long removed. Fix that. Closes #14265