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

feat(storagenode): add empty payload validation #1001

Open
wants to merge 1 commit into
base: new_and_deprecated_opentelemetry_runtime_metrics
Choose a base branch
from

Conversation

ijsong
Copy link
Member

@ijsong ijsong commented Feb 26, 2025

What this PR does

Add validation for empty payloads in the Append RPC. If there is no payload in
the append request, the RPC returns a gRPC status code of InvalidArgument.

Add validation for empty payloads in the Append RPC. If there is no payload
in the append request, the RPC returns a gRPC status code of InvalidArgument.
@ijsong ijsong requested a review from hungryjang as a code owner February 26, 2025 16:21
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.11%. Comparing base (d0cd709) to head (19ff247).

Additional details and impacted files
@@                                 Coverage Diff                                  @@
##           new_and_deprecated_opentelemetry_runtime_metrics    #1001      +/-   ##
====================================================================================
+ Coverage                                             79.98%   80.11%   +0.12%     
====================================================================================
  Files                                                   178      178              
  Lines                                                 21417    21420       +3     
====================================================================================
+ Hits                                                  17131    17160      +29     
+ Misses                                                 3497     3476      -21     
+ Partials                                                789      784       -5     

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

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.

1 participant