Skip to content

Commit 82ba6d2

Browse files
committed
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 13305cd commit 82ba6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/cqlengine/management/test_compaction_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SizeTieredCompactionChangesDetectionTest(Model):
6161

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

0 commit comments

Comments
 (0)