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

Fail on prepare of reserved connection #16316

Merged
merged 1 commit into from
Jul 4, 2024

reject prepare when connection is a reserved connection

22dea71
Select commit
Loading
Failed to load commit list.
Merged

Fail on prepare of reserved connection #16316

reject prepare when connection is a reserved connection
22dea71
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 3, 2024 in 0s

68.71% (-0.01%) compared to 05d7e76

View this Pull Request on Codecov

68.71% (-0.01%) compared to 05d7e76

Details

Codecov Report

Attention: Patch coverage is 96.62921% with 3 lines in your changes missing coverage. Please review.

Project coverage is 68.71%. Comparing base (05d7e76) to head (22dea71).
Report is 2 commits behind head on main.

Files Patch % Lines
go/vt/vttablet/tabletserver/dt_executor.go 98.73% 1 Missing ⚠️
go/vt/vttablet/tabletserver/tabletserver.go 88.88% 1 Missing ⚠️
go/vt/vttablet/tabletserver/twopcz.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16316      +/-   ##
==========================================
- Coverage   68.71%   68.71%   -0.01%     
==========================================
  Files        1547     1547              
  Lines      198260   198241      -19     
==========================================
- Hits       136238   136221      -17     
+ Misses      62022    62020       -2     

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