mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 21:47:10 +00:00
Currently the test assumes that fragments represent weakly monotonic upper bounds and therefore unconditionally overwrites the upper-bound on receiving each fragment. Range tombstones however violate this as a range tombstone with a smaller position (lower bound) may have a higher upper bound than some or all fragments that follow it in the stream. This causes test failures after the converting the combined reader to v2, but not before, no idea why.