mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
The test's input data is currently out-of-order, violating a fundamental invariant of data always being sorted. This doesn't cause any problems right now, but soon it will. Sort it to avoid it.