mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
The test intention is not to test how zero estimated partitions work, there's another case for than (in another test). Also it looks like 0 is doesn't flow anywhere far, it's std::max-ed into 1 early inside mc::writer constructor. This changes significantly simplifies the unification of the set of make_sstable_easy()-s in the next patch. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>