Bug 50960 - FlakyTestReporter doesn't understand bots running from multiple email addresses
Summary: FlakyTestReporter doesn't understand bots running from multiple email addresses
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-12-13 13:01 PST by Eric Seidel (no email)
Modified: 2010-12-13 17:43 PST (History)
4 users (show)

See Also:


Attachments
Patch (8.37 KB, patch)
2010-12-13 13:03 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Patch for landing (10.27 KB, patch)
2010-12-13 17:01 PST, Eric Seidel (no email)
no flags 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-12-13 13:01:00 PST
FlakyTestReporter doesn't understand bots running from multiple email addresses
Comment 1 Eric Seidel (no email) 2010-12-13 13:03:44 PST
Created attachment 76423 [details]
Patch
Comment 2 Adam Barth 2010-12-13 15:27:17 PST
Comment on attachment 76423 [details]
Patch

ok
Comment 3 WebKit Review Bot 2010-12-13 16:07:51 PST
Comment on attachment 76423 [details]
Patch

Rejecting attachment 76423 [details] from commit-queue.

Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=abarth-cq-sl', 'build-and-test', '--no-clean', '--no-update', '--test', '--non-interactive']" exit_code: 2
Last 500 characters of output:
s/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/tool/bot/flakytestreporter.py", line 72, in <lambda>
    bugs = filter(lambda bug: bug.reporter_email() in allowed_emails, bugs)
  File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/common/net/bugzilla/bug.py", line 50, in reporter_email
    return self.bug_dictionary["reporter_email"]
KeyError: 'reporter_email'

----------------------------------------------------------------------
Ran 733 tests in 11.940s

FAILED (errors=1)

Full output: http://queues.webkit.org/results/6901107
Comment 4 Eric Seidel (no email) 2010-12-13 17:01:14 PST
Created attachment 76470 [details]
Patch for landing
Comment 5 WebKit Review Bot 2010-12-13 17:42:56 PST
Comment on attachment 76470 [details]
Patch for landing

Clearing flags on attachment: 76470

Committed r73991: <http://trac.webkit.org/changeset/73991>
Comment 6 WebKit Review Bot 2010-12-13 17:43:02 PST
All reviewed patches have been landed.  Closing bug.