[Buildbot] #3336: *LatentBuildSlave doesn't get properly reconfigured

Buildbot trac trac at buildbot.net
Mon Sep 14 08:50:20 UTC 2015


#3336: *LatentBuildSlave doesn't get properly reconfigured
----------------------+-----------------------
Reporter:  Ben        |       Owner:  dustin
    Type:  undecided  |      Status:  assigned
Priority:  major      |   Milestone:  0.9.0
 Version:  0.9.0b2    |  Resolution:
Keywords:             |
----------------------+-----------------------

Comment (by dustin):

 Maybe I'm missing something, but I see all of these constructors called..

 {{{
  56 class DockerLatentBuildSlave(AbstractLatentBuildSlave):
  57     instance = None
  58
  59     def __init__(self, name, password, docker_host, image=None,
 command=None,
  60                  volumes=None, dockerfile=None, version=None,
 tls=None, followStartupLogs=False,
  61                  **kwargs):
 ....
  91         AbstractLatentBuildSlave.__init__(self, name, password,
 **kwargs)
 }}}
 {{{
 623 class AbstractLatentBuildSlave(AbstractBuildSlave):
 ....
 642     def __init__(self, name, password,
 643                  build_wait_timeout=60 * 10,
 644                  **kwargs):
 645         AbstractBuildSlave.__init__(self, name, password, **kwargs)
 }}}
 (`AbstractBuildSlave` has no `__init__` so this calls back to
 `BuildbotService.__init__`)

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


More information about the bugs mailing list