Bug 64193

Summary: TestFailures page incorrectly thinks all tests passed in http://build.webkit.org/builders/Windows%207%20Release%20(Tests)/builds/14589 after a reload
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dbates, ddkilzer, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Adam Roben (:aroben)
Reported 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
Attachments
Patch (3.33 KB, patch)
2011-07-08 12:04 PDT, Adam Roben (:aroben)
no flags
Adam Roben (:aroben)
Comment 1 2011-07-08 12:04:11 PDT
Daniel Bates
Comment 2 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?
Adam Roben (:aroben)
Comment 3 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.
WebKit Review Bot
Comment 4 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>
WebKit Review Bot
Comment 5 2011-07-08 12:51:34 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.