mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
This is another unit test for range tombstone merging, introduced in commit0fc9a5ee4dand rewritten in commit99ecda3c96. In this test, a single large deletion was broken up into several smaller ranges, all with the same time stamps, so we should recombine them into one row tombstone, instead of failing the read. The sstable in this test case was artificially created using json2sstable. We don't know how yet to produce such a case using Cassandra 2, but we have seen a similar occurance in the wild, in a real SSTable. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <1459429243-15821-1-git-send-email-nyh@scylladb.com>