-
Notifications
You must be signed in to change notification settings - Fork 690
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
clarify logic in endpointstranslator.go #5927
clarify logic in endpointstranslator.go #5927
Conversation
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
Hi @xiangpingjiang! Welcome to our community and thank you for opening your first Pull Request. Someone will review it soon. Thank you for committing to making Contour better. You can also join us on our mailing list and in our channel in the Kubernetes Slack Workspace |
Signed-off-by: 钧羽 <xiangpingjiang.xpj@antgroup.com>
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.
commented re: unit test failures, cc @sunjayBhatia to check my logic here
@xiangpingjiang will you be able to address the failing unit tests here? |
yes, I will do it this week |
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.
left a comment on the open thread, seems like what @skriss suggested should work just fine, tested locally myself and with a few other options suggested all get the units to pass
Signed-off-by: 钧羽 <xiangpingjiang.xpj@antgroup.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5927 +/- ##
==========================================
+ Coverage 78.56% 78.69% +0.12%
==========================================
Files 139 138 -1
Lines 19614 19719 +105
==========================================
+ Hits 15410 15518 +108
+ Misses 3901 3896 -5
- Partials 303 305 +2
|
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, thanks @xiangpingjiang
fix #5800