Bug 123723

Summary: Fix JSON generations on new flakiness dashboard
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: WebKit WebsiteAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, benjamin, eric.carlson, kling, koivisto, lforschler, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fixes the critical bug kling: review+

Description Ryosuke Niwa 2013-11-04 00:48:16 PST
I had to temporarily disable JSON generation on the new flakiness dashboard because it was taking too long.

Fix that.
Comment 1 Ryosuke Niwa 2013-11-04 00:52:17 PST
It still takes ~3 minutes to generate JSONs but at least it won't end up eating up all the memory space and get killed.
Comment 2 Ryosuke Niwa 2013-11-04 01:10:10 PST
Created attachment 215896 [details]
Fixes the critical bug
Comment 3 Andreas Kling 2013-11-04 01:13:00 PST
Comment on attachment 215896 [details]
Fixes the critical bug

rs=me
Comment 4 Ryosuke Niwa 2013-11-04 01:14:13 PST
Committed r158565: <http://trac.webkit.org/changeset/158565>