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

[release-20.0] VReplication: Properly ignore errors from trying to drop tables that don't exist (#16505) #16561

Merged
merged 1 commit into from
Aug 8, 2024

VReplication: Properly ignore errors from trying to drop tables that …

e937ebd
Select commit
Loading
Failed to load commit list.
Merged

[release-20.0] VReplication: Properly ignore errors from trying to drop tables that don't exist (#16505) #16561

VReplication: Properly ignore errors from trying to drop tables that …
e937ebd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2024 in 0s

68.67% (+0.00%) compared to 7bba3a0

View this Pull Request on Codecov

68.67% (+0.00%) compared to 7bba3a0

Details

Codecov Report

Attention: Patch coverage is 38.46154% with 8 lines in your changes missing coverage. Please review.

Project coverage is 68.67%. Comparing base (7bba3a0) to head (e937ebd).

Files Patch % Lines
go/vt/vtctl/workflow/traffic_switcher.go 25.00% 6 Missing ⚠️
go/vt/vtctl/workflow/server.go 0.00% 1 Missing ⚠️
go/vt/vtctl/workflow/utils.go 75.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           release-20.0   #16561   +/-   ##
=============================================
  Coverage         68.66%   68.67%           
=============================================
  Files              1541     1541           
  Lines            197861   197865    +4     
=============================================
+ Hits             135866   135878   +12     
+ Misses            61995    61987    -8     

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