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

grpc-js-xds: Add a framework for running xDS end-to-end tests #2339

Merged
merged 2 commits into from
Jan 27, 2023

Conversation

murgatroid99
Copy link
Member

This includes running a local xDS server and backend servers, and data structures that match the actual resources that would be tracked by a real xDS server.

I also added support for the channel argument grpc.TEST_ONLY_DO_NOT_USE_IN_PROD.xds_bootstrap_config so that test clients could connect to the local xDS server without messing around with environment variables.

The single test in test-core.ts is mainly there to test the basic functionality of this framework.

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.

None yet

2 participants