Commit b6fdfe8
Mathieu Baudet
test_utils: scan the empty prefix in run_reads
Align run_reads with `main`: iterate prefixes of length 0..=len (was
1..=len) so the empty-prefix scan is exercised. This covers
`find_keys_by_prefix(&[])` against the exclusive ScyllaDB store, which
must not surface the timestamp sentinel row.1 parent 10cc27c commit b6fdfe8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments