-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
Migrate --experimental-set-member-localaddr to using feature flag #19413
Conversation
@ahrtr I am not sure how to update etcd/CHANGELOG/CHANGELOG-3.6.md Line 81 in 3bd966d
|
Fixing the unit test now. |
We can change it to something like below,
|
c63e554
to
a569a29
Compare
Unit tests are updated because of #19413 (comment) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 26 files with indirect coverage changes @@ Coverage Diff @@
## main #19413 +/- ##
=======================================
Coverage 68.95% 68.95%
=======================================
Files 420 420
Lines 35755 35753 -2
=======================================
- Hits 24656 24655 -1
- Misses 9677 9680 +3
+ Partials 1422 1418 -4 Continue to review full report in Codecov by Sentry.
|
a569a29
to
0265378
Compare
0265378
to
7ac983f
Compare
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.
LGTM with a couple of minor comments.
Signed-off-by: Chun-Hung Tseng <henrytseng@google.com> Co-authored-by: Benjamin Wang <benjamin.wang@broadcom.com>
68bb391
to
5fa8c1f
Compare
Comments are all addressed. Thank you @ahrtr for reviewing this throughout the day! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, fuweid, henrybear327 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-3.6 |
@ahrtr: new pull request created: #19414 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Reference: #18023 (comment)
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.