Bug 131363

Summary: [webkitpy] In case of multiple bug rollout, all bugs should be reopened, not only the oldest one
Product: WebKit Reporter: Éva Balázsfalvi <evab.u-szeged>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, evab.u-szeged, glenn, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Éva Balázsfalvi 2014-04-08 09:30:17 PDT
In case of multiple bug rollout, all bugs should be reopened, not only the oldest one
Comment 1 Éva Balázsfalvi 2014-04-08 09:32:42 PDT
Created attachment 228845 [details]
Patch
Comment 2 Alexey Proskuryakov 2014-04-08 09:59:36 PDT
What was the situation motivating this change?

I think that most of the time, additional bugs are follow-ups that are meaningless when the original patch gets rolled out.
Comment 3 Csaba Osztrogonác 2014-04-14 07:45:00 PDT
(In reply to comment #2)
> What was the situation motivating this change?
> 
> I think that most of the time, additional bugs are follow-ups that are meaningless when the original patch gets rolled out.

Most of the time "multi patch rollouts" reverts a revision with a bug 
report and several follow patches which don't have bug reports at all.

But rarely there is a changeset and later a follow-up fix or
not a fix, but something depends on it. If you rollout both of
these changes, the authors of the second bug doesn't get any
automatical notification now. It is very rare, but it can be
annoying.
Comment 4 Csaba Osztrogonác 2014-04-14 07:56:13 PDT
Comment on attachment 228845 [details]
Patch

The fix looks good to me more or less. 

But after checking it thoroughly, it solves only the case when you rollout patches with 
webkit-patch rollout, but it doesn't when you do it with webkit-patch create-rollout.
Sheriffbot uses the create-rollout too, so this code path should be fixed too.
Comment 5 Csaba Osztrogonác 2014-04-14 08:00:12 PDT
The bugs of rolled out patches can be blocked and reopened 
from createbug.py, but we need to make it handle more bug ids.
Comment 6 Éva Balázsfalvi 2014-05-16 06:49:02 PDT
Created attachment 231571 [details]
Patch
Comment 7 WebKit Commit Bot 2014-05-16 07:36:17 PDT
Comment on attachment 231571 [details]
Patch

Clearing flags on attachment: 231571

Committed r168968: <http://trac.webkit.org/changeset/168968>
Comment 8 WebKit Commit Bot 2014-05-16 07:36:20 PDT
All reviewed patches have been landed.  Closing bug.