From f5ccc87d70f78ca2ffbf1cd9eb55ef8797522bdc Mon Sep 17 00:00:00 2001 From: yarongilor Date: Mon, 3 Mar 2025 16:53:59 +0200 Subject: [PATCH] fix(90% utilization): Use simulated racks Added a usage of simulated_racks to the 90%-utilizations tests of nemesis and of many-small-tables. --- .../features/elasticity/elasticity-90-percent-with-nemesis.yaml | 1 + .../elasticity/longevity-elasticity-many-small-tables.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/test-cases/features/elasticity/elasticity-90-percent-with-nemesis.yaml b/test-cases/features/elasticity/elasticity-90-percent-with-nemesis.yaml index 7c72bebed0..c002ac6697 100644 --- a/test-cases/features/elasticity/elasticity-90-percent-with-nemesis.yaml +++ b/test-cases/features/elasticity/elasticity-90-percent-with-nemesis.yaml @@ -13,6 +13,7 @@ stress_cmd: pre_create_keyspace: "CREATE KEYSPACE IF NOT EXISTS keyspace1 WITH replication = {'class': 'NetworkTopologyStrategy', 'replication_factor': 3} AND tablets = {'initial': 64};" n_db_nodes: 3 +simulated_racks: 3 nemesis_add_node_cnt: 3 n_loaders: 4 n_monitor_nodes: 1 diff --git a/test-cases/features/elasticity/longevity-elasticity-many-small-tables.yaml b/test-cases/features/elasticity/longevity-elasticity-many-small-tables.yaml index fe1e8d07cf..e768d29895 100644 --- a/test-cases/features/elasticity/longevity-elasticity-many-small-tables.yaml +++ b/test-cases/features/elasticity/longevity-elasticity-many-small-tables.yaml @@ -20,6 +20,7 @@ cs_duration: '' n_loaders: 4 n_monitor_nodes: 1 n_db_nodes: 3 +simulated_racks: 3 add_node_cnt: 0 instance_type_db: 'i4i.xlarge'