@@ -262,7 +262,7 @@ range-deletions-bytes-estimate: 78
262
262
263
263
# Test the interaction between point and range key deletions.
264
264
265
- define
265
+ define block-size=1 target-file-sizes=(100, 1)
266
266
----
267
267
268
268
# Start with a table that contains point and range keys, but no range dels or
@@ -393,7 +393,7 @@ range-deletions-bytes-estimate: 0
393
393
# A hint for exclusively range key deletions that covers a table with point keys
394
394
# should not contain an estimate for point keys.
395
395
396
- define
396
+ define block-size=1 target-file-sizes=(100, 1)
397
397
----
398
398
399
399
# A table with point keys.
@@ -451,7 +451,7 @@ range-deletions-bytes-estimate: 0
451
451
# A hint from a range del that covers a table with only range keys should not
452
452
# contain an estimate for the range keys.
453
453
454
- define
454
+ define block-size=1 target-file-sizes=(100, 1)
455
455
L4
456
456
a.RANGEDEL.4:c
457
457
L5
@@ -572,7 +572,7 @@ keys.missized-tombstones-count: 1
572
572
573
573
# Virtual sstables tests. Note that these tests are just for sanity checking
574
574
# purposes. Small sstables lead to inaccurate values during extrapolation.
575
- define format-major-version=16
575
+ define format-major-version=16 block-size=32768 target-file-sizes=(100, 1)
576
576
----
577
577
578
578
batch
@@ -980,7 +980,7 @@ range-deletions-bytes-estimate: 482
980
980
981
981
# Create a database with value separation enabled.
982
982
983
- define format-major-version=24 value-separation=(enabled, min-size=1, max-ref-depth=10, rw-min-age=1m, garbage-ratios=0.1:0.3) target-file-sizes=(100000)
983
+ define format-major-version=24 value-separation=(enabled, min-size=1, max-ref-depth=10, rw-min-age=1m, garbage-ratios=0.1:0.3) target-file-sizes=(100000) block-size=32768
984
984
----
985
985
986
986
batch
0 commit comments