Refactor flags - Part 4#18095
Merged
rohit-nayak-ps merged 13 commits intovitessio:flags-refactorfrom Apr 13, 2025
Merged
Conversation
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
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## flags-refactor #18095 +/- ##
===============================================
Coverage 67.56% 67.57%
===============================================
Files 1598 1598
Lines 259817 259847 +30
===============================================
+ Hits 175557 175580 +23
- Misses 84260 84267 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4032f14 to
c7dad3a
Compare
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
…der versions Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
…older versions Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
51fc2bb to
f83dc43
Compare
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
…est failure Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
ebcb8af to
b544fa1
Compare
73748e1 to
1c0e7da
Compare
… flag is treated as required Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
1c0e7da to
f73057a
Compare
…Downgrade Test failure Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
b870b2f to
b7bba13
Compare
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
rohit-nayak-ps
approved these changes
Apr 13, 2025
|
|
||
| Main.MarkFlagRequired("tablet_types_to_wait") | ||
| // Support both variants until v25 | ||
| // Main.MarkFlagRequired("tablet-types-to-wait") |
Member
There was a problem hiding this comment.
This is no longer required, right? Remove this comment in the next PR.
522cdb4
into
vitessio:flags-refactor
100 of 103 checks passed
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
May 20, 2025
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.com>
mounicasruthi
added a commit
to mounicasruthi/vitess
that referenced
this pull request
May 20, 2025
Signed-off-by: mounicasruthi <mounicasruthi30@gmail.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.Flags Updated in This PR:
--azblob-backup-account-key-file
--azblob-backup-account-name
--azblob-backup-buffer-size
--azblob-backup-container-name
--azblob-backup-parallelism
--azblob-backup-storage-root
--backup-engine-implementation
--backup-storage-block-size
--backup-storage-compress
--backup-storage-implementation
--backup-storage-number-blocks
--builtinbackup-mysqld-timeout
--builtinbackup-progress
--gcs-backup-storage-bucket
--gcs-backup-storage-root
--heartbeat-enable
--heartbeat-interval
--init-db-name-override
--init-keyspace
--init-shard
--init-tablet-type
--init-tags
--mycnf-bin-log-path
--mycnf-data-dir
--mycnf-error-log-path
--mycnf-general-log-path
--mycnf-innodb-data-home-dir
--mycnf-innodb-log-group-home-dir
--mycnf-master-info-file
--mycnf-mysql-port
--mycnf-pid-file
--mycnf-relay-log-index-path
--mycnf-relay-log-info-path
--mycnf-relay-log-path
--mycnf-secure-file-priv
--mycnf-server-id
--mycnf-slow-log-path
--mycnf-socket-file
--mycnf-tmp-dir
--mysql-auth-server-impl
--mysql-port
--mysql-server-port
--mysql-socket
--s3-backup-aws-endpoint
--s3-backup-aws-min-partsize
--s3-backup-aws-region
--s3-backup-aws-retries
--s3-backup-force-path-style
--s3-backup-log-level
--s3-backup-server-side-encryption
--s3-backup-storage-bucket
--s3-backup-storage-root
--s3-backup-tls-skip-verify-cert
--srv-topo-cache-refresh
--srv-topo-cache-ttl
--srv-topo-timeout
--tablet-grpc-ca
--tablet-grpc-cert
--tablet-grpc-crl
--tablet-grpc-key
--tablet-grpc-server-name
--tablet-hostname
--tablet-protocol
--tablet-refresh-interval
--tablet-refresh-known-tablets
--tablet-types-to-wait
--tablet-uid
--tablet-url-template
--xtrabackup-backup-flags
--xtrabackup-prepare-flags
--xtrabackup-root-path
--xtrabackup-stream-mode
--xtrabackup-stripe-block-size
--xtrabackup-stripes
--xtrabackup-user
--consul-auth-static-file
--replication-connect-retry
--remote-operation-timeout
--initialize-with-random-data
--emit-stats
--pool-hostname-resolve-interval
Flag Count Before vs After:
_-# of migrated flags: 273
Related Issue(s)
#17880
Checklist