Bug 50960

Summary: FlakyTestReporter doesn't understand bots running from multiple email addresses
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ojan, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch for landing none

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.