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

🐛 fixup correlation-id log for grpc calls #206

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Conversation

joerunde
Copy link
Contributor

@joerunde joerunde commented Jan 13, 2025

This fixes a goof I made with the x-correlation-id grpc metadata header.
I added a unit test this time so I don't break it again 😉

@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2025

Codecov Report

Attention: Patch coverage is 91.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 63.35%. Comparing base (c88c761) to head (b896b9e).

Files with missing lines Patch % Lines
src/vllm_tgis_adapter/grpc/grpc_server.py 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
+ Coverage   63.04%   63.35%   +0.30%     
==========================================
  Files          28       28              
  Lines        1751     1763      +12     
  Branches      217      218       +1     
==========================================
+ Hits         1104     1117      +13     
  Misses        541      541              
+ Partials      106      105       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joerunde
Copy link
Contributor Author

(Tests failed because of bug fixed by #207)

@joerunde
Copy link
Contributor Author

unfortunately the automated precommit update caused some unrelated changes here

@dtrifiro dtrifiro force-pushed the correlation-id-fix branch 2 times, most recently from 2fc9a26 to b896b9e Compare January 16, 2025 10:20
@dtrifiro
Copy link
Contributor

Rebased on #209

@dtrifiro dtrifiro added this pull request to the merge queue Jan 16, 2025
Merged via the queue into main with commit cddab58 Jan 16, 2025
3 checks passed
@dtrifiro dtrifiro deleted the correlation-id-fix branch January 16, 2025 11:39
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.

3 participants