[Buildbot-commits] [buildbot/buildbot] d941e9: Log more information in slave about connecting to ...

noreply at github.com noreply at github.com
Sat Aug 28 17:22:57 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/buildbot/buildbot

Commit: d941e9cb326ce2962101cfc1ccda16dea13c6d7f
    http://github.com/buildbot/buildbot/commit/d941e9cb326ce2962101cfc1ccda16dea13c6d7f
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-08-28 (Sat, 28 Aug 2010)

Changed paths:
  M slave/buildslave/bot.py
  M slave/buildslave/pbutil.py

Log Message:
-----------
Log more information in slave about connecting to master

Fixes #80


Commit: e2ceec8597a7ea6ac1bec2beba2fac3b6c7aee07
    http://github.com/buildbot/buildbot/commit/e2ceec8597a7ea6ac1bec2beba2fac3b6c7aee07
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-08-28 (Sat, 28 Aug 2010)

Changed paths:
  M slave/buildslave/pbutil.py

Log Message:
-----------
timeout hung slave connection initiation

If the slave tries to connect to the HTTP port, deadlock ensues: both
ends are waiting for data from the other.  With this patch, the slave
will timeout and retry the connection.






More information about the Commits mailing list