cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metamorphic: add cases with `sstContainsExciseTombstone=true` for IngestAndExcise

aadityasondhi opened this issue · comments

As a follow up to changes in #3398. We should test with the option set to true with cases where the ingested SSTs contain range dels.

This was fixed in #3443 .