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

rpc: retrieve unresolved transactions #16356

Merged
merged 5 commits into from
Jul 11, 2024

addressed review comments

36afb78
Select commit
Loading
Failed to load commit list.
Merged

rpc: retrieve unresolved transactions #16356

addressed review comments
36afb78
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 10, 2024 in 0s

68.70% (-0.01%) compared to ff3425f, passed because coverage increased by -0.01% when compared to adjusted base (68.71%)

View this Pull Request on Codecov

68.70% (-0.01%) compared to ff3425f, passed because coverage increased by -0.01% when compared to adjusted base (68.71%)

Details

Codecov Report

Attention: Patch coverage is 75.22124% with 28 lines in your changes missing coverage. Please review.

Project coverage is 68.70%. Comparing base (ff3425f) to head (36afb78).
Report is 3 commits behind head on main.

Files Patch % Lines
go/vt/vttablet/tabletserver/tabletserver.go 0.00% 11 Missing ⚠️
go/vt/vttablet/queryservice/wrapped.go 0.00% 7 Missing ⚠️
go/vt/vtcombo/tablet_map.go 0.00% 3 Missing ⚠️
go/vt/vttablet/sandboxconn/sandboxconn.go 0.00% 2 Missing ⚠️
go/vt/vttablet/tabletserver/dt_executor.go 0.00% 2 Missing ⚠️
go/vt/vttablet/tabletserver/twopc.go 94.11% 2 Missing ⚠️
go/vt/vttablet/grpctabletconn/conn.go 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16356      +/-   ##
==========================================
- Coverage   68.71%   68.70%   -0.01%     
==========================================
  Files        1547     1548       +1     
  Lines      198291   198567     +276     
==========================================
+ Hits       136256   136435     +179     
- Misses      62035    62132      +97     

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