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

Fix WriteAmpBasedRateLimiter flaky test #381

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

v01dstar
Copy link

@v01dstar v01dstar commented Sep 26, 2024

struct Req is double-declared. Removing the second one.

WriteAmpBasedRateLimiter::Rate test is flaky. Facebook also found similar issue in GenericRateLimiter test. see facebook#7728

@ti-chi-bot ti-chi-bot bot added dco-signoff: yes Indicates the PR's author has signed the dco. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 26, 2024
Signed-off-by: Yang Zhang <[email protected]>
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Sep 26, 2024
Copy link
Member

@Connor1996 Connor1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ti-chi-bot ti-chi-bot bot added lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Sep 26, 2024
@Connor1996
Copy link
Member

/merge

@v01dstar
Copy link
Author

/run-all-tests

1 similar comment
@v01dstar
Copy link
Author

/run-all-tests

@ti-chi-bot ti-chi-bot bot removed the lgtm label Sep 26, 2024
@v01dstar
Copy link
Author

/run-all-tests

@LykxSassinator LykxSassinator self-requested a review September 27, 2024 02:52
@ti-chi-bot ti-chi-bot bot added the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Sep 27, 2024
@ti-chi-bot ti-chi-bot bot added the lgtm label Sep 27, 2024
Copy link

ti-chi-bot bot commented Sep 27, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Connor1996, LykxSassinator

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 [Connor1996,LykxSassinator]

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 Sep 27, 2024
Copy link

ti-chi-bot bot commented Sep 27, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-09-26 07:00:57.724103154 +0000 UTC m=+1722127.464527095: ☑️ agreed by LykxSassinator.
  • 2024-09-26 07:02:55.630971128 +0000 UTC m=+1722245.371395067: ☑️ agreed by Connor1996.
  • 2024-09-26 22:57:58.134479144 +0000 UTC m=+1779547.874903114: ✖️🔁 reset by v01dstar.
  • 2024-09-27 02:52:45.375674232 +0000 UTC m=+1793635.116098183: ☑️ agreed by LykxSassinator.
  • 2024-09-27 03:29:19.831860325 +0000 UTC m=+1795829.572284265: ☑️ agreed by Connor1996.

@Connor1996
Copy link
Member

/merge

@ti-chi-bot ti-chi-bot bot merged commit ab9a886 into tikv:8.10.tikv Sep 27, 2024
5 checks passed
@v01dstar v01dstar deleted the rate-limiter-test branch September 27, 2024 03:34
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 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.

3 participants