-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: make TestRemovingProgress
stable
#9103
Conversation
/hold |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9103 +/- ##
==========================================
- Coverage 76.29% 76.26% -0.04%
==========================================
Files 473 473
Lines 71663 71663
==========================================
- Hits 54677 54654 -23
- Misses 13559 13577 +18
- Partials 3427 3432 +5
Flags with carried forward coverage won't be shown. Click here to find out more. |
c61200f
to
383f8dd
Compare
Signed-off-by: Ryan Leung <[email protected]>
383f8dd
to
a607758
Compare
/unhold |
Signed-off-by: Ryan Leung <[email protected]>
Signed-off-by: Ryan Leung <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bufferflies, JmPotato The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
What problem does this PR solve?
Issue Number: Close #8992.
What is changed and how does it work?
The test failed because we enabled
highFrequencyClusterJobs
failpoint to makecheckStores
execute ASAP. However, it could cause runningcheckStores
multiple times if the environment is in a high load state. In this case, the data point in the progress window will increase which results in speed inaccuracy.Check List
Tests
Release note