-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Migrate grpc tests to common framework #15750
Conversation
Signed-off-by: Sunil Shivanand <[email protected]>
Signed-off-by: Sunil Shivanand <[email protected]>
3066062
to
bf2d237
Compare
defer cancel() | ||
clus := testRunner.NewCluster(ctx, t, config.WithClusterConfig(tc.config)) | ||
defer clus.Close() | ||
cc := testutils.MustClient(clus.Client(tc.ClientOptions)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are compilation errors for tc.ClientOptions
t.Helper() | ||
requestsFound := 0 | ||
for _, m := range clus.Members { | ||
for _, r := range m.RecordedRequests() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure RecordedRequests will work here. You might have to wait for unified logging capture. See #15718 (comment)
}, | ||
{ | ||
name: "http://address[:port]", | ||
useTCP: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are compilation errors for useTCP
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Migrating grpc tests mentioned here #13637