-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Improve sharness tests failure reports #8991
Comments
There are two different issues here:
That second point is much easier to fix. IIRC, we had a way to export junit result files, but we're not currently using that. |
It seems that the JUnit report we generate now are not valid but I might be able to do something about it. |
Quick update: TODO:
|
@galargh : do we need to do this? If we are moved over to GitHub Actions this is no longer relevant right? Basically, if this is more than 30minutes I wouldn't spend time on it from what I understand. |
This should take definitely less than 30 minutes. I think it only entails ensuring that |
The new reporting proposed in #9355 will look like this: |
It's very unclear which test fail.
The error message is not in the failing test (which is just a
grep failed
).You need to deep dive through logs, CTRL + F
failed
(which will show other unrelated failures often).The text was updated successfully, but these errors were encountered: