-
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
Rewrite _many_ tests to use vtctldclient invocations, mostly non-output related stuff #15270
Rewrite _many_ tests to use vtctldclient invocations, mostly non-output related stuff #15270
Conversation
…ut related stuff Signed-off-by: Andrew Mason <[email protected]>
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
|
Signed-off-by: Andrew Mason <[email protected]>
Signed-off-by: Andrew Mason <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15270 +/- ##
=======================================
Coverage 67.44% 67.45%
=======================================
Files 1561 1561
Lines 193193 193193
=======================================
+ Hits 130304 130314 +10
+ Misses 62889 62879 -10 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Andrew Mason <[email protected]>
Signed-off-by: Andrew Mason <[email protected]>
Signed-off-by: Andrew Mason <[email protected]>
Signed-off-by: Andrew Mason <[email protected]>
Signed-off-by: Andrew Mason <[email protected]>
Signed-off-by: Andrew Mason <[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.
Nice!
Signed-off-by: Andrew Mason <[email protected]>
Description
I arbitrarily picked this as a stopping point for this batch. I'll do another round after this!
I'm focusing on the non-output-focused stuff for now to put off dealing with minor changes in output that tests may depend on, but those are coming up.
Related Issue(s)
#15273
Checklist
Deployment Notes