vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.47k stars 2.09k forks source link

VTAdmin: Support for MoveTables complete #16816

Open beingnoble03 opened 1 week ago

beingnoble03 commented 1 week ago

Description

Adds support for MoveTables complete operation from VTAdmin.

Related Issue(s)

Screenshots

Screenshot 2024-09-21 at 11 12 03 PM Screenshot 2024-09-21 at 11 11 33 PM

Checklist

Deployment Notes

vitess-bot[bot] commented 1 week ago

Review Checklist

Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.

General

Tests

Documentation

New flags

If a workflow is added or modified:

Backward compatibility

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 3.84615% with 25 lines in your changes missing coverage. Please review.

Project coverage is 69.50%. Comparing base (490bb0c) to head (1010780). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
go/vt/vtadmin/http/workflows.go 0.00% 14 Missing :warning:
go/vt/vtadmin/api.go 9.09% 10 Missing :warning:
go/vt/vtadmin/rbac/config.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #16816 +/- ## ========================================== - Coverage 69.51% 69.50% -0.02% ========================================== Files 1568 1568 Lines 202426 202468 +42 ========================================== + Hits 140717 140725 +8 - Misses 61709 61743 +34 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.