-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit improves `tpchvec/perf` roachtest so that it's less likely to fail due to some flake in performance. In particular, this test has an assertion that if a query runtime in ON config is 1.5x slower than in OFF config, then some bundles are collected and the test is failed. However, we've seen quite a few times when those bundles don't explain the slowness (which likely to be intermittent). To prevent these false positives this commit improves the test to run the query that was marked as too slow one more time and only fail the test if it's significantly slower again in ON config vs OFF config. Release note: None
- Loading branch information
1 parent
7ba92b8
commit c5c7ead
Showing
1 changed file
with
71 additions
and
26 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