We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24acab commit 9051d46Copy full SHA for 9051d46
tests/integration/cqlengine/management/test_compaction_settings.py
@@ -60,7 +60,7 @@ class SizeTieredCompactionChangesDetectionTest(Model):
60
61
__options__ = {'compaction': {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy',
62
'bucket_high': '20',
63
- 'bucket_low': '10',
+ 'bucket_low': '0.5',
64
'max_threshold': '200',
65
'min_threshold': '100',
66
'min_sstable_size': '1000',
0 commit comments