WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
29316
commit-queue should give better feedback when failing a patch
https://bugs.webkit.org/show_bug.cgi?id=29316
Summary
commit-queue should give better feedback when failing a patch
Eric Seidel (no email)
Reported
2009-09-16 15:19:25 PDT
commit-queue should give better feedback when failing a patch I'm going to start by printing the logs from the failing command. I will make further improvements soon, including giving information as to how to resolve the issue, or changing other parts of the commit-queue to not even bother failing a patch when it's not the user's fault (like when the ChangeLog is out of date, or maybe for a specific set of flakey tests). This patch is about adding logging information when failing a patch. I've been running the commit-queue with this code for a few hours and it seems to be doing fine. :)
Attachments
First attempt at error message cleanups
(10.28 KB, patch)
2009-09-16 15:26 PDT
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
Fix args to not conflict with Exception.args
(10.35 KB, patch)
2009-09-16 17:04 PDT
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
Fix args to not conflict with Exception.args
(10.37 KB, patch)
2009-09-16 17:43 PDT
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
Limit error output length
(10.94 KB, patch)
2009-09-24 14:52 PDT
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2009-09-16 15:26:29 PDT
Created
attachment 39663
[details]
First attempt at error message cleanups
Eric Seidel (no email)
Comment 2
2009-09-16 16:09:32 PDT
Example feedback:
https://bugs.webkit.org/show_bug.cgi?id=29280#c4
Obviously that message could be much less verbose. That's the next step: write custom message parsers/translators for all the individual errors and tools. In this example, we could parse out what layout test failed, and compose a more concise message that we post in the bug.
Eric Seidel (no email)
Comment 3
2009-09-16 17:04:42 PDT
Created
attachment 39667
[details]
Fix args to not conflict with Exception.args
Eric Seidel (no email)
Comment 4
2009-09-16 17:43:05 PDT
Created
attachment 39673
[details]
Fix args to not conflict with Exception.args
Adam Barth
Comment 5
2009-09-16 18:43:45 PDT
Comment on
attachment 39673
[details]
Fix args to not conflict with Exception.args ok
Eric Seidel (no email)
Comment 6
2009-09-16 19:32:07 PDT
Comment on
attachment 39673
[details]
Fix args to not conflict with Exception.args I rescind this patch. I just noticed it's not logging to stdout as expected, I need to debug it further.
Eric Seidel (no email)
Comment 7
2009-09-24 14:52:31 PDT
Created
attachment 40080
[details]
Limit error output length
Eric Seidel (no email)
Comment 8
2009-09-24 14:57:02 PDT
I've been testing this patch for the last week. It seems to work just fine, and has dramatically improved usability of the queue now that people can see what fails. I still need to deploy this type of reporting to a few other places in the code though.
Adam Barth
Comment 9
2009-09-25 10:02:17 PDT
Comment on
attachment 40080
[details]
Limit error output length That python array syntax is wild.
WebKit Commit Bot
Comment 10
2009-09-25 10:40:54 PDT
Comment on
attachment 40080
[details]
Limit error output length Clearing flags on attachment: 40080 Committed
r48760
: <
http://trac.webkit.org/changeset/48760
>
WebKit Commit Bot
Comment 11
2009-09-25 10:41:04 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug