Bug 137240

Summary: build.webkit.org/dashboard: Switch EWS view to using actual retry count
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch rniwa: review+

Description Alexey Proskuryakov 2014-09-29 16:36:34 PDT
EWS view on the dashboard displays message count, which is inconsistent with other tools. It is accurate in that this is how many times we tried to test, but displaying completed iterations (which take up to 3 attempts) makes more sense I think.
Comment 1 Alexey Proskuryakov 2014-09-29 16:39:47 PDT
Created attachment 238897 [details]
proposed patch
Comment 2 Ryosuke Niwa 2014-09-30 11:56:33 PDT
Comment on attachment 238897 [details]
proposed patch

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

> Tools/QueueStatusServer/app.yaml:2
> -version: 174192 # Bugzilla bug ID of last major change
> +version: ap # Bugzilla bug ID of last major change

Revert?
Comment 3 Alexey Proskuryakov 2014-09-30 12:48:26 PDT
Committed <http://trac.webkit.org/r174115>.