Skip to content

Commit

Permalink
fix(elasticity): change loader type
Browse files Browse the repository at this point in the history
Run the elasticity test with real loader and c-s image v3.17.0
  • Loading branch information
juliayakovlev committed Dec 4, 2024
1 parent 51f564e commit 3f7c381
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ print_kernel_callstack: true

store_perf_results: true
email_recipients: ["[email protected]"]
use_prepared_loaders: true
#use_prepared_loaders: false
use_hdr_cs_histogram: true
email_subject_postfix: 'elasticity test'
nemesis_double_load_during_grow_shrink_duration: 30
parallel_node_operations: true
stress_image:
cassandra-stress: 'scylladb/cassandra-stress:3.17.0'
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ print_kernel_callstack: true

store_perf_results: true
email_recipients: ["[email protected]"]
use_prepared_loaders: true
#use_prepared_loaders: false
use_hdr_cs_histogram: true
use_placement_group: true
email_subject_postfix: 'latency during upgrades'
stress_image:
cassandra-stress: 'scylladb/cassandra-stress:3.17.0'

cluster_health_check: false
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ print_kernel_callstack: true

store_perf_results: true
email_recipients: ["[email protected]"]
use_prepared_loaders: true
#use_prepared_loaders: false
use_hdr_cs_histogram: true
use_placement_group: true
use_capacity_reservation: true
email_subject_postfix: 'latency during operations'
stress_image:
cassandra-stress: 'scylladb/cassandra-stress:3.17.0'
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ append_scylla_yaml:
auto_snapshot: false

use_placement_group: true
use_prepared_loaders: false
#use_prepared_loaders: false
stress_image:
cassandra-stress: 'scylladb/cassandra-stress:3.13.0'
cassandra-stress: 'scylladb/cassandra-stress:3.17.0'

0 comments on commit 3f7c381

Please sign in to comment.