Bug 123723 - Fix JSON generations on new flakiness dashboard
Summary: Fix JSON generations on new flakiness dashboard
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-04 00:48 PST by Ryosuke Niwa
Modified: 2013-11-04 01:14 PST (History)
8 users (show)

See Also:


Attachments
Fixes the critical bug (25.08 KB, patch)
2013-11-04 01:10 PST, Ryosuke Niwa
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>