forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: enable kv/gracefuldraining/nodes=3
Enable `kv/gracefuldraining/nodes=3`. The test was skipped in cockroachdb#67798 due to flakes. The test is updated slightly to prevent future flakes. Before the changes in this commit, the test failed about 7% of sampled test runs (/50). The failures were caused by the QPS metric dropping below the target threshold during drain/restarts. The QPS metric the test used (from the internal time series) did not match up the scraped metric from Prometheus or the workload when QPS dropped. This commit updates the test to gather the QPS metric from Prometheus rather than internal time series. There were 0 failures over 20 runs. Resolves: cockroachdb#59094 Release note: None
- Loading branch information
Showing
1 changed file
with
17 additions
and
33 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