-
Notifications
You must be signed in to change notification settings - Fork 101
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
E2E: log.SetLogger(...) was never called #1482
Comments
/triage accepted |
@Rozzii: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
/triage accepted |
@Rozzii: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
seeing a similar issue here kubernetes-sigs/controller-runtime#2622 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
/lifecycle frozen |
What steps did you take and what happened:
There is a stacktrace from controller-runtime happening in our e2e tests. It complains that ??log.SetLogger(...) was never called.
We should fix this.
What did you expect to happen:
There should be no stacktrace or warnings like this in successful tests.
Anything else you would like to add:
Here is the log that can be seen in the e2e tests:
/kind bug
The text was updated successfully, but these errors were encountered: