Skip to content

Commit

Permalink
fix(gradulal): do not get compaction from default
Browse files Browse the repository at this point in the history
Test keyspace should be created with default compaction strategy as
in all performance tests.
  • Loading branch information
juliayakovlev authored and fruch committed Oct 14, 2024
1 parent 8b669ef commit a5aebdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions performance_regression_gradual_grow_throughput.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@ def _base_test_workflow(self, workload: Workload, test_name):
num_loaders = len(self.loaders.nodes)
self.run_fstrim_on_all_db_nodes()
# run a write workload as a preparation
compaction_strategy = self.params.get('compaction_strategy')
if workload.preload_data:
self.preload_data(compaction_strategy=compaction_strategy)
self.preload_data()
self.wait_no_compactions_running(n=400, sleep_time=120)
self.run_fstrim_on_all_db_nodes()

Expand Down

0 comments on commit a5aebdd

Please sign in to comment.