Skip to content

Commit 0439027

Browse files
fruchdkropachev
authored andcommitted
tests/*cqlengine/management: fix parameters passed to compaction
at some point scylla started validation of the arguments to compaction and newer versions rejects the values passed from this test chnaged it to something within the values expected
1 parent e1b46ca commit 0439027

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)