[Buildbot-commits] [Buildbot] #2450: traceback in status_push
Buildbot
nobody at buildbot.net
Sun Feb 17 04:58:51 UTC 2013
#2450: traceback in status_push
----------------------+------------------------
Reporter: virgilg | Owner:
Type: undecided | Status: closed
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Resolution: fixed
Keywords: |
----------------------+------------------------
Comment (by dustin):
Simple fix:
{{{
#!diff
--- a/master/buildbot/status/status_push.py
+++ b/master/buildbot/status/status_push.py
@@ -172,7 +172,7 @@ class StatusPush(StatusReceiverMultiService):
# Call right now, we're shutting down.
@defer.inlineCallbacks
def BlockForEverythingBeingSent():
- yield defer.maybeDeferred(self.serverPushCb())
+ yield self.serverPushCb()
return BlockForEverythingBeingSent()
else:
# delay should never be 0. That can cause Buildbot to spin
tightly
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2450#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list