Re: [Python-Dev] Buildbot - "slave lost"

2014-01-01 Thread Chris Angelico
On Thu, Jan 2, 2014 at 9:17 AM, "Martin v. Löwis" wrote: > So it should be able to handle a failover from one link to > the other, but it's certainly better to bind it to the more > reliable transport. I believe you can somehow configure the > frequency of ping messages so that you network doesn't

Re: [Python-Dev] Buildbot - "slave lost"

2014-01-01 Thread Martin v. Löwis
Am 31.12.13 01:24, schrieb Chris Angelico: > Does Buildbot retain a constant TCP socket to its server? In short: yes. A little bit longer: It uses the Twisted PerspectiveBroker protocol. That has nearly-transparent reconnects (but as your case shows, not fully transparent), and does regular ping

Re: [Python-Dev] Buildbot - "slave lost"

2013-12-30 Thread Chris Angelico
On Tue, Dec 31, 2013 at 11:42 AM, Antoine Pitrou wrote: > On Tue, 31 Dec 2013 11:24:26 +1100 > Chris Angelico wrote: >> Does Buildbot retain a constant TCP socket to its server? I'm seeing this: >> >> http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.3/builds/0 > > I'm quite sure

Re: [Python-Dev] Buildbot - "slave lost"

2013-12-30 Thread Antoine Pitrou
On Tue, 31 Dec 2013 11:24:26 +1100 Chris Angelico wrote: > Does Buildbot retain a constant TCP socket to its server? I'm seeing this: > > http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.3/builds/0 I'm quite sure it does. It's necessary to get a real-time view of the test log.