#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
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
is your hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials, tech docs,
whitepapers, evaluation guides, and opinion stories. Check out the most
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits