-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
83166: roachtest: add streamer config to tpchvec r=yuzefovich a=yuzefovich **roachtest: disable merge queue in some TPCH tests** This commit disables the merge queue during most of the TPCH tests. Some of these tests are performance oriented, so we want to keep as many things constant as possible. Also, having more ranges around gives us better testing coverage of the distributed query execution. Release note: None **roachtest: add streamer config to tpchvec** This commit refactors the `tpchvec` roachtest to introduce a new `streamer` config which runs all TPCH queries with the streamer ON and OFF by default. This is used to make it easier to track the performance of the streamer as well as to catch regressions in performance in the future (since the test will fail if OFF config is significantly faster than ON config). At the moment, the test will fail if the streamer ON config is slower by at least 3x than the OFF config, but over time I plan to reducing that threshold. Informs: #82159. Release note: None **roachtest: refactor tpchvec a bit** This commit refactors `tpchvec` roachtest so that queries run in the query-major order rather than the config-major order. Previously, we would perform the cluster setup, run all queries on that setup, then perform the setup for the second test config, run all queries again, and then analyze the results. However, I believe for perf-oriented tests it's better to run each query on all configs right away (so that the chance of range movement was relatively low), and this commit makes such a change. This required the removal of `perf_no_stats` test config (which probably wasn't adding much value). Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information
Showing
6 changed files
with
103 additions
and
120 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
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
Oops, something went wrong.