[Webkit-unassigned] [Bug 61520] TestFailures page should take advantage of LocalStorage APIs (or similar) to improve loading performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 06:27:57 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61520





--- Comment #1 from Adam Roben (:aroben) <aroben at apple.com>  2011-05-26 06:27:57 PST ---
Data we might want to cache:

1) The list of old builds for each tester
2) The set of failing tests in each of those old builds

We'd want to prune the cache from time to time. I think a strategy that would work well is:

* Whenever we finish finding revisions to blame for all currently failing tests, throw away all data for all revisions older than the oldest "passing" revision identified.

E.g., if all currently failing tests were passing in r12345, we could throw away all data for r12344 and older.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list