Skip to content

Commit

Permalink
Merge pull request #24622 from nvartolomei/nv/cst-cache-stress-deflake
Browse files Browse the repository at this point in the history
rptest: disable leader balancer in cache stress test
  • Loading branch information
piyushredpanda authored Dec 22, 2024
2 parents 1c6cff3 + ee7918a commit 38fdff4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/rptest/scale_tests/tiered_storage_cache_stress_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ def setUp(self):
self.manifest_upload_interval,
'disable_public_metrics': False,
'cloud_storage_cache_check_interval': 500,
# We're consuming from leader node and expect specific changes in
# its local cache. Disable leader balancer so that our expectations
# are valid.
"enable_leader_balancer": False,
}
self.redpanda.set_extra_rp_conf(extra_rp_conf)

Expand Down

0 comments on commit 38fdff4

Please sign in to comment.