-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Move all e2e tests to vtctldclient #17441
base: main
Are you sure you want to change the base?
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
4cba577
to
e5d68d7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17441 +/- ##
==========================================
- Coverage 67.68% 67.66% -0.02%
==========================================
Files 1583 1584 +1
Lines 254321 254386 +65
==========================================
- Hits 172131 172128 -3
- Misses 82190 82258 +68 ☔ View full report in Codecov by Sentry. |
e0d2146
to
5026804
Compare
Signed-off-by: Matt Lord <[email protected]>
5026804
to
9858b8f
Compare
Signed-off-by: Matt Lord <[email protected]>
3547f3e
to
93ed216
Compare
Signed-off-by: Matt Lord <[email protected]>
93ed216
to
ef46b1b
Compare
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woohoo! Great milesonte!
Description
We've been transitioning from the old client,
vtctl
/vtctlclient
, to the newvtctldclient
since v14. In v18 we deprecated the old client and have been encouraging all users to exclusively use the new client — with a number of new features only going into the new client since v18.We would like to remove the old clients entirely sometime in 2025. Toward that end, we should stop using it ourselves within the project. This PR aims to do that for our endtoend tests.
Note
There are a few
vtctlclient
uses remaining that will be cleaned up in #17442Related Issue(s)
Checklist