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

Add option to log error queries only #17554

Merged
merged 9 commits into from
Jan 22, 2025

added 'all' as log mode and updated the help text

c3fe1a5
Select commit
Loading
Failed to load commit list.
Merged

Add option to log error queries only #17554

added 'all' as log mode and updated the help text
c3fe1a5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2025 in 0s

67.69% (-0.01%) compared to 4370a48, passed because coverage increased by 0% when compared to adjusted base (67.69%)

View this Pull Request on Codecov

67.69% (-0.01%) compared to 4370a48, passed because coverage increased by 0% when compared to adjusted base (67.69%)

Details

Codecov Report

Attention: Patch coverage is 82.02247% with 16 lines in your changes missing coverage. Please review.

Project coverage is 67.69%. Comparing base (4370a48) to head (c3fe1a5).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
go/vt/vtgate/vtgate.go 0.00% 9 Missing ⚠️
go/vt/vttablet/tabletserver/tabletserver.go 40.00% 3 Missing ⚠️
go/vt/vtgate/querylog.go 0.00% 2 Missing ⚠️
go/streamlog/streamlog.go 96.00% 1 Missing ⚠️
go/vt/vttablet/tabletserver/tabletenv/config.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17554      +/-   ##
==========================================
- Coverage   67.69%   67.69%   -0.01%     
==========================================
  Files        1585     1586       +1     
  Lines      254904   255170     +266     
==========================================
+ Hits       172565   172730     +165     
- Misses      82339    82440     +101     

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