RESOLVED FIXED 28605
commit-queue gets stuck if a non-committer sets commit-queue+ or review+
https://bugs.webkit.org/show_bug.cgi?id=28605
Summary commit-queue gets stuck if a non-committer sets commit-queue+ or review+
Adam Barth
Reported 2009-08-20 23:05:57 PDT
Back from the grave: Summary: commit-queue gets stuck if a non-committer sets commit-queue+ or review+ 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@lists.webkit.org ReportedBy: eric@webkit.org CC: abarth@webkit.org commit-queue gets stuck if a non-committer sets commit-queue+ or review+ The checking for commit-queue/review is done outside of the try/catch. We need to catch these specially and handle clearing flags properly.
Attachments
first pass (11.37 KB, patch)
2009-09-08 12:34 PDT, Eric Seidel (no email)
no flags
Patch v1 (14.64 KB, patch)
2009-09-08 14:17 PDT, Eric Seidel (no email)
levin: review+
Eric Seidel (no email)
Comment 1 2009-09-08 12:34:06 PDT
*** Bug 28321 has been marked as a duplicate of this bug. ***
Eric Seidel (no email)
Comment 2 2009-09-08 12:34:49 PDT
Created attachment 39206 [details] first pass --- 5 files changed, 62 insertions(+), 35 deletions(-)
Eric Seidel (no email)
Comment 3 2009-09-08 14:11:50 PDT
*** Bug 28916 has been marked as a duplicate of this bug. ***
Eric Seidel (no email)
Comment 4 2009-09-08 14:17:20 PDT
Created attachment 39212 [details] Patch v1
Eric Seidel (no email)
Comment 5 2009-09-08 14:34:16 PDT
Just in case dave levin has interest in this hot hot python action.
David Levin
Comment 6 2009-09-08 14:40:01 PDT
Comment on attachment 39212 [details] Patch v1 > diff --git a/WebKitTools/Scripts/bugzilla-tool b/WebKitTools/Scripts/bugzilla-tool > + patch_ids = map(lambda p: p['id'], patches) s/p/patch/ would be nice.
Eric Seidel (no email)
Comment 7 2009-09-09 10:36:58 PDT
Note You need to log in before you can comment on or make changes to this bug.