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

functional-tester: use "clientv3" for stressers #9525

Merged
merged 6 commits into from
Apr 3, 2018
Merged

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Apr 3, 2018

We already use clientv3 in some functional-tester code. As long as we configure clients with only one endpoint, the stressing client should behave the same, except that now it defaults to grpc.FailFast(true) (e.g. clientv3 retry logic vs. gRPC internal retry logic with grpc.FailFast(false)).

I ran this for a few rounds, but so far it works. Will make sure address any issues that may come up later from this change.

Much more important to run stressers against TLS-enabled cluster #8943. For easier TLS client set up, need to use clientv3 rather than building gRPC credential with raw gRPC connection.

@gyuho gyuho merged commit d7cf2cc into etcd-io:master Apr 3, 2018
@gyuho gyuho deleted the ft branch April 3, 2018 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant