RESOLVED FIXED 31645
CommitQueue should fetch list of patches on every cycle (and not use PatchCollection)
https://bugs.webkit.org/show_bug.cgi?id=31645
Summary CommitQueue should fetch list of patches on every cycle (and not use PatchCol...
Eric Seidel (no email)
Reported 2009-11-18 14:00:38 PST
Created attachment 43457 [details] example of broken logging ui workqueue.py results in totally broken commit-queue UI Adam warned me about some functional changes as a result of the new workqueue.py. But it looks like one of them needs to be immediately fixed. commit-queue needs to reload the list of bugs after every failure. I'll attach an example of hte broken UI.
Attachments
example of broken logging ui (5.25 KB, text/plain)
2009-11-18 14:00 PST, Eric Seidel (no email)
no flags
example of commit re-tries not working (2.62 KB, text/plain)
2009-11-18 14:17 PST, Eric Seidel (no email)
no flags
Patch (1.70 KB, patch)
2009-11-18 14:46 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2009-11-18 14:17:35 PST
Created attachment 43460 [details] example of commit re-tries not working Sad! Looks like commit re-tries are broken as a result of this too. :(
Eric Seidel (no email)
Comment 2 2009-11-18 14:21:29 PST
I think the problem is more PatchCollection than the WorkQueue itself. Well, maybe both are at fault. We should be refreshing the patch collection after every iteration (at least for the commit-queue). I'm actually not sure commit-queue really wants to use a PatchCollection at all.
Eric Seidel (no email)
Comment 3 2009-11-18 14:46:15 PST
Eric Seidel (no email)
Comment 4 2009-11-18 14:49:23 PST
This bug was a bit overly dramatic when I opened it. :) The sky is not falling. But things are definitely better after restoring the old behavior.
Darin Adler
Comment 5 2009-11-18 16:45:51 PST
Comment on attachment 43463 [details] Patch rs=me
WebKit Commit Bot
Comment 6 2009-11-18 18:02:07 PST
Comment on attachment 43463 [details] Patch Clearing flags on attachment: 43463 Committed r51160: <http://trac.webkit.org/changeset/51160>
WebKit Commit Bot
Comment 7 2009-11-18 18:02:13 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.