-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Unable to run themake test
locally (CacheTestSuit shows not work for mac)
#907
Comments
make test
locallymake test
locally (CacheTestSuit shows not work for mac)
/kind bug |
@camilamacedo86 that kinda sounds like the apiserver didn't boot properly |
if you run with |
@droot can you repro? |
I ran |
@camilamacedo86 for future reference: please put really long logs in a details element like this: <details>
<summary>
Whatever you put here shows up next to the expando
</summary>
REALLY LONG STUFF HERE
</details> I've edited your message for this one to do that |
Hi @DirectXMan12 and @droot, Thank you for your help with. Following some information.
`make test with export KUBEBUILDER_ATTACH_CONTROL_PLANE_OUTPUT=true after running 4 times`
|
hmm, yeah, that last one looks similar to the k/k bug you mentioned. If you eliminate that, do things work? |
Sorry, @DirectXMan12. your question is not clear for me. What should I eliminate? |
Hi @DirectXMan12, It shows related to the scenario described in kubernetes-sigs/kubebuilder#686 (comment). I think that the problem here is related to the setup of the binaries required to be used in the envtest. See controller-runtime/pkg/envtest/server.go Lines 219 to 231 in fe0e759
|
Is this still not working? I tried today to run the tests and they were successful. /priority awaiting-more-evidence |
@vincepri I got the same error locally using kubebuilder v2.3.1, see https://pastebin.com/raw/rcPUbDZG |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. 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. |
@Bjohnson131: You can't reopen an issue/PR unless you authored it or you are a collaborator. 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. |
What?
make test
Notes:
Since the test work in the prow, I assume that it requires something that is not installed by default or by the script at least in Mac OS envs
PS: I think thatyeah, I played around a bit but never quite got it working. The problem is that prow it should also be tested in a mac os x env by the CI to ensure supportability for contributors.
make test execution
`make test`
`make test with export KUBEBUILDER_ATTACH_CONTROL_PLANE_OUTPUT=true`
Env
The text was updated successfully, but these errors were encountered: