-
Notifications
You must be signed in to change notification settings - Fork 728
hack/verify-all should output the specific tests that failed #3282
Copy link
Copy link
Closed
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 verifyfailed.