Skip to content

Commit

Permalink
tests/*cqlengine/management: fix parameters passed to compaction
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fruch committed Jul 2, 2024
1 parent 13305cd commit 82ba6d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class SizeTieredCompactionChangesDetectionTest(Model):

__options__ = {'compaction': {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy',
'bucket_high': '20',
'bucket_low': '10',
'bucket_low': '0.5',
'max_threshold': '200',
'min_threshold': '100',
'min_sstable_size': '1000',
Expand Down

0 comments on commit 82ba6d2

Please sign in to comment.