-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(manager): extend some load/stress methods to handle keyspace names
Manager's _generate_load method has been worked to take keyspace_name as a parameter instead of keyspace_name_to_replace. That allows to generate the load for specific keyspace and makes the code more clear and understandable. assemble_and_run_all_stress_cmd_by_ks_names method was introduced to run stress commands for keyspaces with provided names. It was decided to keep it as separate method to not overcomplicate the existing one (assemble_and_run_all_stress_cmd).
- Loading branch information
Showing
4 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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