Bug 137135

Summary: Get rid of Retry status in webkit-queues
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, glenn, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch rniwa: review+

Description Alexey Proskuryakov 2014-09-25 17:15:22 PDT
Only the commit queue uses the Retry status, other queues simply release the lock once done with a cycle.

The special handling for Retry is confusing and unnecessary. Also, we don't even count retries for anything but commit queue currently, which is no good.
Comment 1 Alexey Proskuryakov 2014-09-25 17:22:50 PDT
Created attachment 238686 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-09-26 10:12:04 PDT
Committed <http://trac.webkit.org/r174009>.