Skip to content
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

[WIP] Enable IPv6 first cluster test #4590

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

zirain
Copy link
Contributor

@zirain zirain commented Oct 31, 2024

WIP, use CI to test some pending PRs together.

Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
@zirain zirain requested a review from a team as a code owner October 31, 2024 08:24
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 82.24299% with 19 lines in your changes missing coverage. Please review.

Project coverage is 65.48%. Comparing base (bb3bbdb) to head (f594d65).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/utils/net/ip.go 73.68% 4 Missing and 1 partial ⚠️
internal/xds/translator/listener.go 85.18% 3 Missing and 1 partial ⚠️
internal/cmd/envoy/shutdown_manager.go 0.00% 3 Missing ⚠️
internal/gatewayapi/listener.go 57.14% 2 Missing and 1 partial ⚠️
...ternal/infrastructure/kubernetes/proxy/resource.go 66.66% 1 Missing and 1 partial ⚠️
internal/gatewayapi/runner/runner.go 0.00% 1 Missing ⚠️
internal/infrastructure/host/proxy_infra.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4590      +/-   ##
==========================================
+ Coverage   65.47%   65.48%   +0.01%     
==========================================
  Files         211      212       +1     
  Lines       31854    31918      +64     
==========================================
+ Hits        20855    20903      +48     
- Misses       9754     9770      +16     
  Partials     1245     1245              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: zirain <zirain2009@gmail.com>
@zhaohuabing zhaohuabing modified the milestone: v1.2.0 Oct 31, 2024
@zhaohuabing
Copy link
Member

@zirain should this be in v1.2.0 ?

@zirain
Copy link
Contributor Author

zirain commented Oct 31, 2024

@zirain should this be in v1.2.0 ?

therer're a lot of pending PRs that block this one.

Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
IPFamily: net.PreferIPFamily(ipv6First, infra.Config),
}

// TODO: this's a temporary solution to support IPv6 first cluster for Envoy Gateway.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remind myself not to forget to send a separate PR with modification here.

Signed-off-by: zirain <zirain2009@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants