[Buildbot] #3610: Buildbot does not realize latent worker has disconnected

Buildbot trac trac at buildbot.net
Thu Sep 15 15:26:29 UTC 2016


#3610: Buildbot does not realize latent worker has disconnected
----------------------+------------------------
Reporter:  skelly     |       Owner:
    Type:  undecided  |      Status:  new
Priority:  critical   |   Milestone:  undecided
 Version:  master     |  Resolution:
Keywords:             |
----------------------+------------------------

Comment (by skelly):

 Also doesn't happen when `build_wait_timeout` is set to 1.

 Checking the code it calls `self.insubstantiate()` when
 `build_wait_timeout` is 0 and then checks if builds need to be started.
 When `build_wait_timeout` is not zero, it starts a timer to call
 `self._soft_disconnect()`. In `_soft_disconnect`, the code calls
 `AbstractWorker.disconnect(self)` and then `self.insubstantiate(fast)`.

 Checking the `insubstantiate` method and it already checks if builds need
 to be started.

--
Ticket URL: <http://trac.buildbot.net/ticket/3610#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list