-
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(test-case): update 5000 tables test case configuration
List of changes: - Disable per-table metrics due to significant perf impact. - Enable cluster health checks which work with this case just fine. - Decrease the nemesis interval from 60 minutes to just 3 keeping in mind that health checks will take some time too. - Reduce stress time for each of the 5000 commands. Having 20 minutes per cmd we will get about 1.5 days long test runs instead of the 2.5 days. - Reduce number of loaders from 5 to 3 to use resources more efficiently. In current case the bottleneck is the RAM. Note that this scenario hits following bug: - scylladb/scylla-enterprise#5093 If 'destroy_data_then_repair' nemesis gets triggered aganst the setup of this scenario. (cherry picked from commit 0c7fa60)
- Loading branch information
1 parent
324c942
commit cd66fed
Showing
4 changed files
with
15 additions
and
14 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