Bug 50035 - [chromium] improve memory usage for test results server and store fewer runs
Summary: [chromium] improve memory usage for test results server and store fewer runs
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: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 11:33 PST by Ojan Vafai
Modified: 2010-11-24 14:58 PST (History)
4 users (show)

See Also:


Attachments
Patch (5.88 KB, patch)
2010-11-24 11:34 PST, Ojan Vafai
tony: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2010-11-24 11:33:03 PST
[chromium] improve memory usage for test results server and store fewer runs
Comment 1 Ojan Vafai 2010-11-24 11:34:40 PST
Created attachment 74783 [details]
Patch
Comment 2 Tony Chang 2010-11-24 13:57:29 PST
Comment on attachment 74783 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=74783&action=review

> WebKitTools/TestResultServer/model/jsonresults.py:414
> +        if small_file_updated and large_file_updated:
> +            return True
> +        return False

return small_file_updated and large_file_updated
Comment 3 Ojan Vafai 2010-11-24 14:28:15 PST
Committed r72699: <http://trac.webkit.org/changeset/72699>
Comment 4 WebKit Review Bot 2010-11-24 14:58:13 PST
http://trac.webkit.org/changeset/72699 might have broken GTK Linux 32-bit Release
The following tests are not passing:
inspector/extensions.html