-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
orca: switching to stubserver in tests instead of testservice implementation #7727
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7727 +/- ##
==========================================
- Coverage 81.82% 81.81% -0.02%
==========================================
Files 361 374 +13
Lines 27828 37978 +10150
==========================================
+ Hits 22771 31071 +8300
- Misses 3857 5609 +1752
- Partials 1200 1298 +98 |
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.
lgtm
@easwars for second review |
13e9a1d
to
d092e1b
Compare
d092e1b
to
8026a64
Compare
@arvindbr8 for re-review |
…n part and moved the usage of numRequests
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.
LGTM
orca/service_test.go
Outdated
stub := &stubserver.StubServer{ | ||
Listener: lis, | ||
UnaryCallF: func(ctx context.Context, req *testpb.SimpleRequest) (*testpb.SimpleResponse, error) { | ||
|
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.
Partially Addresses: #7291
RELEASE NOTES: None