Skip to content

Revise handling for make check with multiple log files #38

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

Open
jimklimov opened this issue Mar 31, 2025 · 0 comments
Open

Revise handling for make check with multiple log files #38

jimklimov opened this issue Mar 31, 2025 · 0 comments

Comments

@jimklimov
Copy link
Member

Recently support was added to stash all test programs' logs and traces after a make check, however if any test fails, the best we currently can do is mark them all failed (which is a bit irrelevant when you have 10 "failed" links and some one is propagated to github, but only one or two really contain an error trace).

This issue is to suggest some way out, e.g.:

  • analyze TAP logs to see who failed and report better targeted info, or
  • make a tarball of all those logs we report now and still have many irrelevant logs delivered, but all under one URL in reports so at least searching for the haystack with the needle is easier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant