Closed
Bug 389645
Opened 18 years ago
Closed 18 years ago
bugfixes for bonsaipoller
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Unassigned)
Details
Attachments
(1 file)
1.35 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
There are some nits that make bonsaipoller do bad things. It breaks on empty check-in comments (happens in l10n, sadly), and the list of files is wrong if there are multiple <ci>'s in one bonsai query.
Patch is attached.
I didn't fix the major bug yet, and that is, bonsaipoller blocking all of buildbot if bonsai is stalling. I'll do a patch similar to the one that I did for tinderboxpoller in a second round.
This code is in production on the l10n server, http://l10n.mozilla.org/buildbot/.
Ben, why do we add the version number to the files in bonsaipoller in the first place?
Attachment #273949 -
Flags: review?(bhearsum)
Comment 1•18 years ago
|
||
Comment on attachment 273949 [details] [diff] [review]
default to empty log msg, create files array once per <ci>
Looks good. Can you send this upstream to buildbot.net too?
Because each file can have a different revision number we can't use the 'revision' property of the Change object. That's why it is appended to each file.
Thanks for the patch!
Attachment #273949 -
Flags: review?(bhearsum) → review+
Reporter | ||
Comment 2•18 years ago
|
||
FIXED, filed http://buildbot.net/trac/ticket/61 to get the changes upstream.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
(In reply to comment #0)
> I didn't fix the major bug yet, and that is, bonsaipoller blocking all of
> buildbot if bonsai is stalling. I'll do a patch similar to the one that I did
> for tinderboxpoller in a second round.
This happened to the unit test buildbots last night when bonsai was having problems.
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•