[Webkit-unassigned] [Bug 35460] EWS should test patches with r+

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 16 17:50:27 PDT 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ddkilzer at webkit.org,
                   |                            |wsiegrist at apple.com




--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-04-16 17:50:26 PST ---
See duplicate.  The limiting factor here is that it's difficult to get a list
of r+'d patches from bugzilla w/o making lots of queries.  Right now we make
one query to get all r? patches:
https://bugs.webkit.org/request.cgi

To get all r+ patches we would have to make a query to:
http://webkit.org/pending-commit
and then fetch each bug to see which patches on it cause it to be in the bug
list.

That would be a lot more load on bugzilla.  Since currently every EWS bot makes
its own set of queries.

-- 
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