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

Online DDL: fix defer function, potential connection pool exhaustion #17207

Merged
merged 1 commit into from
Nov 11, 2024

Online DDL: fix defer function, potential connection pool exhaustion

d554a1a
Select commit
Loading
Failed to load commit list.
Merged

Online DDL: fix defer function, potential connection pool exhaustion #17207

Online DDL: fix defer function, potential connection pool exhaustion
d554a1a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2024 in 1s

67.34% (-0.01%) compared to 0403d54, passed because coverage increased by 0% when compared to adjusted base (67.34%)

View this Pull Request on Codecov

67.34% (-0.01%) compared to 0403d54, passed because coverage increased by 0% when compared to adjusted base (67.34%)

Details

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 67.34%. Comparing base (0403d54) to head (d554a1a).

Files with missing lines Patch % Lines
go/vt/vttablet/onlineddl/executor.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17207      +/-   ##
==========================================
- Coverage   67.34%   67.34%   -0.01%     
==========================================
  Files        1570     1570              
  Lines      252734   252736       +2     
==========================================
+ Hits       170204   170205       +1     
- Misses      82530    82531       +1     

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