mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 10:41:12 +00:00
* flat_reader_assertions::produces_range_tombstone() does not actually check range tombstones beyond the fact that they are in fact range tombstones (unless non-empty ck_ranges is passed). Fix the immediate problem, change assertion logic to take split and overlapping range tombstones into account properly, and also fix several accidentally-incorrect tests. Fixes #9470 * Convert the remaining sstable_3_x reader tests to v2, now that they are more correct and only the actual convertion remains. This deals with the sstable reader tests that involve range tombstones. Signed-off-by: Michael Livshin <michael.livshin@scylladb.com>