-
Notifications
You must be signed in to change notification settings - Fork 360
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: mergeGateways panics when restarting control plane #2283
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2283 +/- ##
==========================================
- Coverage 64.38% 64.37% -0.01%
==========================================
Files 112 112
Lines 15874 15876 +2
==========================================
Hits 10220 10220
- Misses 5005 5007 +2
Partials 649 649 ☔ View full report in Codecov by Sentry. |
can you add a (e2e)test for this to avoid regression in the future? |
Can this be a follow up ? @zirain |
nop |
Okay, let me update it later |
I still think we can start working on e2e after #2029 (comment) let us fix the bug first @zirain |
Let me double check it before merging it. |
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.
@Xunzhuo ptal
043e195
to
c7bf4fb
Compare
c7bf4fb
to
37cc4a0
Compare
Signed-off-by: bitliu <bitliu@tencent.com>
37cc4a0
to
ce265c7
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 now
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #2282