-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fixed the issue Unclear buildbot failure email
#71
Conversation
The email before this patch:
The email after this patch:
|
Thanks, Dmitry! Is it possible to skip/remove the ", attempting to kill (main)" trailing part of the string? This does not seem relevant to the problem summary. Everything else looks good. |
Note
We can adjust the regex to skip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably something like reachedTimout
and timeoutReason
would be more correct naming instead for those killed
and killReason
, but it also looks ok for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
llvm#65 Listen to the `header` TTY stream and monitor the message like `command timed out: 1200 seconds without output running [b'ninja', b'check-clang-unit'], attempting to kill` sent from a worker.
02f08d3
to
b740024
Compare
#65
Listen to the
header
TTY stream and monitor the message likecommand timed out: 1200 seconds without output running [b'ninja', b'check-clang-unit'], attempting to kill
sent from a worker.