-
Notifications
You must be signed in to change notification settings - Fork 161
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
gubernator sometimes fail to report failed tests #123
Comments
#118 should solve it, or at least provide a hint on why the report on e2e tests was skipped. |
Once knative/serving#2042 is merged it will possible to check in knative/serving if this is really solved. |
Checked the CI flow for knative/build, and didn't find any missing results anymore. |
Another instance where the results were not parsed correctly:
|
Another example of missing failure:
The parser doesn't recognize |
Address #123. Bonus: add tests for `report_go_test()`.
Looks like the parser missed the |
The error above happened before |
Considering this fixed. |
e.g., in https://gubernator.knative.dev/build/knative-prow/logs/ci-knative-serving-continuous/1039348282343559168 the e2e tests failed but were not reported
The text was updated successfully, but these errors were encountered: