RESOLVED WONTFIX 59508
Make EWS/commit-queue run in a better order
https://bugs.webkit.org/show_bug.cgi?id=59508
Summary Make EWS/commit-queue run in a better order
WebKit Review Bot
Reported 2011-04-26 14:40:03 PDT
Make EWS/commit-queue run in a better order Requested by abarth_ on #webkit.
Attachments
Adam Roben (:aroben)
Comment 1 2011-05-26 11:13:52 PDT
I think the idea here was to process patches in the order in which they were made r?/r+, not in the order in which they were uploaded.
Adam Roben (:aroben)
Comment 2 2011-05-26 11:49:27 PDT
Adam Barth
Comment 3 2011-05-28 15:49:22 PDT
The order is controlled by the QueueStatusServer: http://trac.webkit.org/browser/trunk/Tools/QueueStatusServer/handlers/nextpatch.py is the handler that vends patches. We might need to upload more information about the patch to the server in order for the server to pick the right order.
Alexey Proskuryakov
Comment 4 2014-10-10 14:54:11 PDT
I don't think that there is anything to do here. Queue already preserve the order in which patches were submitted for processing, which happens within 30 seconds form them being posted to Bugzilla. It doesn't seem like a problem if patches that were posted almost immediately get processed not in strict order.
Note You need to log in before you can comment on or make changes to this bug.