enqueuing loop on comment-added event trigger

Bug #1285210 reported by Anita Kuno
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zuul
New
Undecided
Unassigned

Bug Description

Zuul reenqueued a patch in the check queue every time Jenkins added a verified comment.

The change was 2 months old when it was -2'd which started the loop. The loop seems to have stopped when the patch was abandoned: https://review.openstack.org/#/c/49755/

2014-02-26 00:11:26,961 DEBUG zuul.IndependentPipelineManager: Reporting change <Change 0x7f4a17198790 49755,1>
2014-02-26 00:11:26,961 INFO zuul.IndependentPipelineManager: Reporting change <Change 0x7f4a17198790 49755,1>, actions: [<ActionReporter <zuul.reporter.gerrit.Reporter object at 0x2d3a9d0>, {'verified': 1}>]
2014-02-26 00:11:26,961 DEBUG zuul.reporter.gerrit.Reporter: Report change <Change 0x7f4a17198790 49755,1>, params {'verified': 1}, message: Build succeeded.
2014-02-26 00:11:27,543 INFO zuul.Gerrit: Updating information for 49755,1
2014-02-26 00:11:27,761 DEBUG zuul.IndependentPipelineManager: Removing change <Change 0x7f4a17198790 49755,1> from queue
2014-02-26 00:11:27,782 DEBUG zuul.Gerrit: Change <Change 0x7f4a17198790 49755,1> status: NEW
2014-02-26 00:11:27,925 DEBUG zuul.Scheduler: Adding trigger event: <TriggerEvent comment-added openstack/cinder stable/grizzly 49755,1 VRIF:1>
2014-02-26 00:11:27,925 DEBUG zuul.Scheduler: Done adding trigger event: <TriggerEvent comment-added openstack/cinder stable/grizzly 49755,1 VRIF:1>
2014-02-26 00:11:27,925 DEBUG zuul.Scheduler: Processing trigger event <TriggerEvent comment-added openstack/cinder stable/grizzly 49755,1 VRIF:1>
2014-02-26 00:11:27,926 INFO zuul.Gerrit: Updating information for 49755,1
2014-02-26 00:11:28,017 DEBUG zuul.Gerrit: Change <Change 0x7f4a14f0fad0 49755,1> status: NEW
2014-02-26 00:11:28,064 INFO zuul.Scheduler: Adding openstack/cinder, <Change 0x7f4a14f0fad0 49755,1> to <Pipeline check>
2014-02-26 00:11:28,064 DEBUG zuul.IndependentPipelineManager: Considering adding change <Change 0x7f4a14f0fad0 49755,1>

Also having more logs about what gerrit information zuul uses for its decisions would be helpful, such as age of the change, existing votes on the change and other information of this nature.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.