-
Notifications
You must be signed in to change notification settings - Fork 286
🏃 Enable controller tests #1183
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
🏃 Enable controller tests #1183
Conversation
|
Hi @lentzi90. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
/ok-to-test |
|
Thank you for adding this. |
Great, had not seen that! I will do it in the same way then. 🙂 |
07b5145 to
f7ce2d4
Compare
f7ce2d4 to
16e97fc
Compare
|
looks like error from is not caused by golint issue? caused by change here? |
360f277 to
d1d4ae5
Compare
mdbooth
left a comment
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 looks great, and I'd like to massively expand our envtest coverage.
Do we currently have any envtests? It would be good to see the framework being exercised by at least one test.
Thanks! |
I'd prefer it: it would test the test 😀 Maybe add the simplest imaginable envtest? Basically it would just have to bounce something off the apiserver to demonstrate that everything is wired up correctly. |
+1 to this :) , we need |
d1d4ae5 to
33dc769
Compare
33dc769 to
7dad064
Compare
The controller test suite was disabled due to missing kubebuilder assets. These are now installed before running the tests. A simple sanity check test is also added to confirm that envTest is working.
|
/retest |
977e041 to
7dad064
Compare
|
E2e test is broken. Waiting on #1185 to fix it. |
|
/retest |
|
/approve Thanks for enabling the controller test suite 👍🏻 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90, tobiasgiese The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
What this PR does / why we need it:
The controller test suite was disabled due to missing kubebuilder
assets. These are now installed before running the tests. There are no
tests yet but now it is possible to add some.
Special notes for your reviewer:
TODOs: