Replies: 1 comment 3 replies
-
The other option is to add the crash info to result JSON. We already try to generate a "fingerprint" of the crash to be able to filter, so we could easily add an array of test name + crash fingerprint. UI can either cross-correlate that to render "critical" status or display crashes as a separate widget. WDYT? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand that the goal is first to validate pending patches, than finding new bugs and showing the current state of net-next/net, but I think it might still be good to easily identify kernel crashes and warnings from the UI.
If I'm not mistaken, currently if a kernel panic is detected, the test will be marked as failed, like any issues we could have with the test. If it is possible to mark the tests that caused kernel oops and warnings, it might help identifying problematic patches quicker (and possibly bugs that were not introduced by the new patches). Could be fixed by introducing a new "critical" status?
I guess people having access to the server can easily
grep
in the logs to find crashes and warnings. I didn't find a way to list critical issues from the UI.Beta Was this translation helpful? Give feedback.
All reactions