-
Notifications
You must be signed in to change notification settings - Fork 498
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
hack/verify-all should output the specific tests that failed #3282
Comments
/help |
@robscott: 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. |
The raw file is difficult to read. Prow has a feature that it can only list the colored line in a build.log. Something like this - https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_gateway-api/3212/pull-gateway-api-verify/1825622946182336512. I can easily locate all errors from there, and only the problem is it has a bug. It starts to list the wrong lines on the server side after I click |
Hi @robscott, I'd love to give this a shot. |
/assign @TheInvincibleRalph |
What would you like to be added:
When a test fails in
hack/verify-all.sh
, we should output the failed tests at the end of the run.Why this is needed:
Debugging test logs is very complicated. For example, consider this recent failure where the output looked like this:
The actual problematic logs were:
It would be great to at least show the specific script that failed closer to the final output so it's more clear why
make verify
failed.The text was updated successfully, but these errors were encountered: