Bug 64193 - TestFailures page incorrectly thinks all tests passed in http://build.webkit.org/builders/Windows%207%20Release%20(Tests)/builds/14589 after a reload
Summary: TestFailures page incorrectly thinks all tests passed in http://build.webkit....
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 12:03 PDT by Adam Roben (:aroben)
Modified: 2011-07-08 12:51 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.33 KB, patch)
2011-07-08 12:04 PDT, Adam Roben (:aroben)
no flags 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-07-08 12:03:22 PDT
TestFailures page incorrectly thinks all tests passed in http://build.webkit.org/builders/Windows%207%20Release%20(Tests)/builds/14589 after a reload
Comment 1 Adam Roben (:aroben) 2011-07-08 12:04:11 PDT
Created attachment 100143 [details]
Patch
Comment 2 Daniel Bates 2011-07-08 12:07:00 PDT
Comment on attachment 100143 [details]
Patch

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

r=me

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/LayoutTestResultsLoader.js:33
> +        const currentCachedDataVersion = 3;

Are there semantics on when we increment this?
Comment 3 Adam Roben (:aroben) 2011-07-08 12:09:25 PDT
Comment on attachment 100143 [details]
Patch

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

>> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/LayoutTestResultsLoader.js:33
>> +        const currentCachedDataVersion = 3;
> 
> Are there semantics on when we increment this?

There are basically two reasons to increment it:

1) We're now caching more data than we did before and either can't or don't want to handle dealing with cached values that don't contain that extra data
2) The old data was incorrect for some reason

This patch is kind of a mixture of both cases.
Comment 4 WebKit Review Bot 2011-07-08 12:51:30 PDT
Comment on attachment 100143 [details]
Patch

Clearing flags on attachment: 100143

Committed r90656: <http://trac.webkit.org/changeset/90656>
Comment 5 WebKit Review Bot 2011-07-08 12:51:34 PDT
All reviewed patches have been landed.  Closing bug.