mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
Reduce test string value size for test_index_with_paging from 4096 to 100. With 100 bytes it should make the base row significantly larger than the key so the test will exercise both types of paging in the scanning code. The debug running time for this tests is reduced from 9 minutes to 6 minutes. Refs #13905 Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com>