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

Tink Server: Add basic smoke test for gRPC server: #540

Merged

Conversation

jacobweinstock
Copy link
Member

@jacobweinstock jacobweinstock commented Sep 4, 2021

Description

This should catch some runtime errors for the gRPC server.
For example, the one seen in this issue #536
There aren't any runtime tests or checks yet in the codebase so this is just an initial start.

Why is this needed

Fixes: #

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

@codecov
Copy link

codecov bot commented Sep 4, 2021

Codecov Report

Merging #540 (848badd) into main (42e5ad1) will increase coverage by 0.74%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #540      +/-   ##
==========================================
+ Coverage   33.61%   34.36%   +0.74%     
==========================================
  Files          44       44              
  Lines        3385     3384       -1     
==========================================
+ Hits         1138     1163      +25     
+ Misses       2150     2122      -28     
- Partials       97       99       +2     
Impacted Files Coverage Δ
grpc-server/grpc_server.go 35.21% <ø> (+35.21%) ⬆️

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 42e5ad1...848badd. Read the comment docs.

This should catch some runtime errors for the gRPC server.
There aren't any runtime tests or checks yet in the codebase so
this is just something to get us started.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
@jacobweinstock jacobweinstock merged commit 3743d31 into tinkerbell:main Sep 10, 2021
@jacobweinstock jacobweinstock deleted the basic-grcp-server-smoke-test branch September 10, 2021 20:07
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.

2 participants