-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
add kube-* server flags integration tests #7416
Conversation
a7a5d4b
to
627beb9
Compare
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.
LGTM!
Doesn't need to block this, but I'd love to see this also cover kubelet and etcd args, just for consistency's sake.
There is already tests for etcd-args on tests/integration/custometcdargs/custometcdargs_int_test.go, but i'll write for kubelet |
627beb9
to
6a4ce71
Compare
This commit adds SearchK3sLog to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]>
6a4ce71
to
0f7e687
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #7416 +/- ##
==========================================
+ Coverage 19.35% 19.45% +0.09%
==========================================
Files 81 81
Lines 5445 5495 +50
==========================================
+ Hits 1054 1069 +15
- Misses 4169 4204 +35
Partials 222 222
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]> (cherry picked from commit 3982213)
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]> (cherry picked from commit 3982213)
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]> (cherry picked from commit 3982213) Signed-off-by: Ian Cardoso <[email protected]>
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]>
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]>
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]> (cherry picked from commit 3982213)
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]> (cherry picked from commit 3982213) Signed-off-by: Ian Cardoso <[email protected]>
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]> (cherry picked from commit 3982213)
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]> (cherry picked from commit 3982213) Signed-off-by: Ian Cardoso <[email protected]>
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]> (cherry picked from commit 3982213) Signed-off-by: Ian Cardoso <[email protected]>
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]> (cherry picked from commit 3982213) Signed-off-by: Ian Cardoso <[email protected]>
This commit adds SearchK3sLog function to find specific strings in integration tests log file and also removes FindStringInCmdAsync function since it was not being used. Signed-off-by: Ian Cardoso <[email protected]>
Proposed Changes
Adds an integration test to check if args passed by the flags are been consumed and used
Types of Changes
Verification
Testing
Linked Issues
#6057
User-Facing Change
Further Comments