[Backport 2026.1] refactor(scale): Refactor scale tests to run faster#15256
Open
scylladbbot wants to merge 1 commit into
Open
[Backport 2026.1] refactor(scale): Refactor scale tests to run faster#15256scylladbbot wants to merge 1 commit into
scylladbbot wants to merge 1 commit into
Conversation
…rations Reduced the number of cassandra-stress prepare and stress operations from 4 to 2, doubling the workload per command (500K to 1M rows per operation). This consolidation reduces coordination overhead while maintaining the same total dataset size of 244GB (2M rows * 128KB). Optimizations made: - Removed use_legacy_cluster_init from all scale configurations - Reduced stress duration from 180m to 30m for faster iterations - Increased add_node_cnt for faster scale-up (40-60: 1→10, 180-200: implicit→20, 450-500: implicit→50, scale-cluster: 1→5) - Halved n_loaders from 4 to 2 in scale-cluster base config - Maintained cluster_health_check: false for large clusters Files modified: - configurations/scale/scale-40-60.yaml - configurations/scale/scale-180-200.yaml - configurations/scale/scale-450-500.yaml - test-cases/scale/scale-cluster.yaml (cherry picked from commit 533364a)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reduced the number of cassandra-stress prepare and stress operations
from 4 to 2, doubling the workload per command (500K to 1M rows per
operation). This consolidation reduces coordination overhead while
maintaining the same total dataset size of 244GB (2M rows * 128KB).
Optimizations made:
implicit→20, 450-500: implicit→50, scale-cluster: 1→5)
Files modified:
Testing:
Due to the cost will be done after merge.
Parent PR: #15181