forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 3
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
DRE-8939 Backport TxThrottler dry run mode #13687 #112
Merged
ejortegau
merged 9 commits into
slack-vitess-r14.0.5-dsdefense
from
ejortegau/slack-vitess-r14.0.5-dsdefense-tx-throttler-dry-run-mode
Aug 3, 2023
Merged
DRE-8939 Backport TxThrottler dry run mode #13687 #112
ejortegau
merged 9 commits into
slack-vitess-r14.0.5-dsdefense
from
ejortegau/slack-vitess-r14.0.5-dsdefense-tx-throttler-dry-run-mode
Aug 3, 2023
Conversation
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
Signed-off-by: Priya Bibra <pbibra@slack-corp.com> Signed-off-by: 'Priya Bibra' <pbibra@slack-corp.com>
This is a backport of upstreamed vitessio#13604 Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
* Empty commit to trigger CI Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com> * `slack-vitess-r14.0.5-dsdefense`: use larger runner Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Use runner group instead Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Rename group Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Move more jobs to runner group Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * use vitess-ubuntu20 runner group Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Rever change of runner type for e2e ERS PRS new features heavy test Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com> --------- Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com> Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> Co-authored-by: Tim Vaillancourt <tim@timvaillancourt.com>
….5-dsdefense-tx-throttler-dry-run-mode Signed-off-by: Eduardo J. Ortega U. <5791035+ejortegau@users.noreply.github.com>
…_heavy. (#116) We do this because the test is taking a lot longer & failing in some cases with the larger runner. Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
….5-dsdefense-tx-throttler-dry-run-mode Signed-off-by: Eduardo J. Ortega U. <5791035+ejortegau@users.noreply.github.com>
timvaillancourt
approved these changes
Aug 3, 2023
ejortegau
deleted the
ejortegau/slack-vitess-r14.0.5-dsdefense-tx-throttler-dry-run-mode
branch
August 3, 2023 13:12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add support to run the vttablet transaction throttler in dry run mode.
This is a backport of upstreamed vitessio#13604
Related Issue(s)
https://jira.tinyspeck.com/browse/DRE-8938
Checklist