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

skip unexported services when resolving services #305

Merged
merged 1 commit into from
Sep 4, 2020

Conversation

ktr0731
Copy link
Owner

@ktr0731 ktr0731 commented Sep 4, 2020

This PR fixes #298.
If ListServices returns a service name and FileContainingSymbol API returns not found error, skip resolving the service.

@ktr0731 ktr0731 added the bug label Sep 4, 2020
@ktr0731 ktr0731 self-assigned this Sep 4, 2020
@codecov
Copy link

codecov bot commented Sep 4, 2020

Codecov Report

Merging #305 into master will decrease coverage by 0.05%.
The diff coverage is 25.00%.

@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
- Coverage   82.47%   82.42%   -0.06%     
==========================================
  Files          57       57              
  Lines        3156     3158       +2     
==========================================
  Hits         2603     2603              
- Misses        316      318       +2     
  Partials      237      237              

@ktr0731 ktr0731 merged commit 4a60825 into master Sep 4, 2020
@ktr0731 ktr0731 deleted the skip-unexported-services branch September 4, 2020 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Service not found: grpc.reflection.v1alpha.ServerReflection
1 participant