-
Notifications
You must be signed in to change notification settings - Fork 27
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
End to end tests broke including the namespace in alerts #257
Comments
@rhmdnd I haven't seen this in CI, was it when running locally? |
I saw it in CI here: Pasting the actual output so it's persisted with the issue:
|
Looks like the metrics failed due to the serving-cert not being available at startup, which is weird because we detect that much earlier and restart. {"level":"error","ts":1657140177.7594256,"logger":"metrics","msg":"Metrics service failed","error":"open /var/run/secrets/serving-cert/tls.crt: no such file or directory"} Let's keep this issue open for now in case it pops up again. |
/lifecycle frozen |
We recently merged support for including the namespace in the NodeHasIntegrityFailure alert [0].
This helps understand where the alert is coming from, but we have some assertions in the end-to-end tests that appear to fail with this new format [1].
Opening this issue to track the work to get e2e tests running again.
[0] af58faa
[1] https://github.com/openshift/file-integrity-operator/blob/master/tests/e2e/e2e_test.go#L56
The text was updated successfully, but these errors were encountered: