Skip to content
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

Merged
merged 3 commits into from
Feb 27, 2025

Conversation

rleungx
Copy link
Member

@rleungx rleungx commented Feb 26, 2025

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 make checkStores execute ASAP. However, it could cause running checkStores 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

  • Unit test

Release note

None.

@ti-chi-bot ti-chi-bot bot added do-not-merge/needs-linked-issue release-note-none Denotes a PR that doesn't merit a release note. dco-signoff: yes Indicates the PR's author has signed the dco. labels Feb 26, 2025
@rleungx
Copy link
Member Author

rleungx commented Feb 26, 2025

/hold

@ti-chi-bot ti-chi-bot bot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 26, 2025
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.26%. Comparing base (027c0d7) to head (19992fc).
Report is 1 commits behind head on master.

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     
Flag Coverage Δ
unittests 76.26% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@ti-chi-bot ti-chi-bot bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. do-not-merge/needs-linked-issue labels Feb 27, 2025
Signed-off-by: Ryan Leung <[email protected]>
@rleungx
Copy link
Member Author

rleungx commented Feb 27, 2025

/unhold

@ti-chi-bot ti-chi-bot bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 27, 2025
Signed-off-by: Ryan Leung <[email protected]>
Signed-off-by: Ryan Leung <[email protected]>
@ti-chi-bot ti-chi-bot bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 27, 2025
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Feb 27, 2025
@rleungx rleungx requested a review from lhy1024 February 27, 2025 09:34
@ti-chi-bot ti-chi-bot bot added the lgtm label Feb 27, 2025
Copy link
Contributor

ti-chi-bot bot commented Feb 27, 2025

[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:
  • OWNERS [JmPotato,bufferflies]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot removed the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Feb 27, 2025
Copy link
Contributor

ti-chi-bot bot commented Feb 27, 2025

[LGTM Timeline notifier]

Timeline:

  • 2025-02-27 08:44:13.372598121 +0000 UTC m=+518201.325756386: ☑️ agreed by bufferflies.
  • 2025-02-27 10:06:17.007232172 +0000 UTC m=+523124.960390436: ☑️ agreed by JmPotato.

@ti-chi-bot ti-chi-bot bot merged commit ecb9a61 into tikv:master Feb 27, 2025
25 checks passed
@rleungx rleungx deleted the fix-test-2025-1 branch February 27, 2025 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dco-signoff: yes Indicates the PR's author has signed the dco. lgtm release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestRemovingProgress is unstable
3 participants