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

Added ability to pass config file to grpc plugin in integration tests #3253

Merged
merged 2 commits into from
Sep 9, 2021

Conversation

EinKrebs
Copy link
Member

@EinKrebs EinKrebs commented Sep 9, 2021

Which problem is this PR solving?

Resolves #3221

Short description of the changes

  • If PLUGIN_CONFIG_PATH env var is set, its value is passed to --grpc-storage-plugin.configuration-file flag.

If PLUGIN_CONFIG_PATH env var is set, its value is passed to --grpc-storage-plugin.configuration-file flag.

Signed-off-by: Yury Frolov <yura200253@gmail.com>
@EinKrebs EinKrebs requested a review from a team as a code owner September 9, 2021 09:24
@codecov
Copy link

codecov bot commented Sep 9, 2021

Codecov Report

Merging #3253 (d7414c7) into master (f5bb954) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3253      +/-   ##
==========================================
- Coverage   95.82%   95.80%   -0.02%     
==========================================
  Files         259      259              
  Lines       15398    15398              
==========================================
- Hits        14755    14752       -3     
- Misses        553      555       +2     
- Partials       90       91       +1     
Impacted Files Coverage Δ
cmd/query/app/server.go 94.11% <0.00%> (-1.48%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5bb954...d7414c7. Read the comment docs.

@pavolloffay
Copy link
Member

Please revert changes for the jaeger-ui

Signed-off-by: Yury Frolov <yura200253@gmail.com>
@pavolloffay pavolloffay merged commit b5d340d into jaegertracing:master Sep 9, 2021
@jpkrohling jpkrohling added this to the v1.27.0 milestone Sep 13, 2021
@EinKrebs EinKrebs deleted the add-grpc-test-config branch September 28, 2021 09:12
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.

Add configuration file option to grpc plugin configuration tests.
3 participants