Bug 63805

Summary: Testers disappear from TestFailures page after a build master restart until they complete a build
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://build.webkit.org/TestFailures/

Adam Roben (:aroben)
Reported 2011-07-01 08:23:55 PDT
When the build master is restarted, all testers disappear from the TestFailures page until they complete a build. We should teach TestFailures how to look beyond the master restart to find the last build they completed.
Attachments
Adam Roben (:aroben)
Comment 1 2011-07-01 08:24:18 PDT
I think the bug is in Builder.prototype.getMostRecentCompletedBuild. It doesn't know how to look past builds that were aborted due to the master restarting.
Adam Roben (:aroben)
Comment 2 2011-08-17 12:14:58 PDT
Maybe getMostRecentCompletedBuild should just call getNumberOfFailingTests for each build until it gets a non-error result.
Note You need to log in before you can comment on or make changes to this bug.