[Buildbot] #3428: Multiple GerritStatusPush after reconfiguring buildbot

Buildbot trac trac at buildbot.net
Thu Jan 28 08:43:39 UTC 2016


#3428: Multiple GerritStatusPush after reconfiguring buildbot
----------------------------+-----------------------
Reporter:  RockHed          |      Owner:
    Type:  support-request  |     Status:  new
Priority:  major            |  Milestone:  undecided
 Version:  0.8.12           |   Keywords:  Gerrit
----------------------------+-----------------------
 I used GerritStatusPush pretty much as per the example. In master.cfg I
 have:
 c['status'] = []
 c['status'].append(GerritStatusPush(server, user, reviewCB=myReviewCB,
 reviewArg=myReviewArg))

 Everything seems to work when I first start buildmaster, however, when I
 run buildbot reconfig, it starts duplicating status pushes. For example,
 if I reconfigure once, I'll get several two pushes for each review.
 Furthermore, it seems that when I change the review CB function, I would
 get one push with the original function, and one with the new function. So
 if the original function had some issue that I've fixed, it continues to
 try and send reviews with that error until I stop/start buildmaster again.

--
Ticket URL: <http://trac.buildbot.net/ticket/3428>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list