-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Detect unexpected errors via logs in envtest and e2e tests #11402
Comments
/triage accepted But next step is
|
/help |
@sbueringer: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. 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-sigs/prow repository. |
@sbueringer I'm interested in helping with this one. Do we want to catch known patterns (rules based) or anything out of the ordinary (ML-based)? |
Nothing fancy, ideally just looking for a substring. We have to figure out this one first though:
|
It would be great if we find a way to surface unexpected conditions via logs and then check in envtest and e2e tests that they never occur.
Of course this requires us to have an easy way to identify such logs (e.g. they could contain a specific keyword).
Recently we implemented something similar for panics. After envtest and e2e tests are completed we check controller-runtime metrics to ensure no panics occured
The text was updated successfully, but these errors were encountered: