mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
This patch has two reproducing tests for issue #7432, which are cases where a paged query with a restriction backed by a secondary-index returns pages larger than the desired page size. Because these tests reproduce a still-open bug, they are both marked "xfail". Both tests pass on Cassandra. The two tests involve quite dissimilar casess - one involves requesting an entire partition (and Scylla forgetting to page through it), and the other involves GROUP BY - so I am not sure these two bugs even have the same underlying cause. But they were both reported in #7432, so let's have reproducers for both. Refs #7432 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Closes #11586