mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
The existing TTL tests use only tiny tables, so don't exercise the expiration-time scanner's use of paging. So in this patch we add another test with a much larger table (with 40,000 items). To verify that this test indeed checks paging, I stopped the scanner's iteration after one page, and saw that this test starts failing (but the smaller tests all pass). Signed-off-by: Nadav Har'El <nyh@scylladb.com>