Refactor vstream_dynamic_packet_size and vstream_packet_size flags to use dashes#17964
Merged
deepthi merged 11 commits intovitessio:flags-refactorfrom Mar 20, 2025
Merged
Conversation
…se dashes Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
…se dashes Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Contributor
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
|
Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## flags-refactor #17964 +/- ##
==================================================
- Coverage 67.56% 67.56% -0.01%
==================================================
Files 1597 1598 +1
Lines 259763 259796 +33
==================================================
+ Hits 175506 175525 +19
- Misses 84257 84271 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
909ba84 to
b9ce4ad
Compare
Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com>
deepthi
approved these changes
Mar 20, 2025
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
Apr 3, 2025
… use dashes (vitessio#17964) Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com> Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com> Signed-off-by: Rohit Nayak <rohit@planetscale.com> Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Co-authored-by: Rohit Nayak <rohit@planetscale.com>
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
May 20, 2025
… use dashes (vitessio#17964) Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com> Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com> Signed-off-by: Rohit Nayak <rohit@planetscale.com> Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Co-authored-by: Rohit Nayak <rohit@planetscale.com>
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
May 20, 2025
… use dashes (vitessio#17964) Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com> Signed-off-by: Mounica Sruthi <78213881+mounicasruthi@users.noreply.github.com> Signed-off-by: Rohit Nayak <rohit@planetscale.com> Co-authored-by: Deepthi Sigireddi <deepthi.sigireddi@gmail.com> Co-authored-by: Rohit Nayak <rohit@planetscale.com>
5 tasks
This file contains hidden or 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
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
This PR is a part of an ongoing change to support the transition from underscores (
_) to dashes (-) in flag naming conventions.Flag Count Before vs After:
Before:
After:
# of migrated flags: 4
NOTE: This PR replaces #17926. The previous PR was closed due to branch cleanup.
Related Issue(s)
#17880
Checklist
Deployment Notes