[Buildbot] #2969: older buildslave versions don't understand Obfuscated(..)

Buildbot trac trac at buildbot.net
Sat Oct 25 20:21:10 UTC 2014


#2969: older buildslave versions don't understand Obfuscated(..)
--------------------+-----------------------
Reporter:  dustin   |       Owner:  dustin
    Type:  defect   |      Status:  assigned
Priority:  blocker  |   Milestone:  0.8.x
 Version:  0.8.9    |  Resolution:
Keywords:           |
--------------------+-----------------------

Comment (by dustin):

 So the *safe* thing to do here is to detect support as soon as possible
 *after* the support was actually available.

  * interruptSignal requires version 2.15 (no change)
  * obfuscation existed in some releases with command_version=2.15, but not
 in other such releases, so it requires at least 2.16 (this bug)
  * sigtermTime requires version 2.16 (no change)
  * listdir existed in v0.8.9, the first release with command_version=2.16,
 so it requires at least 2.16 (not related to this bug, but I'll fix
 anyway)

 The upshot is that a buildbot master will not use obfuscation with a 0.8.9
 slave, even though the support was in place.  It will use obfuscation with
 a 0.8.9p1 slave.

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


More information about the bugs mailing list