-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathPR-provision-test-docker.yaml
29 lines (22 loc) · 1.22 KB
/
PR-provision-test-docker.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
test_duration: 60
stress_cmd: ["cassandra-stress write cl=ONE duration=1m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=1) compaction(strategy=SizeTieredCompactionStrategy)' -mode cql3 native -rate threads=10 -pop seq=1..10000000 -log interval=5",
"cassandra-stress counter_write cl=ONE duration=1m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=1) compaction(strategy=TimeWindowCompactionStrategy)' -mode cql3 native -rate threads=5 -pop seq=1..10000000"
]
n_loaders: 1
n_monitor_nodes: 1
n_db_nodes: 1
instance_type_runner: c6i.2xlarge
nemesis_class_name: NonDisruptiveMonkey
nemesis_interval: 1
nemesis_filter_seeds: false
user_prefix: 'PR-provision-docker'
use_mgmt: false
<<<<<<< HEAD
||||||| parent of 452e94855 (fix(ScyllaYaml): add `tablets_mode_for_new_keyspaces` configuration option)
append_scylla_yaml:
enable_tablets: false # counters are not supported with tablets
=======
append_scylla_yaml:
enable_tablets: false # counters are not supported with tablets
tablets_mode_for_new_keyspaces: 'disabled' # counters are not supported with tablets
>>>>>>> 452e94855 (fix(ScyllaYaml): add `tablets_mode_for_new_keyspaces` configuration option)