Bug 41820 - commit-queue and EWS bots should report all failures
Summary: commit-queue and EWS bots should report all failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 17:50 PDT by Eric Seidel (no email)
Modified: 2010-08-24 22:19 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.59 KB, patch)
2010-07-07 17:54 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Addressed Adam's comments (6.69 KB, patch)
2010-08-24 22:10 PDT, Eric Seidel (no email)
abarth: review+
abarth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-07-07 17:50:41 PDT
commit-queue and EWS bots should report all failures
Comment 1 Eric Seidel (no email) 2010-07-07 17:54:38 PDT
Created attachment 60815 [details]
Patch
Comment 2 Adam Barth 2010-07-09 02:46:29 PDT
Comment on attachment 60815 [details]
Patch

WebKitTools/Scripts/webkitpy/tool/commands/queues.py:139
 +          log_file = cls._log_from_script_error_for_upload(script_error)
You never do anything with the log_file :)

WebKitTools/Scripts/webkitpy/tool/commands/queues.py:215
 +              failure_log = self._log_from_script_error_for_upload(e)
Inconsistent naming of the result of this function.
Comment 3 Adam Barth 2010-08-10 22:22:15 PDT
Comment on attachment 60815 [details]
Patch

Please address my comments above.
Comment 4 Eric Seidel (no email) 2010-08-24 22:10:05 PDT
Created attachment 65369 [details]
Addressed Adam's comments
Comment 5 Adam Barth 2010-08-24 22:11:28 PDT
Comment on attachment 65369 [details]
Addressed Adam's comments

ok
Comment 6 Eric Seidel (no email) 2010-08-24 22:12:06 PDT
Committed r65979: <http://trac.webkit.org/changeset/65979>
Comment 7 Eric Seidel (no email) 2010-08-24 22:19:06 PDT
I've restarted the cq and the mac-ews.  We'll know shortly if this code is working as intended.