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

xds: add xds end to end interop test #8618

Merged
merged 8 commits into from
Nov 2, 2021

Conversation

YifeiZhuang
Copy link
Contributor

Add AbstractXdsInteropTest, XdsTestControlPlaneService and only ping-pong testcase in initial implementation.
AbstractXdsInteropTest sets up the test control plane, create xdsClient and xdServer using bootstrap override, test case extending AbstractXdsInteropTest is supposed to override the control plane config and run the verification.

XdsTestControlPlaneService only has static xds configurations, not able to keep states.

  • How to run:
 ./gradlew :grpc-interop-testing:installDist -PskipCodegen=true
 ./interop-testing/build/install/grpc-interop-testing/bin/xds-e2e-test-client

@YifeiZhuang YifeiZhuang marked this pull request as draft October 20, 2021 19:47
@YifeiZhuang YifeiZhuang marked this pull request as ready for review October 26, 2021 16:39
Copy link
Member

@dapengzhang0 dapengzhang0 left a comment

Choose a reason for hiding this comment

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

LGTM

@YifeiZhuang YifeiZhuang merged commit 0000cba into grpc:master Nov 2, 2021
@YifeiZhuang YifeiZhuang deleted the xds-interop-test branch November 2, 2021 20:20
YifeiZhuang added a commit to YifeiZhuang/grpc-java that referenced this pull request Nov 3, 2021
YifeiZhuang added a commit that referenced this pull request Nov 3, 2021
beatrausch pushed a commit to beatrausch/grpc-java that referenced this pull request Nov 4, 2021
Add AbstractXdsInteropTest, XdsTestControlPlaneService and only ping-pong testcase in initial implementation.
AbstractXdsInteropTest sets up the test control plane, create xdsClient and xdServer using bootstrap override, test case extending AbstractXdsInteropTest is supposed to override the control plane config and run the verification.

XdsTestControlPlaneService only has static xds configurations, not able to keep states.

How to run:
 ./gradlew :grpc-interop-testing:installDist -PskipCodegen=true
 ./interop-testing/build/install/grpc-interop-testing/bin/xds-e2e-test-client
beatrausch pushed a commit to beatrausch/grpc-java that referenced this pull request Nov 4, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants