[Webkit-unassigned] [Bug 51621] New: queue iteration_count should not increment when sleeping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 26 09:58:51 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51621

           Summary: queue iteration_count should not increment when
                    sleeping
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lforschler at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list