Skip to content

Commit 9051d46

Browse files
committed
Fix test_compaction_not_altered_without_changes_sizetiered
Scylla does not support bucket_low higher than 1 At the same time cassandra is ok with from 0 to 10
1 parent e24acab commit 9051d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/cqlengine/management/test_compaction_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class SizeTieredCompactionChangesDetectionTest(Model):
6060

6161
__options__ = {'compaction': {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy',
6262
'bucket_high': '20',
63-
'bucket_low': '10',
63+
'bucket_low': '0.5',
6464
'max_threshold': '200',
6565
'min_threshold': '100',
6666
'min_sstable_size': '1000',

0 commit comments

Comments
 (0)