-
Notifications
You must be signed in to change notification settings - Fork 20
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: failed to update IP address of egw #1157
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1157 +/- ##
=======================================
Coverage 84.06% 84.06%
=======================================
Files 19 19
Lines 3170 3170
=======================================
Hits 2665 2665
Misses 392 392
Partials 113 113
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: lou-lan <[email protected]>
d63a78c
to
8811187
Compare
change label to release/bug for release note |
change the title to be more comprehensible for the user to find what fix he needs |
is there a dedicated E2E case for this bug ? but not just verified by manual way |
Yes, there is |
This is a bug in an unreleased version, so I choose none (before) |
head up, all PR must be signed. I merge it in advance |
When comparing with the cluster's IP pool, one should not include oneself.
Fix #1155
Fix #1158