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

Move fake XDS server into dedicated package #28673

Closed
wants to merge 1 commit into from

Conversation

howardjohn
Copy link
Member

@howardjohn howardjohn commented Nov 6, 2020

Aside from general code hygiene, this is required by
#26232 to allow the agent to be
built without importing the entire world (ie Kubernetes)

[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure

Pull Request Attributes

Please check any characteristics that apply to this pull request.

[ ] Does not have any changes that may affect Istio users.

Aside from general code hygiene, this is required by
istio#26232 to allow the agent to be
built without importing the entire world (ie Kubernetes)
@howardjohn howardjohn added the release-notes-none Indicates a PR that does not require release notes. label Nov 6, 2020
@howardjohn howardjohn requested review from a team as code owners November 6, 2020 23:16
@google-cla google-cla bot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Nov 6, 2020
@istio-testing istio-testing added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 6, 2020
@howardjohn
Copy link
Member Author

this doesn't work due to circular import. not sure if its possible to get around that 😕

@istio-testing
Copy link
Collaborator

@howardjohn: PR needs rebase.

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/test-infra repository.

@istio-testing istio-testing added the needs-rebase Indicates a PR needs to be rebased before being merged label Nov 10, 2020
@istio-testing
Copy link
Collaborator

@howardjohn: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
gencheck_istio 5de4a35 link /test gencheck_istio
lint_istio 5de4a35 link /test lint_istio
unit-tests_istio 5de4a35 link /test unit-tests_istio
integ-multicluster-k8s-tests_istio 5de4a35 link /test integ-multicluster-k8s-tests_istio
integ-pilot-k8s-tests_istio 5de4a35 link /test integ-pilot-k8s-tests_istio
integ-pilot-multicluster-tests_istio 5de4a35 link /test integ-pilot-multicluster-tests_istio

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/test-infra repository. I understand the commands that are listed here.

@@ -39,6 +39,7 @@ import (
kubesecrets "istio.io/istio/pilot/pkg/secrets/kube"
"istio.io/istio/pilot/pkg/serviceregistry"
kube "istio.io/istio/pilot/pkg/serviceregistry/kube/controller"
"istio.io/istio/pilot/pkg/xds"
Copy link
Member

Choose a reason for hiding this comment

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

It must be circular import with xds, maybe try changing the xds_test.go to another package can solve this?

@howardjohn
Copy link
Member Author

obsolete by #29003

@howardjohn howardjohn closed this Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. needs-rebase Indicates a PR needs to be rebased before being merged release-notes-none Indicates a PR that does not require release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants