Bug 78373

Summary: REGRESSION: Perf-o-matic adds duplicated test results
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: WebKit WebsiteAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, morrita
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fixes the bug
none
Added the code to merge existing duplicates
none
Patch morrita: review+

Description Ryosuke Niwa 2012-02-10 12:46:19 PST
After r107386, perf-o-matic adds test results via task queue. However, this results in duplicated test results because Build object is no longer acting as the gate keeper.
Comment 1 Ryosuke Niwa 2012-02-10 12:54:59 PST
Created attachment 126563 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2012-02-10 15:04:20 PST
Created attachment 126590 [details]
Added the code to merge existing duplicates
Comment 3 Ryosuke Niwa 2012-02-12 21:13:36 PST
Created attachment 126710 [details]
Patch
Comment 4 Ryosuke Niwa 2012-02-12 21:45:13 PST
Committed r107531: <http://trac.webkit.org/changeset/107531>