-
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
Open
mattlord
wants to merge
9
commits into
vitessio:main
Choose a base branch
from
planetscale:vtctldclient_e2e
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+384
−879
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
|
vitess-bot
bot
added
NeedsBackportReason
If backport labels have been applied to a PR, a justification is required
NeedsDescriptionUpdate
The description is not clear or comprehensive enough, and needs work
NeedsIssue
A linked issue is missing for this Pull Request
NeedsWebsiteDocsUpdate
What it says
labels
Dec 26, 2024
mattlord
removed
NeedsWebsiteDocsUpdate
What it says
NeedsBackportReason
If backport labels have been applied to a PR, a justification is required
labels
Dec 26, 2024
mattlord
force-pushed
the
vtctldclient_e2e
branch
3 times, most recently
from
December 26, 2024 22:39
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. |
mattlord
force-pushed
the
vtctldclient_e2e
branch
3 times, most recently
from
December 27, 2024 01:31
e0d2146
to
5026804
Compare
5 tasks
Signed-off-by: Matt Lord <[email protected]>
mattlord
force-pushed
the
vtctldclient_e2e
branch
from
December 27, 2024 13:11
5026804
to
9858b8f
Compare
Signed-off-by: Matt Lord <[email protected]>
mattlord
force-pushed
the
vtctldclient_e2e
branch
2 times, most recently
from
December 27, 2024 22:57
3547f3e
to
93ed216
Compare
Signed-off-by: Matt Lord <[email protected]>
mattlord
force-pushed
the
vtctldclient_e2e
branch
from
December 27, 2024 23:00
93ed216
to
ef46b1b
Compare
Signed-off-by: Matt Lord <[email protected]>
Signed-off-by: Matt Lord <[email protected]>
mattlord
removed
NeedsDescriptionUpdate
The description is not clear or comprehensive enough, and needs work
NeedsIssue
A linked issue is missing for this Pull Request
labels
Dec 28, 2024
mattlord
requested review from
GuptaManan100,
frouioui,
rohit-nayak-ps,
deepthi,
harshit-gangal,
ajm188,
notfelineit,
shlomi-noach and
timvaillancourt
as code owners
December 28, 2024 13:02
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]>
dbussink
approved these changes
Dec 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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