-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 flag name typo from #16852 #16921
Fix flag name typo from #16852 #16921
Conversation
Signed-off-by: Tim Vaillancourt <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe good to backport to v21 too?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16921 +/- ##
==========================================
- Coverage 69.43% 69.42% -0.02%
==========================================
Files 1570 1570
Lines 203812 203846 +34
==========================================
+ Hits 141517 141519 +2
- Misses 62295 62327 +32 ☔ View full report in Codecov by Sentry. |
@GrahamCampbell yes, hoping to get this corrected for v21 |
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
Description
This PR fixes a typo introduced in #16852 that causes the new
--expected-primary
flag to update the wrong value,--new-primary
This slipped through our internal testing as we're using RPCs from code, not via the CLI 🤦
Related Issue(s)
#16852
Checklist
Deployment Notes