Bug 63453 - TestFailures page doesn't show information for builds that have been moved to build.webkit.org/old-results
Summary: TestFailures page doesn't show information for builds that have been moved to...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/TestFailures/
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-27 07:55 PDT by Adam Roben (:aroben)
Modified: 2011-06-27 11:29 PDT (History)
1 user (show)

See Also:


Attachments
Make TestFailures load build names from build.webkit.org/old-results too (4.33 KB, patch)
2011-06-27 11:22 PDT, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-06-27 07:55:04 PDT
Layout test results files are periodically moved from build.webkit.org/results to build.webkit.org/old-results. The TestFailures page only looks in the former location. This means that builds will "disappear" from TestFailures's perspective when they're moved into old-results.

We should make TestFailures look in old-results, too. (It would be nice if it only looked in there when needed.)
Comment 1 Adam Roben (:aroben) 2011-06-27 11:22:30 PDT
Created attachment 98753 [details]
Make TestFailures load build names from build.webkit.org/old-results too
Comment 2 Adam Roben (:aroben) 2011-06-27 11:29:44 PDT
Committed r89840: <http://trac.webkit.org/changeset/89840>