Bug 28916

Summary: patches marked cq+ without review will hang the commit-queue
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Eric Seidel (no email) 2009-09-02 13:03:15 PDT
patches marked cq+ without review will hang the commit-queue

The queue spins infinitely.  It thinks it has something to land, but then when it goes to land it, it doesn't find a patch and thus it just loops indefinitely. :(
Comment 1 Eric Seidel (no email) 2009-09-02 13:03:35 PDT
https://bugs.webkit.org/show_bug.cgi?id=28887 caused the hang this evening.
Comment 2 Eric Seidel (no email) 2009-09-08 14:11:50 PDT
This will be fixed by the patch on bug 28605.  The fix was to make the commit queue call the fetch_patches_from_commit_queue up front instead of fetch_bug_ids_from_commit_queue so that it is sure to validate the patches before passing them off to land-patches.

*** This bug has been marked as a duplicate of bug 28605 ***