Bug 51621 - queue iteration_count should not increment when sleeping
Summary: queue iteration_count should not increment when sleeping
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-26 09:58 PST by Lucas Forschler
Modified: 2010-12-26 10:11 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Forschler 2010-12-26 09:58:51 PST
Currently with the EWS queue (maybe others?), when no item is in the queue, the process sleeps.  However, the sleeping operation still increments the iteration count.
simplified: If you have --exit-after-iteration N set, then the queue will exit after N sleeps.

This is unfortunate, because for Win EWS, we use a big hammer to clean things up after every 10 iterations.  This is an expensive operation with SVN.

I think that the iteration count should NOT be incremented when encountering a 'sleep' action because of no work items.
Comment 1 Lucas Forschler 2010-12-26 10:11:08 PST
Note: The WIN-EWS 'big hammer' recycle time is 11 minutes+