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

Throttler: CheckThrottlerResponseCode to replace HTTP status codes #16491

Merged
merged 2 commits into from
Jul 31, 2024

Apply and use CheckThrottlerResponseCode

d1a1039
Select commit
Loading
Failed to load commit list.
Merged

Throttler: CheckThrottlerResponseCode to replace HTTP status codes #16491

Apply and use CheckThrottlerResponseCode
d1a1039
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 29, 2024 in 0s

68.63% (+0.01%) compared to e341f23

View this Pull Request on Codecov

68.63% (+0.01%) compared to e341f23

Details

Codecov Report

Attention: Patch coverage is 72.63158% with 26 lines in your changes missing coverage. Please review.

Project coverage is 68.63%. Comparing base (e341f23) to head (d1a1039).

Files Patch % Lines
go/vt/vttablet/tabletmanager/rpc_throttler.go 0.00% 16 Missing ⚠️
.../vt/vttablet/tabletserver/throttle/check_result.go 89.74% 4 Missing ⚠️
go/vt/vttablet/tabletserver/tabletserver.go 0.00% 2 Missing ⚠️
go/vt/vttablet/tabletserver/throttle/check.go 92.30% 2 Missing ⚠️
go/vt/vttablet/tabletserver/throttle/throttler.go 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16491      +/-   ##
==========================================
+ Coverage   68.62%   68.63%   +0.01%     
==========================================
  Files        1551     1551              
  Lines      199515   199555      +40     
==========================================
+ Hits       136915   136970      +55     
+ Misses      62600    62585      -15     

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