Skip to content

Commit 38fdff4

Browse files
Merge pull request #24622 from nvartolomei/nv/cst-cache-stress-deflake
rptest: disable leader balancer in cache stress test
2 parents 1c6cff3 + ee7918a commit 38fdff4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/rptest/scale_tests/tiered_storage_cache_stress_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ def setUp(self):
6565
self.manifest_upload_interval,
6666
'disable_public_metrics': False,
6767
'cloud_storage_cache_check_interval': 500,
68+
# We're consuming from leader node and expect specific changes in
69+
# its local cache. Disable leader balancer so that our expectations
70+
# are valid.
71+
"enable_leader_balancer": False,
6872
}
6973
self.redpanda.set_extra_rp_conf(extra_rp_conf)
7074

0 commit comments

Comments
 (0)