-
Notifications
You must be signed in to change notification settings - Fork 373
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
Various fixes to integration tests #228
Conversation
0164c46
to
9267a0d
Compare
Codecov Report
@@ Coverage Diff @@
## master #228 +/- ##
=======================================
Coverage 53.78% 53.78%
=======================================
Files 14 14
Lines 701 701
=======================================
Hits 377 377
Misses 273 273
Partials 51 51 Continue to review full report at Codecov.
|
I fixed a few things about the integration tests that bugged me a litle bit. - do not actually run the test plugin, it's out of our tool's scope - run only integration tests from the script (previously ./...) - use the installed krew when host-krew is present Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
9267a0d
to
6d73d53
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.
This is a big improvement of the integration test setup. Just some smaller nits.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
Addressed code review feedback. 👍 Thanks! |
/lgtm |
@corneliusweig: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, corneliusweig The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
🔜 |
I was hoping to write more integration tets, but along the way I noticed some
issues with how we run integration tests.
This PR addressses few things about the integration tests that bugged me.
Fixes #224
Fixes #225
Fixes #227