mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
To test both expired and non-expired sstables scenarios we need to pass this helper function the expected number of sstables before compaction and after compaction. When compaction a set of fully-expired sstables, we expect none to remain, while when the set of sstables is not fully expired, we'll expect 1 output sstable after compaction. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>