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 / Tests | Assignee: | 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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
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)
Maybe getMostRecentCompletedBuild should just call getNumberOfFailingTests for each build until it gets a non-error result.