Skip to content

support row/cell/range tombstone verification #10595

Open
@yarongilor

Description

@yarongilor

The sstable_utils.py get_compacted_tombstone_deletion_info currently only handels partition tombstone.
It uses tombstones_deletion_info = [entry for entry in sstable_data if 'tombstone' in entry] in:

def get_compacted_tombstone_deletion_info(self, sstable: str) -> list:

SCT Should also handle other tombstone types like row/cell/range.
So it could generate and verify all these types in a tombstone test.
refs: #10180 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions