-
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
SetShardTabletControl: Improve flag help output #16376
Conversation
Signed-off-by: Matt Lord <mattalord@gmail.com>
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
|
We do need to update website docs, but we can do that separately. |
Signed-off-by: Matt Lord <mattalord@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16376 +/- ##
=======================================
Coverage 68.66% 68.67%
=======================================
Files 1548 1548
Lines 199083 199083
=======================================
+ Hits 136694 136711 +17
+ Misses 62389 62372 -17 ☔ View full report in Codecov by Sentry. |
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.
❤️
We should probably break this out into explicit commands, one for denied tables and another for query service: I will create an issue to track this.
Description
When attempting to use this command to clear up errant topo data, it was realized that the help output for the flag was unclear and misleading. I've tried to make the help text clear based on following the code to see what the flags actually do.
Related Issue(s)
Checklist