mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
The check in consume_range_tombstone was too late. Before getting to it we would fail an assert calling to_bound_kind. This moves the check earlier and adds a testcase. Tests: unit (release) Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com>