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 Unresolved Transactions command in vtctld service #16679

Merged
merged 9 commits into from
Sep 3, 2024

chore: fix text

e20b98a
Select commit
Loading
Failed to load commit list.
Merged

Add Unresolved Transactions command in vtctld service #16679

chore: fix text
e20b98a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 30, 2024 in 0s

68.93% (+0.01%) compared to 773a216

View this Pull Request on Codecov

68.93% (+0.01%) compared to 773a216

Details

Codecov Report

Attention: Patch coverage is 67.34694% with 32 lines in your changes missing coverage. Please review.

Project coverage is 68.93%. Comparing base (773a216) to head (e20b98a).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
go/cmd/vtctldclient/command/query.go 6.66% 14 Missing ⚠️
go/vt/vtctl/grpcvtctldclient/client_gen.go 0.00% 4 Missing ⚠️
go/vt/vtctl/grpcvtctldserver/server.go 86.66% 4 Missing ⚠️
go/vt/vtcombo/tablet_map.go 0.00% 2 Missing ⚠️
go/vt/vtctl/localvtctldclient/client_gen.go 0.00% 2 Missing ⚠️
go/vt/vttablet/faketmclient/fake_client.go 0.00% 2 Missing ⚠️
...t/vtctl/grpcvtctldserver/testutil/test_tmclient.go 75.00% 1 Missing ⚠️
go/vt/vttablet/grpctmclient/client.go 90.00% 1 Missing ⚠️
go/vt/vttablet/grpctmserver/server.go 85.71% 1 Missing ⚠️
go/vt/vttablet/tabletmanager/rpc_query.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16679      +/-   ##
==========================================
+ Coverage   68.92%   68.93%   +0.01%     
==========================================
  Files        1562     1565       +3     
  Lines      200941   201627     +686     
==========================================
+ Hits       138497   138994     +497     
- Misses      62444    62633     +189     

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